[oe-commits] Richard Purdie : leafpad: Fix configure flags

git at git.openembedded.org git at git.openembedded.org
Thu Dec 5 14:24:09 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 522a8e8d332c162a923e8b880b36fc4b12320c87
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=522a8e8d332c162a923e8b880b36fc4b12320c87

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Dec  4 10:41:59 2013 +0000

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

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 273cc72..246bc5f 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}



More information about the Openembedded-commits mailing list