summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorleimaohui <leimaohui@cn.fujitsu.com>2015-08-21 17:59:58 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-31 19:12:15 +0200
commit9ab0d64f8077d8db096cf1c7fa4292ad947964ee (patch)
treea5d902d6d0f78d0dfb0bb92cb46b749d82979670 /meta-oe/recipes-extended
parentd8d4fae340a105e9458d3956d5a46c42cf376e64 (diff)
downloadmeta-openembedded-9ab0d64f8077d8db096cf1c7fa4292ad947964ee.tar.gz
openwsman: modified SRC_URI to git
not use github archives anymore, they are regenerated from time to time with different checksums. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/openwsman/openwsman_2.6.0.bb8
1 files changed, 5 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.0.bb
index 5a19264d4..d89f3c037 100644
--- a/meta-oe/recipes-extended/openwsman/openwsman_2.6.0.bb
+++ b/meta-oe/recipes-extended/openwsman/openwsman_2.6.0.bb
@@ -12,12 +12,14 @@ SECTION = "Applications/System"
12 12
13DEPENDS = "curl libxml2 openssl libpam" 13DEPENDS = "curl libxml2 openssl libpam"
14 14
15SRC_URI = "https://github.com/Openwsman/openwsman/archive/v${PV}.tar.gz \ 15SRCREV = "f523bf1390c7ea23946bb9159978a4d7c198f1ba"
16PV = "2.6.0"
17
18SRC_URI = "git://github.com/Openwsman/openwsman.git \
16 file://libssl-is-required-if-eventint-supported.patch \ 19 file://libssl-is-required-if-eventint-supported.patch \
17 file://openwsmand.service" 20 file://openwsmand.service"
18 21
19SRC_URI[md5sum] = "824834a86040b98b03f3fc0f7f62e853" 22S = "${WORKDIR}/git"
20SRC_URI[sha256sum] = "449b4972dc7700918f8f674047f0a1a9c19eeee3f4ce82f47890dddfa56e823f"
21 23
22LICENSE = "BSD" 24LICENSE = "BSD"
23LIC_FILES_CHKSUM = "file://COPYING;md5=d4f53d4c6cf73b9d43186ce3be6dd0ba" 25LIC_FILES_CHKSUM = "file://COPYING;md5=d4f53d4c6cf73b9d43186ce3be6dd0ba"