summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/ca-certificates/ca-certificates_20240203.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20240203.bb b/meta/recipes-support/ca-certificates/ca-certificates_20240203.bb
index b198ea77a9..ac0756471c 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20240203.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20240203.bb
@@ -14,6 +14,13 @@ 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
15PACKAGE_WRITE_DEPS += "openssl-native debianutils-native" 15PACKAGE_WRITE_DEPS += "openssl-native debianutils-native"
16 16
17# Since there is no TAG in the git repository, the SRCREV was determined
18# through comparison of the git repository and the data on the following
19# package informatin pages:
20#
21# * https://packages.debian.org/trixie/ca-certificates
22# * https://packages.ubuntu.com/noble/ca-certificates
23#
17SRCREV = "ee6e0484031314090a11c04ee82689acb73d7ad8" 24SRCREV = "ee6e0484031314090a11c04ee82689acb73d7ad8"
18 25
19SRC_URI = "git://salsa.debian.org/debian/ca-certificates.git;protocol=https;branch=master \ 26SRC_URI = "git://salsa.debian.org/debian/ca-certificates.git;protocol=https;branch=master \