summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/driverctl/driverctl_0.121.bb (renamed from meta-oe/recipes-support/driverctl/driverctl_0.115.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/driverctl/driverctl_0.115.bb b/meta-oe/recipes-support/driverctl/driverctl_0.121.bb
index 578a2b8d3b..026e9f2897 100644
--- a/meta-oe/recipes-support/driverctl/driverctl_0.115.bb
+++ b/meta-oe/recipes-support/driverctl/driverctl_0.121.bb
@@ -7,8 +7,8 @@ REQUIRED_DISTRO_FEATURES = "systemd"
7DEPENDS = "systemd" 7DEPENDS = "systemd"
8RDEPENDS:${PN} += "bash bash-completion" 8RDEPENDS:${PN} += "bash bash-completion"
9 9
10SRC_URI = "git://gitlab.com/driverctl/driverctl.git;branch=master;protocol=https" 10SRC_URI = "git://gitlab.com/driverctl/driverctl.git;branch=master;protocol=https;tag=${PV}"
11SRCREV = "2ba60536eb20ca0a6a751bd8b6501dba84ec45d3" 11SRCREV = "0a72c5b1091d87e839ff083f686477f9eff5fb97"
12 12
13 13
14inherit pkgconfig systemd features_check 14inherit pkgconfig systemd features_check