aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
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-devtools
parent859fb4d9ec6974be9ce755e4ffefd9b199f3604c (diff)
downloadopenembedded-core-contrib-ChenQi/diffutils-diffstat.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-devtools')
-rw-r--r--meta/recipes-devtools/diffstat/diffstat_1.59.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.59.bb b/meta/recipes-devtools/diffstat/diffstat_1.59.bb
index c64eb7fca7..f599622b3e 100644
--- a/meta/recipes-devtools/diffstat/diffstat_1.59.bb
+++ b/meta/recipes-devtools/diffstat/diffstat_1.59.bb
@@ -16,8 +16,6 @@ SRC_URI[sha256sum] = "267d1441b8889cbefbb7ca7dfd4a17f6c8bc73bc114904c74ecad945a3
S = "${WORKDIR}/diffstat-${PV}"
-EXTRA_OECONF += "--without-libsigsegv-prefix"
-
inherit autotools gettext ptest
do_configure () {