[oe-commits] [meta-openembedded] 21/50: poco: update to 1.7.3

git at git.openembedded.org git at git.openembedded.org
Fri Jul 29 09:10:35 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 00f6dc9cdb991b80ddb6eee56054e58cbb057eb2
Author: Pascal Bach <pascal.bach at siemens.com>
AuthorDate: Fri Jul 15 16:37:44 2016 +0200

    poco: update to 1.7.3
    
    Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/meta-oe/recipes-support/poco/poco_1.7.1.bb b/meta-oe/recipes-support/poco/poco_1.7.3.bb
similarity index 94%
rename from meta-oe/recipes-support/poco/poco_1.7.1.bb
rename to meta-oe/recipes-support/poco/poco_1.7.3.bb
index 135d2aa..32f56d4 100644
--- a/meta-oe/recipes-support/poco/poco_1.7.1.bb
+++ b/meta-oe/recipes-support/poco/poco_1.7.3.bb
@@ -12,15 +12,13 @@ inherit cmake ptest
 
 BBCLASSEXTEND = "native"
 
+SRCREV = "abc4742ebe6718530a2503fcc3f2554a6296ef5a"
 SRC_URI = " \
-    https://github.com/pocoproject/poco/archive/poco-${PV}-release.tar.gz \
+    git://github.com/pocoproject/poco.git \
     file://run-ptest \
    "
 
-SRC_URI[md5sum] = "a4b755d47303b20a0e2586f281d05a36"
-SRC_URI[sha256sum] = "6dbbc2018912ad9af6af96f605933ed91354a1e7423e5dbd04d8e9a2b2d15c05"
-
-S = "${WORKDIR}/poco-poco-${PV}-release"
+S = "${WORKDIR}/git"
 
 EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=RelWithDebInfo -DPOCO_UNBUNDLED=ON \
                  ${@bb.utils.contains('PTEST_ENABLED', '1', '-DENABLE_TESTS=ON ', '', d)}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list