diff options
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.bb | 7 |
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" | |||
| 7 | LICENSE = "LGPL-2.1-only" | 7 | LICENSE = "LGPL-2.1-only" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29" | 8 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29" |
| 9 | 9 | ||
| 10 | SRC_URI = "https://hyperrealm.github.io/libconfig/dist/libconfig-${PV}.tar.gz" | 10 | SRC_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 | ||
| 15 | DEPENDS += "bison-native" | ||
| 11 | 16 | ||
| 12 | UPSTREAM_CHECK_URI = "https://github.com/hyperrealm/libconfig/releases" | 17 | UPSTREAM_CHECK_URI = "https://github.com/hyperrealm/libconfig/releases" |
| 13 | UPSTREAM_CHECK_REGEX = "Version (?P<pver>\d+(\.\d+)+)" | 18 | UPSTREAM_CHECK_REGEX = "Version (?P<pver>\d+(\.\d+)+)" |
