[oe-commits] [meta-openembedded] 67/87: soci: update to version 3.2.3

git at git.openembedded.org git at git.openembedded.org
Mon Mar 12 17:04:26 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit c707363209bfd666ec7966bc2d20c848121d272e
Author: Derek Straka <derek at asterius.io>
AuthorDate: Tue Mar 6 09:05:57 2018 -0500

    soci: update to version 3.2.3
    
    Add dos2unix as the source now has windows line endings
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-dbs/soci/{soci_3.2.2.bb => soci_3.2.3.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-dbs/soci/soci_3.2.2.bb b/meta-oe/recipes-dbs/soci/soci_3.2.3.bb
similarity index 91%
rename from meta-oe/recipes-dbs/soci/soci_3.2.2.bb
rename to meta-oe/recipes-dbs/soci/soci_3.2.3.bb
index 1f5a485..3f22d38 100644
--- a/meta-oe/recipes-dbs/soci/soci_3.2.2.bb
+++ b/meta-oe/recipes-dbs/soci/soci_3.2.3.bb
@@ -12,8 +12,8 @@ DEPENDS = "boost"
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BP}/${BP}.tar.gz \
            file://soci_libdir.patch \
           "
-SRC_URI[md5sum] = "bc3c35f6cd3f80a1be19fe30b3c111bf"
-SRC_URI[sha256sum] = "30ea2f4d26639ef5b5cdc24fb300b3896746243dbb77b743582de2ff443ccb1c"
+SRC_URI[md5sum] = "acfbccf176cd20e06833a8037a2d3699"
+SRC_URI[sha256sum] = "2c659db0f4f7b424bbcffe195c03c293a1dbf676189a27b077fb2aab4d53a610"
 
 TESTCONFIG = '-DSOCI_TEST_EMPTY_CONNSTR="dummy" -DSOCI_TEST_SQLITE3_CONNSTR="test.db" \
               -DSOCI_TEST_POSTGRESQL_CONNSTR:STRING="dbname=soci_test" \
@@ -38,7 +38,7 @@ PACKAGECONFIG ??= "empty"
 EXTRA_OECMAKE = "${EXTRA_OECONF} -DSOCI_LIBDIR=${libdir}"
 DISABLE_STATIC = ""
 
-inherit cmake
+inherit dos2unix cmake
 
 PACKAGES += "${PN}-sqlite3 ${PN}-mysql ${PN}-postgresql ${PN}-odbc ${PN}-oracle"
 

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


More information about the Openembedded-commits mailing list