mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
ca-certificates: clean up before do_compile()
Otherwise the script which converts mozilla certificates extracts each certificate twice. (From OE-Core rev: 3aae6a3c2786713115451f6b6fe151ba69369c1d) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f43d13c1d0
commit
f94450a40b
@@ -29,6 +29,10 @@ EXTRA_OEMAKE = "\
|
|||||||
'SBINDIR=${sbindir}' \
|
'SBINDIR=${sbindir}' \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
do_compile_prepend() {
|
||||||
|
oe_runmake clean
|
||||||
|
}
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
install -d ${D}${datadir}/ca-certificates \
|
install -d ${D}${datadir}/ca-certificates \
|
||||||
${D}${sysconfdir}/ssl/certs \
|
${D}${sysconfdir}/ssl/certs \
|
||||||
|
|||||||
Reference in New Issue
Block a user