mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +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:
@@ -12,6 +12,8 @@ PACKAGES += "${PN}-bin"
|
|||||||
FILES_${PN} = "${libdir}/libacpi.so.*"
|
FILES_${PN} = "${libdir}/libacpi.so.*"
|
||||||
FILES_${PN}-bin = "${bindir}"
|
FILES_${PN}-bin = "${bindir}"
|
||||||
|
|
||||||
|
COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
|
||||||
|
|
||||||
do_stage() {
|
do_stage() {
|
||||||
install -m 0644 libacpi.h ${STAGING_INCDIR}
|
install -m 0644 libacpi.h ${STAGING_INCDIR}
|
||||||
oe_libinstall -so libacpi ${STAGING_LIBDIR}
|
oe_libinstall -so libacpi ${STAGING_LIBDIR}
|
||||||
|
|||||||
Reference in New Issue
Block a user