diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2026-01-26 16:09:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-30 23:59:05 -0800 |
| commit | d648916239f6fe2fceedcd3942e73beb54ca5227 (patch) | |
| tree | a67dffb2b8650b17a3d9d87ad7bc7f61252c18b4 | |
| parent | f8fcc9ccf529455c992e79fc13e77dfc1a8dd9d9 (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 61 | RDEPENDS:${PN} += "${PN}-libs" | 61 | RDEPENDS:${PN} += "${PN}-libs" |
| 62 | RDEPENDS:${PN}-ptest += "packagegroup-core-buildessential" | 62 | RDEPENDS:${PN}-ptest += "packagegroup-core-buildessential" |
| 63 | 63 | ||
| 64 | PACKAGECONFIG ??= "libgcrypt non32bit snmp-bc" | 64 | PACKAGECONFIG ??= "libgcrypt non32bit" |
| 65 | PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils," | 65 | PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils," |
| 66 | PACKAGECONFIG[libgcrypt] = "--enable-encryption,--disable-encryption,libgcrypt," | 66 | PACKAGECONFIG[libgcrypt] = "--enable-encryption,--disable-encryption,libgcrypt," |
| 67 | PACKAGECONFIG[non32bit] = "--enable-non32bit-int,--disable-non32bit-int,," | 67 | PACKAGECONFIG[non32bit] = "--enable-non32bit-int,--disable-non32bit-int,," |
