diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-06-30 05:59:57 -0700 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-09-08 16:38:11 -0400 |
| commit | ee8e9b85c0a315bfc42d538b955bc326992a1374 (patch) | |
| tree | 9bcedd0acd1dabfc1db60b30b1e414899325ac02 /meta-networking | |
| parent | b864a4e16917d233233faa15a33af862102bc1a8 (diff) | |
| download | meta-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')
| -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} |
