diff options
| -rw-r--r-- | meta-oe/recipes-devtools/capnproto/capnproto_1.4.0.bb (renamed from meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb b/meta-oe/recipes-devtools/capnproto/capnproto_1.4.0.bb index 0ea243fd20..948ff80345 100644 --- a/meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb +++ b/meta-oe/recipes-devtools/capnproto/capnproto_1.4.0.bb | |||
| @@ -5,9 +5,9 @@ SECTION = "console/tools" | |||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=a05663ae6cca874123bf667a60dca8c9" | 6 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=a05663ae6cca874123bf667a60dca8c9" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/sandstorm-io/capnproto.git;branch=release-${PV};protocol=https \ | 8 | SRC_URI = "git://github.com/sandstorm-io/capnproto.git;branch=release-${PV};protocol=https;tag=v${PV} \ |
| 9 | file://0001-Export-binaries-only-for-native-build.patch" | 9 | file://0001-Export-binaries-only-for-native-build.patch" |
| 10 | SRCREV = "1a0e12c0a3ba1f0dbbad45ddfef555166e0a14fc" | 10 | SRCREV = "8b892a8a11a632f5d52b877a49728808a142379a" |
| 11 | 11 | ||
| 12 | S = "${UNPACKDIR}/${BP}/c++" | 12 | S = "${UNPACKDIR}/${BP}/c++" |
| 13 | 13 | ||
| @@ -29,3 +29,6 @@ PACKAGE_BEFORE_PN = "${PN}-compiler" | |||
| 29 | RDEPENDS:${PN}-dev += "${PN}-compiler" | 29 | RDEPENDS:${PN}-dev += "${PN}-compiler" |
| 30 | 30 | ||
| 31 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |
| 32 | |||
| 33 | CVE_STATUS[CVE-2026-32239] = "fixed-version: fixed in 1.4.0" | ||
| 34 | CVE_STATUS[CVE-2026-32240] = "fixed-version: fixed in 1.4.0" | ||
