[openwrt/openwrt] procd: make rpcd dependency conditional
LEDE Commits
lede-commits at lists.infradead.org
Thu Nov 4 08:59:40 PDT 2021
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1cead21e8b3506317ba5576ffe1733e31da1f155
commit 1cead21e8b3506317ba5576ffe1733e31da1f155
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Nov 4 16:54:29 2021 +0100
procd: make rpcd dependency conditional
Avoids building rpcd when not needed
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/system/procd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 3d76f6422d..b831f86639 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -89,7 +89,7 @@ endef
define Package/uxc
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=+procd-ujail +libubus +libubox +libblobmsg-json +blockd +rpcd
+ DEPENDS:=+procd-ujail +libubus +libubox +libblobmsg-json +blockd +PACKAGE_uxc:rpcd
TITLE:=OpenWrt container management
MAINTAINER:=Daniel Golle <daniel at makrotopia.org>
endef
More information about the lede-commits
mailing list