mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
adduser: add UPSTREAM_CHECK_URI
Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version adduser INFO: Current version: 3.118 INFO: Latest version: After the patch: $ devtool latest-version adduser INFO: Current version: 3.118 INFO: Latest version: 3.153 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4109ea0d89
commit
3af3a188f3
|
|
@ -13,6 +13,9 @@ SRC_URI = "https://launchpad.net/debian/+archive/primary/+sourcefiles/adduser/${
|
|||
|
||||
SRC_URI[sha256sum] = "3e9eea661c9aac6b2c791bfcc1de3a9c6a422d45c8f3d38ed417737ed3166ffc"
|
||||
|
||||
UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/adduser"
|
||||
UPSTREAM_CHECK_REGEX = "adduser_(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
S = "${UNPACKDIR}/${BPN}"
|
||||
|
||||
inherit cpan-base update-alternatives
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user