From a27a6f93d6add381e001c38cd24c9575a04d4fa5 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 29 Dec 2014 16:28:21 +0800 Subject: diffutils & diffstat: fix up EXTRA_OECONF 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/diffstat/diffstat_1.59.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-devtools/diffstat') 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 () { -- cgit 1.2.3-korg