summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/apmd/apmd_3.2.2-15.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
index ea105268a6..9492c6994e 100644
--- a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
+++ b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
@@ -22,6 +22,10 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_3.2.2.orig.tar.gz;name=tarball \
22SRC_URI[tarball.md5sum] = "b1e6309e8331e0f4e6efd311c2d97fa8" 22SRC_URI[tarball.md5sum] = "b1e6309e8331e0f4e6efd311c2d97fa8"
23SRC_URI[tarball.sha256sum] = "7f7d9f60b7766b852881d40b8ff91d8e39fccb0d1d913102a5c75a2dbb52332d" 23SRC_URI[tarball.sha256sum] = "7f7d9f60b7766b852881d40b8ff91d8e39fccb0d1d913102a5c75a2dbb52332d"
24 24
25# for this package we're mostly interested in tracking debian patches,
26# and not in the upstream version where all development has effectively stopped
27UPSTREAM_CHECK_REGEX = "(?P<pver>((\d+\.*)+)-((\d+\.*)+))\.(diff|debian\.tar)\.(gz|xz)"
28
25S = "${WORKDIR}/apmd-3.2.2.orig" 29S = "${WORKDIR}/apmd-3.2.2.orig"
26 30
27inherit update-rc.d systemd 31inherit update-rc.d systemd