summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/apmd/apmd_3.2.2-14.bb')
-rw-r--r--meta/recipes-bsp/apmd/apmd_3.2.2-14.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
index 4cbb360850..5f6fce433f 100644
--- a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
+++ b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
@@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
10DEPENDS = "libtool-cross" 10DEPENDS = "libtool-cross"
11PR = "r1" 11PR = "r1"
12 12
13SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_3.2.2.orig.tar.gz \ 13SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_3.2.2.orig.tar.gz;name=tarball \
14 ${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.diff.gz \ 14 ${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.diff.gz;name=patch \
15 file://libtool.patch \ 15 file://libtool.patch \
16 file://unlinux.patch \ 16 file://unlinux.patch \
17 file://init \ 17 file://init \
@@ -19,6 +19,12 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_3.2.2.orig.tar.gz \
19 file://apmd_proxy \ 19 file://apmd_proxy \
20 file://apmd_proxy.conf" 20 file://apmd_proxy.conf"
21 21
22SRC_URI[tarball.md5sum] = "b1e6309e8331e0f4e6efd311c2d97fa8"
23SRC_URI[tarball.sha256sum] = "7f7d9f60b7766b852881d40b8ff91d8e39fccb0d1d913102a5c75a2dbb52332d"
24
25SRC_URI[patch.md5sum] = "57e1b689264ea80f78353519eece0c92"
26SRC_URI[patch.sha256sum] = "7905ff96be93d725544d0040e425c42f9c05580db3c272f11cff75b9aa89d430"
27
22S = "${WORKDIR}/apmd-3.2.2.orig" 28S = "${WORKDIR}/apmd-3.2.2.orig"
23 29
24inherit update-rc.d 30inherit update-rc.d