diff options
-rw-r--r-- | meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb (renamed from meta-oe/recipes-extended/openwsman/openwsman_2.6.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/openwsman/openwsman_2.6.0.bb b/meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb index d89f3c037e..bdb7ced17c 100644 --- a/meta-oe/recipes-extended/openwsman/openwsman_2.6.0.bb +++ b/meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb | |||
@@ -12,10 +12,10 @@ SECTION = "Applications/System" | |||
12 | 12 | ||
13 | DEPENDS = "curl libxml2 openssl libpam" | 13 | DEPENDS = "curl libxml2 openssl libpam" |
14 | 14 | ||
15 | SRCREV = "f523bf1390c7ea23946bb9159978a4d7c198f1ba" | 15 | SRCREV = "ed7a119e036c53078d70fd85936d94dc9b9b98be" |
16 | PV = "2.6.0" | 16 | PV = "2.6.2" |
17 | 17 | ||
18 | SRC_URI = "git://github.com/Openwsman/openwsman.git \ | 18 | SRC_URI = "git://github.com/Openwsman/openwsman.git;protocol=http \ |
19 | file://libssl-is-required-if-eventint-supported.patch \ | 19 | file://libssl-is-required-if-eventint-supported.patch \ |
20 | file://openwsmand.service" | 20 | file://openwsmand.service" |
21 | 21 | ||