mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
libacpi: fixed packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5364 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,12 +2,15 @@ DESCRIPTION = "ACPI data gathering library."
|
||||
SECTION = "base"
|
||||
HOMEPAGE = "http://www.ngolde.de/libacpi.html"
|
||||
LICENSE = "MIT"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://www.ngolde.de/download/libacpi-${PV}.tar.gz \
|
||||
file://makefile-fix.patch;patch=1 "
|
||||
|
||||
FILES_${PN} = "${libdir}"
|
||||
FILES_libacpi-dev = "${includedir}"
|
||||
PACKAGES += "${PN}-bin"
|
||||
|
||||
FILES_${PN} = "${libdir}/libacpi.so.*"
|
||||
FILES_${PN}-bin = "${bindir}"
|
||||
|
||||
do_stage() {
|
||||
install -m 0644 libacpi.h ${STAGING_INCDIR}
|
||||
|
||||
Reference in New Issue
Block a user