]> code.ossystems Code Review - openembedded-core.git/commitdiff
libacpi: fixed packaging
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 1 Oct 2008 10:36:44 +0000 (10:36 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 1 Oct 2008 10:36:44 +0000 (10:36 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5364 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libacpi/libacpi_0.2.bb

index ccb06f2b7e7e8a95924aff7c37a1e32c12174dad..6074b14aab825896693c1450695444524f4aa3d4 100644 (file)
@@ -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}