From f21a3a475e5b861d36733f6ad52036bb49619be6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 4 Dec 2013 10:41:59 +0000 Subject: leafpad: Fix configure flags Remove the now unused gtktest configure flag and add one for the emacs option so we're deterministic. Resolves the warning: WARNING: QA Issue: leafpad: configure was passed unrecognised options: --disable-gtktest (From OE-Core rev: 522a8e8d332c162a923e8b880b36fc4b12320c87) Signed-off-by: Richard Purdie --- meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb b/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb index 273cc726a1..246bc5f023 100644 --- a/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb +++ b/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb @@ -19,7 +19,7 @@ SRC_URI_append_poky = " file://owl-menu.patch;apply=yes " inherit autotools pkgconfig -EXTRA_OECONF = " --enable-chooser --disable-gtktest --disable-print" +EXTRA_OECONF = " --enable-chooser --disable-emacs --disable-print" do_install_append () { install -d ${D}/${datadir} -- cgit v1.2.3-54-g00ecf