summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mailx
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-11-12 15:00:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-08 10:20:51 +0000
commitaa5df2adc281a826a9a91f23dd2a94dc79a29ba6 (patch)
tree5a7b208c7f7e3834dba20b2748af9620390756ec /meta/recipes-extended/mailx
parent12ba5cc32537ea931abfecf414965a19f30f3fcb (diff)
downloadpoky-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-extended/mailx')
-rw-r--r--meta/recipes-extended/mailx/mailx_12.5-5.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/mailx/mailx_12.5-5.bb b/meta/recipes-extended/mailx/mailx_12.5-5.bb
index c87c58258b..4a32d2f684 100644
--- a/meta/recipes-extended/mailx/mailx_12.5-5.bb
+++ b/meta/recipes-extended/mailx/mailx_12.5-5.bb
@@ -26,6 +26,10 @@ SRC_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_12.5.orig.tar.g
26SRC_URI[archive.md5sum] = "29a6033ef1412824d02eb9d9213cb1f2" 26SRC_URI[archive.md5sum] = "29a6033ef1412824d02eb9d9213cb1f2"
27SRC_URI[archive.sha256sum] = "015ba4209135867f37a0245d22235a392b8bbed956913286b887c2e2a9a421ad" 27SRC_URI[archive.sha256sum] = "015ba4209135867f37a0245d22235a392b8bbed956913286b887c2e2a9a421ad"
28 28
29# for this package we're mostly interested in tracking debian patches,
30# and not in the upstream version where all development has effectively stopped
31UPSTREAM_CHECK_REGEX = "(?P<pver>((\d+\.*)+)-((\d+\.*)+))\.(diff|debian\.tar)\.(gz|xz)"
32
29S = "${WORKDIR}/heirloom-mailx-12.5" 33S = "${WORKDIR}/heirloom-mailx-12.5"
30 34
31inherit autotools-brokensep 35inherit autotools-brokensep