[oe] [meta-oe][PATCH] soci: update to version 3.2.3

Derek Straka derek at asterius.io
Tue Mar 6 14:05:57 UTC 2018


Add dos2unix as the source now has windows line endings

Signed-off-by: Derek Straka <derek at asterius.io>
---
 meta-oe/recipes-dbs/soci/{soci_3.2.2.bb => soci_3.2.3.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-dbs/soci/{soci_3.2.2.bb => soci_3.2.3.bb} (91%)

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"
 
-- 
2.7.4




More information about the Openembedded-devel mailing list