mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
libnl: minor package fixes
* libnl fails to build with multiple jobs so keep make at -j1 * Multiple libraries are installed so update uninstall target for this [Peter: remove libnl/libnl-*.* to catch subdir + any new libs in the future] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
a7e78f974e
commit
f890debb30
@ -9,9 +9,11 @@ LIBNL_SOURCE = libnl-$(LIBNL_VERSION).tar.gz
|
|||||||
LIBNL_SITE = http://www.infradead.org/~tgr/libnl/files/
|
LIBNL_SITE = http://www.infradead.org/~tgr/libnl/files/
|
||||||
LIBNL_INSTALL_STAGING = YES
|
LIBNL_INSTALL_STAGING = YES
|
||||||
LIBNL_DEPENDENCIES = host-bison
|
LIBNL_DEPENDENCIES = host-bison
|
||||||
|
LIBNL_MAKE = $(MAKE1)
|
||||||
|
|
||||||
define LIBNL_UNINSTALL_TARGET_CMDS
|
define LIBNL_UNINSTALL_TARGET_CMDS
|
||||||
rm -f $(TARGET_DIR)/usr/lib/libnl.so*
|
rm -r $(TARGET_DIR)/usr/lib/libnl.* $(TARGET_DIR)/usr/lib/libnl-*.*
|
||||||
|
rm -rf $(TARGET_DIR)/usr/lib/libnl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,libnl))
|
$(eval $(call AUTOTARGETS,package,libnl))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user