diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-16 16:08:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:52 +0000 |
commit | 75c69294931da1db798b0e2c5103dd0b30ee60d0 (patch) | |
tree | 36208b9f10005957757133a4a94424266be35625 /meta/recipes-extended/cracklib/cracklib_2.9.5.bb | |
parent | cefeac268ed326d45e555fc81be32528ed6feb0d (diff) | |
download | poky-75c69294931da1db798b0e2c5103dd0b30ee60d0.tar.gz |
package_regex.inc: split sourceforge related entries to their own recipes
(From OE-Core rev: 4c5899fa0b8258f2754e3080dae5535e3b248e91)
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/cracklib/cracklib_2.9.5.bb')
-rw-r--r-- | meta/recipes-extended/cracklib/cracklib_2.9.5.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.5.bb b/meta/recipes-extended/cracklib/cracklib_2.9.5.bb index 23f259c6a6..35817c9363 100644 --- a/meta/recipes-extended/cracklib/cracklib_2.9.5.bb +++ b/meta/recipes-extended/cracklib/cracklib_2.9.5.bb | |||
@@ -18,6 +18,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz \ | |||
18 | SRC_URI[md5sum] = "376790a95c1fb645e59e6e9803c78582" | 18 | SRC_URI[md5sum] = "376790a95c1fb645e59e6e9803c78582" |
19 | SRC_URI[sha256sum] = "59ab0138bc8cf90cccb8509b6969a024d5e58d2d02bcbdccbb9ba9b88be3fa33" | 19 | SRC_URI[sha256sum] = "59ab0138bc8cf90cccb8509b6969a024d5e58d2d02bcbdccbb9ba9b88be3fa33" |
20 | 20 | ||
21 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/cracklib/files/cracklib/" | ||
22 | UPSTREAM_CHECK_REGEX = "/cracklib/(?P<pver>(\d+[\.\-_]*)+)/" | ||
23 | |||
21 | inherit autotools gettext pythonnative python-dir | 24 | inherit autotools gettext pythonnative python-dir |
22 | 25 | ||
23 | do_install_append_class-target() { | 26 | do_install_append_class-target() { |