diff options
author | Tim Orling <tim.orling@konsulko.com> | 2024-03-23 08:42:56 -0700 |
---|---|---|
committer | Tim Orling <tim.orling@konsulko.com> | 2024-03-23 14:10:04 -0700 |
commit | a2c62218c1dbc4cb49461afa8c1a88f89cf9457f (patch) | |
tree | 5ae4749461fb1ad20169278fe077c483f23c634f | |
parent | 760e86c69cfc92a1650ad98bd6ee2b89260d7393 (diff) | |
download | meta-java-a2c62218c1dbc4cb49461afa8c1a88f89cf9457f.tar.gz |
ca-certificates-java: fix virtual/ warning; add branch
* add branch
* add https protocol
* Fix:
QA Issue: RDEPENDS is set to virtual/java-native but the substring
'virtual/' holds no meaning in this context. It only works for build
time dependencies, not runtime ones. It is suggested to use
'VIRTUAL-RUNTIME_' variables instead. [virtual-slash]
* Fix:
WARNING: recipes-core/ca-certificates-java/ca-certificates-java_20180516.bb:
URL: git://salsa.debian.org/java-team/ca-certificates-java.git does
not set any branch parameter. The future default branch used by tools
and repositories is uncertain and we will therefore soon require this is
set in all git urls.
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
-rw-r--r-- | recipes-core/ca-certificates-java/ca-certificates-java_20180516.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-core/ca-certificates-java/ca-certificates-java_20180516.bb b/recipes-core/ca-certificates-java/ca-certificates-java_20180516.bb index 460d39a..2405b30 100644 --- a/recipes-core/ca-certificates-java/ca-certificates-java_20180516.bb +++ b/recipes-core/ca-certificates-java/ca-certificates-java_20180516.bb | |||
@@ -17,7 +17,7 @@ DEPENDS = "virtual/javac-native fastjar-native" | |||
17 | PACKAGE_WRITE_DEPS += "openjdk-8-native" | 17 | PACKAGE_WRITE_DEPS += "openjdk-8-native" |
18 | 18 | ||
19 | SRC_URI = "\ | 19 | SRC_URI = "\ |
20 | git://salsa.debian.org/java-team/ca-certificates-java.git \ | 20 | git://salsa.debian.org/java-team/ca-certificates-java.git;branch=master;protocol=https \ |
21 | file://0001-UpdateCertificates-handle-SYSROOT-environment-variab.patch \ | 21 | file://0001-UpdateCertificates-handle-SYSROOT-environment-variab.patch \ |
22 | file://${BPN}.hook.in \ | 22 | file://${BPN}.hook.in \ |
23 | " | 23 | " |
@@ -100,7 +100,6 @@ pkg_postinst:${PN} () { | |||
100 | 100 | ||
101 | RDEPENDS:${PN} = "ca-certificates" | 101 | RDEPENDS:${PN} = "ca-certificates" |
102 | RDEPENDS:${PN}:append:class-target = " java2-runtime" | 102 | RDEPENDS:${PN}:append:class-target = " java2-runtime" |
103 | RDEPENDS:${PN}:append:class-native = " virtual/java-native" | ||
104 | 103 | ||
105 | FILES:${PN} += "${datadir_java}" | 104 | FILES:${PN} += "${datadir_java}" |
106 | 105 | ||