summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTheodore A. Roth <troth@openavr.org>2025-11-10 23:21:42 +1300
committerSteve Sakoman <steve@sakoman.com>2025-11-14 06:45:29 -0800
commitdab711ba8b78dace92642c694ceab1bd87828938 (patch)
tree6c644bb486decc28e15095259e038a919b25b025 /meta
parent302184ed4c0c4788e841d5177b921f4ac44f3839 (diff)
downloadpoky-dab711ba8b78dace92642c694ceab1bd87828938.tar.gz
ca-certificates: Add comment for provenance of SRCREV
Provide references for how the SRCREV was arrived at for the 20240203 release. (From OE-Core rev: b1d86653f1485aa56fe8bf050931d5b8657ee499) Signed-off-by: Theodore A. Roth <troth@openavr.org> Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6916cdb0f05f6644edb1e432a9421595abb9f0ca) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-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 \