mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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.
(From OE-Core rev: a27a6f93d6add381e001c38cd24c9575a04d4fa5)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -16,8 +16,6 @@ SRC_URI[sha256sum] = "267d1441b8889cbefbb7ca7dfd4a17f6c8bc73bc114904c74ecad945a3
|
||||
|
||||
S = "${WORKDIR}/diffstat-${PV}"
|
||||
|
||||
EXTRA_OECONF += "--without-libsigsegv-prefix"
|
||||
|
||||
inherit autotools gettext ptest
|
||||
|
||||
do_configure () {
|
||||
|
||||
Reference in New Issue
Block a user