summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-06-30 05:59:57 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2017-09-08 16:38:11 -0400
commitee8e9b85c0a315bfc42d538b955bc326992a1374 (patch)
tree9bcedd0acd1dabfc1db60b30b1e414899325ac02 /meta-networking/recipes-daemons
parentb864a4e16917d233233faa15a33af862102bc1a8 (diff)
downloadmeta-openembedded-ee8e9b85c0a315bfc42d538b955bc326992a1374.tar.gz
openhpi: Fix build on 64bit platforms e.g. aarch64
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r--meta-networking/recipes-daemons/openhpi/openhpi_3.6.1.bb3
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 db2a24a9b..16e58dc73 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"
54INSANE_SKIP_${PN}-libs = "dev-so" 54INSANE_SKIP_${PN}-libs = "dev-so"
55RDEPENDS_${PN} += "${PN}-libs" 55RDEPENDS_${PN} += "${PN}-libs"
56 56
57PACKAGECONFIG ??= "libgcrypt" 57PACKAGECONFIG ??= "libgcrypt non32bit"
58PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils," 58PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils,"
59PACKAGECONFIG[libgcrypt] = "--enable-encryption,--disable-encryption,libgcrypt," 59PACKAGECONFIG[libgcrypt] = "--enable-encryption,--disable-encryption,libgcrypt,"
60PACKAGECONFIG[non32bit] = "--enable-non32bit-int,--disable-non32bit-int,,"
60 61
61do_install_append () { 62do_install_append () {
62 install -m 0755 -d ${D}${sysconfdir}/${BPN} 63 install -m 0755 -d ${D}${sysconfdir}/${BPN}