Commit 5ebc5683 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

Revert "libnl: handle all installed libraries"

This reverts commit 61901bd7.

Turns out the libnl splitup is only needed for the not-released-yet v2.0.

Conflicts:

	CHANGES
parent b2dcab30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
	Updated/fixed packages: autoconf, busybox, directfb, dnsmasq,
	e2fsprogs, festival, gstreamer, gst-plugins-bad, gst-plugins-base,
	gst-plugins-good, imagemagick, iptables, kernel-headers, kismet,
	libelf, libevent, libglib2, liblockfile, libmad, libnl, libupnp,
	libelf, libevent, libglib2, liblockfile, libmad, libupnp,
	libuuid, ltrace, lua, lzma, mdadm, ncftp, ncurses, netkittelnet,
	netsnmp, ntfs-3g, openssl, php, python, quagga, radvd, rsync, samba,
	sawman, shared-mime-info, speech-tools, sqlite, squashfs, syslinux,
+0 −4
Original line number Diff line number Diff line
@@ -13,14 +13,10 @@ LIBNL_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
$(eval $(call AUTOTARGETS,package,libnl))

$(LIBNL_HOOK_POST_INSTALL): $(LIBNL_TARGET_INSTALL_TARGET)
ifneq ($(BR2_ENABLE_DEBUG),y)
	$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libnl.so*
	$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libnl-*.so*
endif
	touch $@

$(LIBNL_TARGET_UNINSTALL):
	$(call MESSAGE,"Uninstalling")
	rm -f $(TARGET_DIR)/usr/lib/libnl.so*
	rm -f $(TARGET_DIR)/usr/lib/libnl-*.so*
	rm -f $(LIBNL_TARGET_INSTALL_TARGET) $(LIBNL_HOOK_POST_INSTALL)