summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/serf/serf_1.3.9.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-support/serf/serf_1.3.9.bb b/meta/recipes-support/serf/serf_1.3.9.bb
index 6a27f12102..2fbf96f997 100644
--- a/meta/recipes-support/serf/serf_1.3.9.bb
+++ b/meta/recipes-support/serf/serf_1.3.9.bb
@@ -30,4 +30,9 @@ EXTRA_OESCONS = " \
30 OPENSSL="${STAGING_EXECPREFIXDIR}" \ 30 OPENSSL="${STAGING_EXECPREFIXDIR}" \
31 " 31 "
32 32
33# scons creates non-reproducible archives
34do_install_append() {
35 rm ${D}/${libdir}/*.a
36}
37
33BBCLASSEXTEND = "native nativesdk" 38BBCLASSEXTEND = "native nativesdk"