diff options
-rw-r--r-- | meta-networking/recipes-daemons/openhpi/openhpi_3.6.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/openhpi/openhpi_3.6.1.bb b/meta-networking/recipes-daemons/openhpi/openhpi_3.6.1.bb index db2a24a9b3..16e58dc73d 100644 --- a/meta-networking/recipes-daemons/openhpi/openhpi_3.6.1.bb +++ b/meta-networking/recipes-daemons/openhpi/openhpi_3.6.1.bb | |||
@@ -54,9 +54,10 @@ FILES_${PN}-libs = "${libdir}/${BPN}/*.so /usr/lib/${BPN}/*.so" | |||
54 | INSANE_SKIP_${PN}-libs = "dev-so" | 54 | INSANE_SKIP_${PN}-libs = "dev-so" |
55 | RDEPENDS_${PN} += "${PN}-libs" | 55 | RDEPENDS_${PN} += "${PN}-libs" |
56 | 56 | ||
57 | PACKAGECONFIG ??= "libgcrypt" | 57 | PACKAGECONFIG ??= "libgcrypt non32bit" |
58 | PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils," | 58 | PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils," |
59 | PACKAGECONFIG[libgcrypt] = "--enable-encryption,--disable-encryption,libgcrypt," | 59 | PACKAGECONFIG[libgcrypt] = "--enable-encryption,--disable-encryption,libgcrypt," |
60 | PACKAGECONFIG[non32bit] = "--enable-non32bit-int,--disable-non32bit-int,," | ||
60 | 61 | ||
61 | do_install_append () { | 62 | do_install_append () { |
62 | install -m 0755 -d ${D}${sysconfdir}/${BPN} | 63 | install -m 0755 -d ${D}${sysconfdir}/${BPN} |