diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-12 15:00:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:51 +0000 |
commit | aa5df2adc281a826a9a91f23dd2a94dc79a29ba6 (patch) | |
tree | 5a7b208c7f7e3834dba20b2748af9620390756ec /meta/recipes-bsp/apmd | |
parent | 12ba5cc32537ea931abfecf414965a19f30f3fcb (diff) | |
download | poky-aa5df2adc281a826a9a91f23dd2a94dc79a29ba6.tar.gz |
package_regex.inc: split Debian-related entries into their own recipes
(From OE-Core rev: 2a5e1848c11bd9a3c64cf8fcc0cb334c738bc5c5)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/apmd')
-rw-r--r-- | meta/recipes-bsp/apmd/apmd_3.2.2-15.bb | 4 |
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 \ | |||
22 | SRC_URI[tarball.md5sum] = "b1e6309e8331e0f4e6efd311c2d97fa8" | 22 | SRC_URI[tarball.md5sum] = "b1e6309e8331e0f4e6efd311c2d97fa8" |
23 | SRC_URI[tarball.sha256sum] = "7f7d9f60b7766b852881d40b8ff91d8e39fccb0d1d913102a5c75a2dbb52332d" | 23 | SRC_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 | ||
27 | UPSTREAM_CHECK_REGEX = "(?P<pver>((\d+\.*)+)-((\d+\.*)+))\.(diff|debian\.tar)\.(gz|xz)" | ||
28 | |||
25 | S = "${WORKDIR}/apmd-3.2.2.orig" | 29 | S = "${WORKDIR}/apmd-3.2.2.orig" |
26 | 30 | ||
27 | inherit update-rc.d systemd | 31 | inherit update-rc.d systemd |