From 34df8228bd586fa45e20c3a0067a8978e4c79211 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 19 Jan 2017 17:01:10 +0000 Subject: 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 --- meta/recipes-support/ca-certificates/ca-certificates_20161130.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb b/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb index e0b2e41e6e..e47bad11b7 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" -- cgit 1.2.3-korg