diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 17:01:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:53:50 +0000 |
commit | c7591ae0bb54b6db7f1409f239df620ba3103e15 (patch) | |
tree | 81a857d5cf3a841f9e5a0998f182b47fdc956813 | |
parent | 06b130fc103664fa81694b1db20626fad1c8bbdf (diff) | |
download | poky-c7591ae0bb54b6db7f1409f239df620ba3103e15.tar.gz |
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 <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/ca-certificates/ca-certificates_20161130.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
11 | DEPENDS = "ca-certificates-native" | 11 | DEPENDS = "ca-certificates-native" |
12 | DEPENDS_class-native = "openssl-native" | 12 | DEPENDS_class-native = "openssl-native" |
13 | DEPENDS_class-nativesdk = "ca-certificates-native openssl-native" | 13 | DEPENDS_class-nativesdk = "ca-certificates-native openssl-native" |
14 | PACKAGE_WRITE_DEPS += "ca-certificates-native" | ||
14 | 15 | ||
15 | SRCREV = "61b70a1007dc269d56881a0d480fc841daacc77c" | 16 | SRCREV = "61b70a1007dc269d56881a0d480fc841daacc77c" |
16 | 17 | ||