diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/pax-utils/pax-utils_1.2.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pax-utils/pax-utils_1.2.2.bb b/meta/recipes-devtools/pax-utils/pax-utils_1.2.2.bb index 476fa6f074..c6c49e9b2d 100644 --- a/meta/recipes-devtools/pax-utils/pax-utils_1.2.2.bb +++ b/meta/recipes-devtools/pax-utils/pax-utils_1.2.2.bb | |||
@@ -12,6 +12,8 @@ SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.xz \ | |||
12 | 12 | ||
13 | SRC_URI[md5sum] = "a580468318f0ff42edf4a8cd314cc942" | 13 | SRC_URI[md5sum] = "a580468318f0ff42edf4a8cd314cc942" |
14 | SRC_URI[sha256sum] = "7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9" | 14 | SRC_URI[sha256sum] = "7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9" |
15 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/p/pax-utils/" | ||
16 | UPSTREAM_CHECK_REGEX = "pax-utils_(?P<pver>\d+(\.\d+)+)\.orig\.tar" | ||
15 | 17 | ||
16 | RDEPENDS_${PN} += "bash" | 18 | RDEPENDS_${PN} += "bash" |
17 | 19 | ||