1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

libacpi: Add COMPATIBLE_HOST

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5550 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-10-20 13:50:59 +00:00
parent 5e9788247a
commit 8bb2cd7963
+2
View File
@@ -12,6 +12,8 @@ PACKAGES += "${PN}-bin"
FILES_${PN} = "${libdir}/libacpi.so.*"
FILES_${PN}-bin = "${bindir}"
COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
do_stage() {
install -m 0644 libacpi.h ${STAGING_INCDIR}
oe_libinstall -so libacpi ${STAGING_LIBDIR}