[oe-commits] leimaohui : openwsman: modified SRC_URI to git

git at git.openembedded.org git at git.openembedded.org
Mon Aug 31 18:20:03 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 9ab0d64f8077d8db096cf1c7fa4292ad947964ee
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9ab0d64f8077d8db096cf1c7fa4292ad947964ee

Author: leimaohui <leimaohui at cn.fujitsu.com>
Date:   Fri Aug 21 17:59:58 2015 +0800

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 at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/openwsman/openwsman_2.6.0.bb | 8 +++++---
 1 file 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 5a19264..d89f3c0 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"
 
 DEPENDS = "curl libxml2 openssl libpam"
 
-SRC_URI = "https://github.com/Openwsman/openwsman/archive/v${PV}.tar.gz \
+SRCREV = "f523bf1390c7ea23946bb9159978a4d7c198f1ba"
+PV = "2.6.0"
+
+SRC_URI = "git://github.com/Openwsman/openwsman.git \
            file://libssl-is-required-if-eventint-supported.patch \
            file://openwsmand.service"
 
-SRC_URI[md5sum] = "824834a86040b98b03f3fc0f7f62e853"
-SRC_URI[sha256sum] = "449b4972dc7700918f8f674047f0a1a9c19eeee3f4ce82f47890dddfa56e823f"
+S = "${WORKDIR}/git"
 
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d4f53d4c6cf73b9d43186ce3be6dd0ba"



More information about the Openembedded-commits mailing list