[oe-commits] Andreas Oberritter : ca-certificates: clean up before do_compile()

git at git.openembedded.org git at git.openembedded.org
Thu Apr 2 11:03:46 UTC 2015


Module: openembedded-core.git
Branch: master-next-1.9
Commit: 3aae6a3c2786713115451f6b6fe151ba69369c1d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3aae6a3c2786713115451f6b6fe151ba69369c1d

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Mon Mar 23 16:36:50 2015 +0100

ca-certificates: clean up before do_compile()

Otherwise the script which converts mozilla certificates extracts
each certificate twice.

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/ca-certificates/ca-certificates_20141019.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20141019.bb b/meta/recipes-support/ca-certificates/ca-certificates_20141019.bb
index e5a4821..421b87e 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20141019.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20141019.bb
@@ -29,6 +29,10 @@ EXTRA_OEMAKE = "\
     'SBINDIR=${sbindir}' \
 "
 
+do_compile_prepend() {
+    oe_runmake clean
+}
+
 do_install () {
     install -d ${D}${datadir}/ca-certificates \
                ${D}${sysconfdir}/ssl/certs \



More information about the Openembedded-commits mailing list