summaryrefslogtreecommitdiffstats
path: root/recipes-containers/cowsql
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-05-28 02:41:14 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-05-28 02:50:55 +0000
commitf3d43f8d659c38392671217ac3d3fce5ef2e886c (patch)
tree327b7fa71d616f9ef9adf1c20c73b08a49d7883f /recipes-containers/cowsql
parentbaa1fddbbed6bdf392413061c0744c66660eedf4 (diff)
downloadmeta-virtualization-f3d43f8d659c38392671217ac3d3fce5ef2e886c.tar.gz
cowsql: update to v1.15.9-tip
Drops the GCC 15 -Wno-error=discarded-qualifiers workaround — upstream fixed it (64982fb). Bumping cowsql to version v1.15.9-9-g7c4d731, which comprises the following commits: 64982fb Fix -Wdiscarded-qualifiers warnings when using C23 memchr 2fa8608 build(deps): bump actions/checkout from 5 to 6 a27e21b refactor: replace semaphores, mutexes, conditions and threads with uv equivalents 8e73441 refactor: remove unused semaphore 'stopped' from cowsql_node structure 5b67836 build(deps): bump actions/checkout from 4 to 5 83b1d3a Release v1.15.9 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/cowsql')
-rw-r--r--recipes-containers/cowsql/cowsql_1.15.9.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-containers/cowsql/cowsql_1.15.9.bb b/recipes-containers/cowsql/cowsql_1.15.9.bb
index 0436d4dd..8c8f0c44 100644
--- a/recipes-containers/cowsql/cowsql_1.15.9.bb
+++ b/recipes-containers/cowsql/cowsql_1.15.9.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/cowsql/cowsql"
6LICENSE = "LGPL-3.0-only" 6LICENSE = "LGPL-3.0-only"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=728bf7a3521f8a76af96915eae595fd4" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=728bf7a3521f8a76af96915eae595fd4"
8 8
9SRCREV = "783815b901470e27b7dfbcce3a67c888dad19e78" 9SRCREV = "7c4d73151969ead4f81077ae243d81396ce67988"
10SRC_URI = "git://github.com/cowsql/cowsql.git;branch=main;protocol=https" 10SRC_URI = "git://github.com/cowsql/cowsql.git;branch=main;protocol=https"
11 11
12PV = "1.15.9" 12PV = "1.15.9"
@@ -22,6 +22,3 @@ EXTRA_OECONF = " \
22 --disable-build-sqlite \ 22 --disable-build-sqlite \
23" 23"
24 24
25# Upstream enables -Werror; GCC 15 is stricter about const qualifiers
26CFLAGS += "-Wno-error=discarded-qualifiers"
27