Commit 4dfe998b authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

libnl: remove useless strip and use correct step override

parent 166631bd
Loading
Loading
Loading
Loading
+4 −9
Original line number Diff line number Diff line
@@ -10,13 +10,8 @@ LIBNL_SITE = http://distfiles.gentoo.org/distfiles
LIBNL_INSTALL_STAGING = YES
LIBNL_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install

$(eval $(call AUTOTARGETS,package,libnl))

$(LIBNL_HOOK_POST_INSTALL): $(LIBNL_TARGET_INSTALL_TARGET)
	$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libnl.so*
	touch $@

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

$(eval $(call AUTOTARGETS,package,libnl))