mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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>
This commit is contained in:
@@ -54,9 +54,10 @@ FILES_${PN}-libs = "${libdir}/${BPN}/*.so /usr/lib/${BPN}/*.so"
|
|||||||
INSANE_SKIP_${PN}-libs = "dev-so"
|
INSANE_SKIP_${PN}-libs = "dev-so"
|
||||||
RDEPENDS_${PN} += "${PN}-libs"
|
RDEPENDS_${PN} += "${PN}-libs"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "libgcrypt"
|
PACKAGECONFIG ??= "libgcrypt non32bit"
|
||||||
PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils,"
|
PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils,"
|
||||||
PACKAGECONFIG[libgcrypt] = "--enable-encryption,--disable-encryption,libgcrypt,"
|
PACKAGECONFIG[libgcrypt] = "--enable-encryption,--disable-encryption,libgcrypt,"
|
||||||
|
PACKAGECONFIG[non32bit] = "--enable-non32bit-int,--disable-non32bit-int,,"
|
||||||
|
|
||||||
do_install_append () {
|
do_install_append () {
|
||||||
install -m 0755 -d ${D}${sysconfdir}/${BPN}
|
install -m 0755 -d ${D}${sysconfdir}/${BPN}
|
||||||
|
|||||||
Reference in New Issue
Block a user