mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00: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"
|
SECTION = "base"
|
||||||
HOMEPAGE = "http://www.ngolde.de/libacpi.html"
|
HOMEPAGE = "http://www.ngolde.de/libacpi.html"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "http://www.ngolde.de/download/libacpi-${PV}.tar.gz \
|
SRC_URI = "http://www.ngolde.de/download/libacpi-${PV}.tar.gz \
|
||||||
file://makefile-fix.patch;patch=1 "
|
file://makefile-fix.patch;patch=1 "
|
||||||
|
|
||||||
FILES_${PN} = "${libdir}"
|
PACKAGES += "${PN}-bin"
|
||||||
FILES_libacpi-dev = "${includedir}"
|
|
||||||
|
FILES_${PN} = "${libdir}/libacpi.so.*"
|
||||||
|
FILES_${PN}-bin = "${bindir}"
|
||||||
|
|
||||||
do_stage() {
|
do_stage() {
|
||||||
install -m 0644 libacpi.h ${STAGING_INCDIR}
|
install -m 0644 libacpi.h ${STAGING_INCDIR}
|
||||||
|
|||||||
Reference in New Issue
Block a user