]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ca-certificates: Add PACKAGE_WRITE_DEPS for postinst
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 17:01:10 +0000 (17:01 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Mon, 1 Jun 2020 14:39:42 +0000 (16:39 +0200)
The postinstall needs ca-certificates-native, mark the dependency

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 723a924adf0661167690987acfc4213803ec3305)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
meta/recipes-support/ca-certificates/ca-certificates_20161130.bb

index e0b2e41e6e51ea4f09361a9547a88585bb7a1567..e47bad11b7b183264e225ca5f0631e47619ceb52 100644 (file)
@@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=e7358b9541ccf3029e9705ed8de57968
 DEPENDS = "ca-certificates-native"
 DEPENDS_class-native = "openssl-native"
 DEPENDS_class-nativesdk = "ca-certificates-native openssl-native"
+PACKAGE_WRITE_DEPS += "ca-certificates-native"
 
 SRCREV = "61b70a1007dc269d56881a0d480fc841daacc77c"