summaryrefslogtreecommitdiffstats
path: root/meta/packages/apmd/apmd_3.2.2.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-25 11:30:38 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-25 11:30:38 +0000
commit52b64ddf61a38940e5ae7675f9dfedc3253e39cc (patch)
tree638410e3a8fa54dcf643333f0f34204920636ca6 /meta/packages/apmd/apmd_3.2.2.bb
parent32d6f2166fa25c41a3faf54c18120ac12f3540d7 (diff)
downloadpoky-52b64ddf61a38940e5ae7675f9dfedc3253e39cc.tar.gz
apmd: sync with OE (removal of /usr/src/linux include dirs)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2958 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/apmd/apmd_3.2.2.bb')
-rw-r--r--meta/packages/apmd/apmd_3.2.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/apmd/apmd_3.2.2.bb b/meta/packages/apmd/apmd_3.2.2.bb
index 94541581d3..f7efb065e1 100644
--- a/meta/packages/apmd/apmd_3.2.2.bb
+++ b/meta/packages/apmd/apmd_3.2.2.bb
@@ -3,12 +3,13 @@ SECTION = "base"
3PRIORITY = "required" 3PRIORITY = "required"
4DEPENDS = "libtool-cross" 4DEPENDS = "libtool-cross"
5LICENSE = "GPL" 5LICENSE = "GPL"
6PR = "r7" 6PR = "r8"
7 7
8SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz; \ 8SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz; \
9 file://debian.patch;patch=1 \ 9 file://debian.patch;patch=1 \
10 file://workaround.patch;patch=1 \ 10 file://workaround.patch;patch=1 \
11 file://zaurus24.patch;patch=1 \ 11 file://zaurus24.patch;patch=1 \
12 file://unlinux.patch;patch=1 \
12 file://init \ 13 file://init \
13 file://default \ 14 file://default \
14 file://apmd_proxy \ 15 file://apmd_proxy \
@@ -44,6 +45,7 @@ do_install() {
44 install -d ${D}${bindir} 45 install -d ${D}${bindir}
45 install -d ${D}${libdir} 46 install -d ${D}${libdir}
46 install -d ${D}${datadir}/apmd 47 install -d ${D}${datadir}/apmd
48 install -d ${D}${includedir}
47 49
48 install -m 4755 ${S}/.libs/apm ${D}${bindir}/apm 50 install -m 4755 ${S}/.libs/apm ${D}${bindir}/apm
49 install -m 0755 ${S}/.libs/apmd ${D}${sbindir}/apmd 51 install -m 0755 ${S}/.libs/apmd ${D}${sbindir}/apmd