summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2026-01-26 16:09:24 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-30 23:59:05 -0800
commitd648916239f6fe2fceedcd3942e73beb54ca5227 (patch)
treea67dffb2b8650b17a3d9d87ad7bc7f61252c18b4
parentf8fcc9ccf529455c992e79fc13e77dfc1a8dd9d9 (diff)
downloadmeta-openembedded-d648916239f6fe2fceedcd3942e73beb54ca5227.tar.gz
openhpi: remove snmp-bc from default packageconfig
Disable snmp_bc plugin build by default as net-snmp no longer supports DES by default. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb2
1 files changed, 1 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 d1e08cd073..95994c0467 100644
--- a/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb
+++ b/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb
@@ -61,7 +61,7 @@ INSANE_SKIP:${PN}-libs = "dev-so"
61RDEPENDS:${PN} += "${PN}-libs" 61RDEPENDS:${PN} += "${PN}-libs"
62RDEPENDS:${PN}-ptest += "packagegroup-core-buildessential" 62RDEPENDS:${PN}-ptest += "packagegroup-core-buildessential"
63 63
64PACKAGECONFIG ??= "libgcrypt non32bit snmp-bc" 64PACKAGECONFIG ??= "libgcrypt non32bit"
65PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils," 65PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils,"
66PACKAGECONFIG[libgcrypt] = "--enable-encryption,--disable-encryption,libgcrypt," 66PACKAGECONFIG[libgcrypt] = "--enable-encryption,--disable-encryption,libgcrypt,"
67PACKAGECONFIG[non32bit] = "--enable-non32bit-int,--disable-non32bit-int,," 67PACKAGECONFIG[non32bit] = "--enable-non32bit-int,--disable-non32bit-int,,"