summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/p7zip/p7zip_16.02.bb')
-rw-r--r--meta-oe/recipes-extended/p7zip/p7zip_16.02.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
index e795482eb..498623cc8 100644
--- a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
+++ b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
@@ -17,6 +17,9 @@ SRC_URI = "http://downloads.sourceforge.net/p7zip/p7zip/${PV}/p7zip_${PV}_src_al
17SRC_URI[md5sum] = "a0128d661cfe7cc8c121e73519c54fbf" 17SRC_URI[md5sum] = "a0128d661cfe7cc8c121e73519c54fbf"
18SRC_URI[sha256sum] = "5eb20ac0e2944f6cb9c2d51dd6c4518941c185347d4089ea89087ffdd6e2341f" 18SRC_URI[sha256sum] = "5eb20ac0e2944f6cb9c2d51dd6c4518941c185347d4089ea89087ffdd6e2341f"
19 19
20UPSTREAM_CHECK_URI = "https://tracker.debian.org/pkg/p7zip"
21UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
22
20S = "${WORKDIR}/${BPN}_${PV}" 23S = "${WORKDIR}/${BPN}_${PV}"
21 24
22do_compile:append() { 25do_compile:append() {