summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libgpiod/libgpiod.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod.bb b/meta-oe/recipes-support/libgpiod/libgpiod.bb
index 6aa27ad57..b2e3bae69 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod.bb
@@ -18,6 +18,9 @@ PACKAGECONFIG ?= "tools"
18PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev" 18PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev"
19PACKAGECONFIG[tools] = "--enable-tools,--disable-tools," 19PACKAGECONFIG[tools] = "--enable-tools,--disable-tools,"
20 20
21PACKAGES += " ${PN}-tools" 21PACKAGES =+ " ${PN}-tools"
22 22
23FILES_${PN}-tools = "${bindir}/*" 23FILES_${PN}-tools = "${bindir}/*"
24
25RRECOMMENDS_TOOLS = "${@bb.utils.contains('PACKAGECONFIG', 'tools', '${PN}-tools', '',d)}"
26RRECOMMENDS_${PN} += "${RRECOMMENDS_TOOLS}"