diff options
| author | Changqing Li <changqing.li@windriver.com> | 2019-02-28 13:42:13 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-02-28 09:42:11 -0800 |
| commit | 90892eb6678b45a7dae7d26b151290993fee3b03 (patch) | |
| tree | 33550ca367c11c02b25e9f8c86a19136e991c148 | |
| parent | 50248bf1430efd8cf91d8af21e97ab8bdd6107e9 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb | 3 |
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 c4b3309f7c..ca9130db14 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" | |||
| 60 | INSANE_SKIP_${PN}-libs = "dev-so" | 60 | INSANE_SKIP_${PN}-libs = "dev-so" |
| 61 | RDEPENDS_${PN} += "${PN}-libs" | 61 | RDEPENDS_${PN} += "${PN}-libs" |
| 62 | 62 | ||
| 63 | PACKAGECONFIG ??= "libgcrypt non32bit" | 63 | PACKAGECONFIG ??= "libgcrypt non32bit snmp-bc" |
| 64 | PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils," | 64 | PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils," |
| 65 | PACKAGECONFIG[libgcrypt] = "--enable-encryption,--disable-encryption,libgcrypt," | 65 | PACKAGECONFIG[libgcrypt] = "--enable-encryption,--disable-encryption,libgcrypt," |
| 66 | PACKAGECONFIG[non32bit] = "--enable-non32bit-int,--disable-non32bit-int,," | 66 | PACKAGECONFIG[non32bit] = "--enable-non32bit-int,--disable-non32bit-int,," |
| 67 | PACKAGECONFIG[snmp-bc] = "--enable-snmp_bc,--disable-snmp_bc" | ||
| 67 | 68 | ||
| 68 | export DISTRO | 69 | export DISTRO |
| 69 | 70 | ||
