aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/diffutils/diffutils_3.3.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-12-29 16:17:35 +0800
committerChen Qi <Qi.Chen@windriver.com>2014-12-29 16:25:42 +0800
commit29bb03e819cc686d3999d6efed833a16ab2b67e2 (patch)
treeb62fedf7a2a0133f7f0cc03031065aa7f45f11a1 /meta/recipes-extended/diffutils/diffutils_3.3.bb
parent859fb4d9ec6974be9ce755e4ffefd9b199f3604c (diff)
downloadopenembedded-core-contrib-29bb03e819cc686d3999d6efed833a16ab2b67e2.tar.gz
diffutils & diffstat: fix up EXTRA_OECONFChenQi/diffutils-diffstat
The following line is meant to be in diffutils but it was added to diffstat by accident. The commit message which introduced this line says that it's for diffutils. EXTRA_OECONF += "--without-libsigsegv-prefix" This patch fixes this problem. Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Diffstat (limited to 'meta/recipes-extended/diffutils/diffutils_3.3.bb')
-rw-r--r--meta/recipes-extended/diffutils/diffutils_3.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_3.3.bb b/meta/recipes-extended/diffutils/diffutils_3.3.bb
index a467f20aa4..b708962447 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.3.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.3.bb
@@ -7,6 +7,8 @@ SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.xz \
file://run-ptest \
"
+EXTRA_OECONF += "--without-libsigsegv-prefix"
+
do_configure_prepend () {
# Need to remove gettext macros with weird mix of versions
for i in codeset.m4 gettext_gl.m4 intlmacosx.m4 inttypes-pri.m4 lib-ld_gl.m4 lib-prefix_gl.m4 po_gl.m4 ssize_t.m4 wchar_t.m4 wint_t.m4; do