From 0f73b8ba2d36047129f1d8f7d00a220045db4797 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 29 May 2018 15:17:53 +0800 Subject: sdparm: add UPSTREAM_CHECK_REGEX Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- meta-oe/recipes-support/sdparm/sdparm_1.10.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/sdparm/sdparm_1.10.bb b/meta-oe/recipes-support/sdparm/sdparm_1.10.bb index 3299a77aaa..35e22d3ea2 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 \ " MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc" +UPSTREAM_CHECK_REGEX = "sdparm-(?P\d+(\.\d+)+)\.tgz" + PACKAGES =+ "${PN}-scripts" RDEPENDS_${PN}-scripts += "bash ${PN}" -- cgit 1.2.3-korg