[oe-commits] org.oe.dev apmd: Fix -dev package

rpurdie commit openembedded-commits at lists.openembedded.org
Sun Dec 31 22:34:08 UTC 2006


apmd: Fix -dev package

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: ec67383923f4d5d2df38aa02cf48e711955bf9cd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ec67383923f4d5d2df38aa02cf48e711955bf9cd
Files:
1
packages/apmd/apmd_3.2.2.bb
Diffs:

#
# mt diff -r75df08ef6f859dde5bd1e1929e94ba188247d5a3 -rec67383923f4d5d2df38aa02cf48e711955bf9cd
#
# 
# 
# patch "packages/apmd/apmd_3.2.2.bb"
#  from [28e98ad8ae9e198325518ef5cabcd0761fb8ff3b]
#    to [aa804157cf54129132e27b397da84fb001a10dd8]
# 
============================================================
--- packages/apmd/apmd_3.2.2.bb	28e98ad8ae9e198325518ef5cabcd0761fb8ff3b
+++ packages/apmd/apmd_3.2.2.bb	aa804157cf54129132e27b397da84fb001a10dd8
@@ -1,9 +1,9 @@ LICENSE = "GPL"
 DESCRIPTION = "Set of tools for managing notebook power consumption."
 SECTION = "base"
 PRIORITY = "required"
 DEPENDS = "libtool-cross"
 LICENSE = "GPL"
-PR = "r7"
+PR = "r8"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz; \
            file://debian.patch;patch=1 \
@@ -44,6 +44,7 @@ do_install() {
 	install -d ${D}${bindir}
 	install -d ${D}${libdir}
 	install -d ${D}${datadir}/apmd
+	install -d ${D}${includedir}
 
 	install -m 4755 ${S}/.libs/apm ${D}${bindir}/apm
 	install -m 0755 ${S}/.libs/apmd ${D}${sbindir}/apmd






More information about the Openembedded-commits mailing list