aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-03-06 09:05:57 -0500
committerArmin Kuster <akuster808@gmail.com>2018-03-12 10:01:17 -0700
commitc707363209bfd666ec7966bc2d20c848121d272e (patch)
tree77e0753b6e1330eb8e57c2dccb67aeb9feab5ca9 /meta-oe/recipes-dbs
parent26b6f912a38a7f9cfead4076ef588ef8c2e9bd0e (diff)
downloadmeta-openembedded-c707363209bfd666ec7966bc2d20c848121d272e.tar.gz
soci: update to version 3.2.3
Add dos2unix as the source now has windows line endings Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs')
-rw-r--r--meta-oe/recipes-dbs/soci/soci_3.2.3.bb (renamed from meta-oe/recipes-dbs/soci/soci_3.2.2.bb)6
1 files 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
index 1f5a485a7d..3f22d38181 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"