summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2019-02-28 13:42:13 +0800
committerKhem Raj <raj.khem@gmail.com>2019-02-28 09:42:11 -0800
commit90892eb6678b45a7dae7d26b151290993fee3b03 (patch)
tree33550ca367c11c02b25e9f8c86a19136e991c148 /meta-networking/recipes-daemons
parent50248bf1430efd8cf91d8af21e97ab8bdd6107e9 (diff)
downloadmeta-openembedded-90892eb6678b45a7dae7d26b151290993fee3b03.tar.gz
openhpi: Add PACKAGECONFIG snmp-bc
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r--meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb b/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb
index c4b3309f7..ca9130db1 100644
--- a/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb
+++ b/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb
@@ -60,10 +60,11 @@ FILES_${PN}-libs = "${libdir}/${BPN}/*.so /usr/lib/${BPN}/*.so"
60INSANE_SKIP_${PN}-libs = "dev-so" 60INSANE_SKIP_${PN}-libs = "dev-so"
61RDEPENDS_${PN} += "${PN}-libs" 61RDEPENDS_${PN} += "${PN}-libs"
62 62
63PACKAGECONFIG ??= "libgcrypt non32bit" 63PACKAGECONFIG ??= "libgcrypt non32bit snmp-bc"
64PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils," 64PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils,"
65PACKAGECONFIG[libgcrypt] = "--enable-encryption,--disable-encryption,libgcrypt," 65PACKAGECONFIG[libgcrypt] = "--enable-encryption,--disable-encryption,libgcrypt,"
66PACKAGECONFIG[non32bit] = "--enable-non32bit-int,--disable-non32bit-int,," 66PACKAGECONFIG[non32bit] = "--enable-non32bit-int,--disable-non32bit-int,,"
67PACKAGECONFIG[snmp-bc] = "--enable-snmp_bc,--disable-snmp_bc"
67 68
68export DISTRO 69export DISTRO
69 70