summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb')
-rw-r--r--meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb
index ad030b8f4a..a4df707dd7 100644
--- a/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb
+++ b/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb
@@ -7,7 +7,12 @@ SECTION = "libs"
7LICENSE = "LGPL-2.1-only" 7LICENSE = "LGPL-2.1-only"
8LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29" 8LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
9 9
10SRC_URI = "https://hyperrealm.github.io/libconfig/dist/libconfig-${PV}.tar.gz" 10SRC_URI = "https://hyperrealm.github.io/libconfig/dist/libconfig-${PV}.tar.gz \
11 file://0001-Fix-declarations-to-allow-build-with-gcc-15.patch \
12"
13
14# needed when we modify grammar.y with above patch
15DEPENDS += "bison-native"
11 16
12UPSTREAM_CHECK_URI = "https://github.com/hyperrealm/libconfig/releases" 17UPSTREAM_CHECK_URI = "https://github.com/hyperrealm/libconfig/releases"
13UPSTREAM_CHECK_REGEX = "Version (?P<pver>\d+(\.\d+)+)" 18UPSTREAM_CHECK_REGEX = "Version (?P<pver>\d+(\.\d+)+)"