[oe-commits] [meta-openembedded] 05/07: poco: update to 1.7.1

git at git.openembedded.org git at git.openembedded.org
Thu Mar 17 21:54:01 UTC 2016


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

commit 8d863a932b80cc8f55e6a9556e9b0014c402d550
Author: Pascal Bach <pascal.bach at siemens.com>
AuthorDate: Thu Mar 17 16:17:22 2016 +0100

    poco: update to 1.7.1
    
    Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 ...dation-library-version-back-to-SHARED_LIB.patch | 35 ----------------------
 .../poco/{poco_1.6.1.bb => poco_1.7.1.bb}          |  5 ++--
 2 files changed, 2 insertions(+), 38 deletions(-)

diff --git a/meta-oe/recipes-support/poco/poco-1.6.1/0001-Change-Foundation-library-version-back-to-SHARED_LIB.patch b/meta-oe/recipes-support/poco/poco-1.6.1/0001-Change-Foundation-library-version-back-to-SHARED_LIB.patch
deleted file mode 100644
index f65bb15..0000000
--- a/meta-oe/recipes-support/poco/poco-1.6.1/0001-Change-Foundation-library-version-back-to-SHARED_LIB.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From cec5a43151a11d8afbb5dd50caf4e22fb89c6340 Mon Sep 17 00:00:00 2001
-From: Mike Gelfand <mikedld at mikedld.com>
-Date: Sun, 20 Sep 2015 03:08:19 +0300
-Subject: [PATCH] Change Foundation library version back to
- SHARED_LIBRARY_VERSION
-
-Foundation is the only library using PROJECT_VERSION as library version,
-the change accidentally introduced by commit b69fafb84c. This causes
-difference in library being linked to (libPocoFoundation.31.dylib on Mac)
-and library returned by $<TARGET_FILE:Poco::Foundation> for imported
-target (libPocoFoundation.1.6.1.dylib), causing inconvenience. Also, this
-differs from autoconf-based builds where only "31" (soversion) library is
-being created and not "1.6.1" (project version) one.
-
-Upstream-Status: Backport from 1.6.2
----
- Foundation/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Foundation/CMakeLists.txt b/Foundation/CMakeLists.txt
-index c1dd25f..25f401c 100644
---- a/Foundation/CMakeLists.txt
-+++ b/Foundation/CMakeLists.txt
-@@ -108,7 +108,7 @@ add_library( "${LIBNAME}" ${LIB_MODE} ${SRCS})
- add_library( "${POCO_LIBNAME}" ALIAS "${LIBNAME}")
- set_target_properties( "${LIBNAME}"
-     PROPERTIES
--    VERSION ${PROJECT_VERSION} SOVERSION ${SHARED_LIBRARY_VERSION}
-+    VERSION ${SHARED_LIBRARY_VERSION} SOVERSION ${SHARED_LIBRARY_VERSION}
-     OUTPUT_NAME ${POCO_LIBNAME}
-     DEFINE_SYMBOL Foundation_EXPORTS
-     )
--- 
-2.1.4
-
diff --git a/meta-oe/recipes-support/poco/poco_1.6.1.bb b/meta-oe/recipes-support/poco/poco_1.7.1.bb
similarity index 95%
rename from meta-oe/recipes-support/poco/poco_1.6.1.bb
rename to meta-oe/recipes-support/poco/poco_1.7.1.bb
index 9822186..135d2aa 100644
--- a/meta-oe/recipes-support/poco/poco_1.6.1.bb
+++ b/meta-oe/recipes-support/poco/poco_1.7.1.bb
@@ -14,12 +14,11 @@ BBCLASSEXTEND = "native"
 
 SRC_URI = " \
     https://github.com/pocoproject/poco/archive/poco-${PV}-release.tar.gz \
-    file://0001-Change-Foundation-library-version-back-to-SHARED_LIB.patch \
     file://run-ptest \
    "
 
-SRC_URI[md5sum] = "208872b13d282dfb0f0580fc11df96f3"
-SRC_URI[sha256sum] = "08bc0a9bae4fb793eb694ad5ec7742c179bad48a286ae614682483021043658b"
+SRC_URI[md5sum] = "a4b755d47303b20a0e2586f281d05a36"
+SRC_URI[sha256sum] = "6dbbc2018912ad9af6af96f605933ed91354a1e7423e5dbd04d8e9a2b2d15c05"
 
 S = "${WORKDIR}/poco-poco-${PV}-release"
 

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


More information about the Openembedded-commits mailing list