diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-29 15:17:53 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:56:19 -0700 |
commit | 0f73b8ba2d36047129f1d8f7d00a220045db4797 (patch) | |
tree | 47541bf2b78f0c67ed145eaf592fc7cca139a295 /meta-oe/recipes-support | |
parent | 0a7e6a21053e3f6f15ab309e59c667ece00c7ff9 (diff) | |
download | meta-openembedded-0f73b8ba2d36047129f1d8f7d00a220045db4797.tar.gz |
sdparm: add UPSTREAM_CHECK_REGEX
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/sdparm/sdparm_1.10.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/sdparm/sdparm_1.10.bb b/meta-oe/recipes-support/sdparm/sdparm_1.10.bb index 3299a77aa..35e22d3ea 100644 --- a/meta-oe/recipes-support/sdparm/sdparm_1.10.bb +++ b/meta-oe/recipes-support/sdparm/sdparm_1.10.bb | |||
@@ -12,6 +12,8 @@ SRC_URI = "http://sg.danny.cz/sg/p/${BPN}-${PV}.tgz \ | |||
12 | " | 12 | " |
13 | MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc" | 13 | MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc" |
14 | 14 | ||
15 | UPSTREAM_CHECK_REGEX = "sdparm-(?P<pver>\d+(\.\d+)+)\.tgz" | ||
16 | |||
15 | PACKAGES =+ "${PN}-scripts" | 17 | PACKAGES =+ "${PN}-scripts" |
16 | RDEPENDS_${PN}-scripts += "bash ${PN}" | 18 | RDEPENDS_${PN}-scripts += "bash ${PN}" |
17 | 19 | ||