Hi Maybe it's because USE_UCLIBC / USE_MUSL are not defined, but this dependency doesn't work and prevent trunk from building
Signed-off-by: Etienne CHAMPETIER <[email protected]> Index: package/hotplug2/Makefile =================================================================== --- package/hotplug2/Makefile (révision 35587) +++ package/hotplug2/Makefile (copie de travail) @@ -29,7 +29,7 @@ VERSION:=1.0-beta-$(PKG_RELEASE) TITLE:=Version 1.0 Dynamic device management subsystem for embedded systems URL:=http://isteve.bofh.cz/~isteve/hotplug2/ - DEPENDS:=+!(USE_UCLIBC||USE_MUSL):libbsd + DEPENDS:=+USE_EGLIBC:libbsd endef define Package/hotplug2/description _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
