From c7591ae0bb54b6db7f1409f239df620ba3103e15 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 (From OE-Core rev: 723a924adf0661167690987acfc4213803ec3305) Signed-off-by: Richard Purdie --- meta/recipes-support/ca-certificates/ca-certificates_20161130.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support') 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