diff options
| -rw-r--r-- | meta/recipes-support/ca-certificates/ca-certificates_20240203.bb | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20240203.bb b/meta/recipes-support/ca-certificates/ca-certificates_20240203.bb index ac0756471c..eff1d97bc5 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates_20240203.bb +++ b/meta/recipes-support/ca-certificates/ca-certificates_20240203.bb | |||
| @@ -14,26 +14,15 @@ DEPENDS:class-nativesdk = "openssl-native" | |||
| 14 | # Need rehash from openssl and run-parts from debianutils | 14 | # Need rehash from openssl and run-parts from debianutils |
| 15 | PACKAGE_WRITE_DEPS += "openssl-native debianutils-native" | 15 | PACKAGE_WRITE_DEPS += "openssl-native debianutils-native" |
| 16 | 16 | ||
| 17 | # Since there is no TAG in the git repository, the SRCREV was determined | 17 | SRC_URI[sha256sum] = "3286d3fc42c4d11b7086711a85f865b44065ce05cf1fb5376b2abed07622a9c6" |
| 18 | # through comparison of the git repository and the data on the following | 18 | SRC_URI = "${DEBIAN_MIRROR}/main/c/ca-certificates/${BPN}_${PV}.tar.xz \ |
| 19 | # package informatin pages: | ||
| 20 | # | ||
| 21 | # * https://packages.debian.org/trixie/ca-certificates | ||
| 22 | # * https://packages.ubuntu.com/noble/ca-certificates | ||
| 23 | # | ||
| 24 | SRCREV = "ee6e0484031314090a11c04ee82689acb73d7ad8" | ||
| 25 | |||
| 26 | SRC_URI = "git://salsa.debian.org/debian/ca-certificates.git;protocol=https;branch=master \ | ||
| 27 | file://0002-update-ca-certificates-use-SYSROOT.patch \ | 19 | file://0002-update-ca-certificates-use-SYSROOT.patch \ |
| 28 | file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \ | 20 | file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \ |
| 29 | file://default-sysroot.patch \ | 21 | file://default-sysroot.patch \ |
| 30 | file://0003-update-ca-certificates-use-relative-symlinks-from-ET.patch \ | 22 | file://0003-update-ca-certificates-use-relative-symlinks-from-ET.patch \ |
| 31 | file://0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch \ | 23 | file://0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch \ |
| 32 | " | 24 | " |
| 33 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+)" | 25 | S = "${WORKDIR}/ca-certificates" |
| 34 | |||
| 35 | S = "${WORKDIR}/git" | ||
| 36 | |||
| 37 | inherit allarch | 26 | inherit allarch |
| 38 | 27 | ||
| 39 | EXTRA_OEMAKE = "\ | 28 | EXTRA_OEMAKE = "\ |
