diff options
Diffstat (limited to 'meta/packages/apmd/apmd_3.2.2.bb')
-rw-r--r-- | meta/packages/apmd/apmd_3.2.2.bb | 4 |
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" | |||
3 | PRIORITY = "required" | 3 | PRIORITY = "required" |
4 | DEPENDS = "libtool-cross" | 4 | DEPENDS = "libtool-cross" |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
6 | PR = "r7" | 6 | PR = "r8" |
7 | 7 | ||
8 | SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz; \ | 8 | SRC_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 |