summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/sdparm/sdparm_1.10.bb2
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 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 \
12 " 12 "
13MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc" 13MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc"
14 14
15UPSTREAM_CHECK_REGEX = "sdparm-(?P<pver>\d+(\.\d+)+)\.tgz"
16
15PACKAGES =+ "${PN}-scripts" 17PACKAGES =+ "${PN}-scripts"
16RDEPENDS_${PN}-scripts += "bash ${PN}" 18RDEPENDS_${PN}-scripts += "bash ${PN}"
17 19