aboutsummaryrefslogtreecommitdiffstats
path: root/packages/apmd
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-12-31 22:00:05 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-12-31 22:00:05 +0000
commita15587cab9f0d909d23314ea319b5e6e49011597 (patch)
tree8200de715dc3f1c824913b85a82ec8decf30a3df /packages/apmd
parent0c63af53e4cf85ec9a25436f7a21dea5b2b6f2d3 (diff)
downloadopenembedded-a15587cab9f0d909d23314ea319b5e6e49011597.tar.gz
apmd: Fix -dev package
Diffstat (limited to 'packages/apmd')
-rw-r--r--packages/apmd/apmd_3.2.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/apmd/apmd_3.2.2.bb b/packages/apmd/apmd_3.2.2.bb
index 94541581d3..4313115c91 100644
--- a/packages/apmd/apmd_3.2.2.bb
+++ b/packages/apmd/apmd_3.2.2.bb
@@ -3,7 +3,7 @@ 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