]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
diffutils & diffstat: fix up EXTRA_OECONF ChenQi/diffutils-diffstat
authorChen Qi <Qi.Chen@windriver.com>
Mon, 29 Dec 2014 08:17:35 +0000 (16:17 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Mon, 29 Dec 2014 08:25:42 +0000 (16:25 +0800)
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>
meta/recipes-devtools/diffstat/diffstat_1.59.bb
meta/recipes-extended/diffutils/diffutils_3.3.bb

index c64eb7fca75ea73bb592067820c5160c3c354450..f599622b3e9bdc62d8a186115db9b0610c267df5 100644 (file)
@@ -16,8 +16,6 @@ SRC_URI[sha256sum] = "267d1441b8889cbefbb7ca7dfd4a17f6c8bc73bc114904c74ecad945a3
 
 S = "${WORKDIR}/diffstat-${PV}"
 
-EXTRA_OECONF += "--without-libsigsegv-prefix"
-
 inherit autotools gettext ptest
 
 do_configure () {
index a467f20aa4dbf022b92414e1251b4a824894b4df..b7089624473403d8621f0afd06391da81c775983 100644 (file)
@@ -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