diff options
-rw-r--r-- | meta-oe/recipes-support/sdmon/sdmon_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/sdmon/sdmon_git.bb b/meta-oe/recipes-support/sdmon/sdmon_git.bb index 522539a67b..81c8033c15 100644 --- a/meta-oe/recipes-support/sdmon/sdmon_git.bb +++ b/meta-oe/recipes-support/sdmon/sdmon_git.bb | |||
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
6 | 6 | ||
7 | SRC_URI = "git://github.com/Ognian/sdmon;protocol=https;branch=master" | 7 | SRC_URI = "git://github.com/Ognian/sdmon;protocol=https;branch=master" |
8 | 8 | ||
9 | PV = "0.8.1+git" | 9 | PV = "0.9.0" |
10 | SRCREV = "ef1aec457f04a50721f0259651cca9c946f11390" | 10 | SRCREV = "4dff9b690e8d4454fada6abfbb6b32fcb794968c" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||