From: Richard Purdie Date: Thu, 19 Jan 2017 17:01:10 +0000 (+0000) Subject: ca-certificates: Add PACKAGE_WRITE_DEPS for postinst X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=34df8228bd586fa45e20c3a0067a8978e4c79211;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ca-certificates: Add PACKAGE_WRITE_DEPS for postinst The postinstall needs ca-certificates-native, mark the dependency Signed-off-by: Richard Purdie (cherry picked from commit 723a924adf0661167690987acfc4213803ec3305) Signed-off-by: Andreas Oberritter --- diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb b/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb index e0b2e41e6e5..e47bad11b7b 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb +++ b/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb @@ -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"