* [PATCH 0/1] Fix ca-certificates-native missing dependency
@ 2016-06-02 20:22 Paul Eggleton
2016-06-02 20:22 ` [PATCH 1/1] ca-certificates: add dependency for native/nativesdk on openssl-native Paul Eggleton
0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggleton @ 2016-06-02 20:22 UTC (permalink / raw)
To: openembedded-core; +Cc: Otavio Salvador
The following changes since commit 6c8d1876f5a2d53fa89531e4a5f414d5d5da77be:
distro_check.py: Don't mix tabs and spaces (2016-06-02 08:36:15 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/ca-certificates-native
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/ca-certificates-native
Paul Eggleton (1):
ca-certificates: add dependency for native/nativesdk on openssl-native
meta/recipes-support/ca-certificates/ca-certificates_20160104.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
2.5.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] ca-certificates: add dependency for native/nativesdk on openssl-native
2016-06-02 20:22 [PATCH 0/1] Fix ca-certificates-native missing dependency Paul Eggleton
@ 2016-06-02 20:22 ` Paul Eggleton
2016-06-02 20:47 ` Otavio Salvador
0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggleton @ 2016-06-02 20:22 UTC (permalink / raw)
To: openembedded-core; +Cc: Otavio Salvador
When running update-ca-certificates on the build host, as we do during
do_install for ca-certificates-native (and nativesdk-ca-certificates),
as of OE-Core commit cea46e7b8d9463306779301fa97f651d750f380f we now
need openssl-native so it can run c_rehash.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/recipes-support/ca-certificates/ca-certificates_20160104.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb b/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb
index faefc78..1bea067 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb
@@ -9,7 +9,8 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=e7358b9541ccf3029e9705ed8de57968
# This is needed to ensure we can run the postinst at image creation time
DEPENDS = "ca-certificates-native"
-DEPENDS_class-native = ""
+DEPENDS_class-native = "openssl-native"
+DEPENDS_class-nativesdk = "ca-certificates-native openssl-native"
SRCREV = "f54715702c5c0581c9461f78fd84e2c8d2ec243c"
--
2.5.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] ca-certificates: add dependency for native/nativesdk on openssl-native
2016-06-02 20:22 ` [PATCH 1/1] ca-certificates: add dependency for native/nativesdk on openssl-native Paul Eggleton
@ 2016-06-02 20:47 ` Otavio Salvador
0 siblings, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2016-06-02 20:47 UTC (permalink / raw)
To: Paul Eggleton
Cc: Otavio Salvador, Patches and discussions about the oe-core layer
On Thu, Jun 2, 2016 at 5:22 PM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> When running update-ca-certificates on the build host, as we do during
> do_install for ca-certificates-native (and nativesdk-ca-certificates),
> as of OE-Core commit cea46e7b8d9463306779301fa97f651d750f380f we now
> need openssl-native so it can run c_rehash.
>
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Thanks for addressing this.
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-06-02 20:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-02 20:22 [PATCH 0/1] Fix ca-certificates-native missing dependency Paul Eggleton
2016-06-02 20:22 ` [PATCH 1/1] ca-certificates: add dependency for native/nativesdk on openssl-native Paul Eggleton
2016-06-02 20:47 ` Otavio Salvador
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.