diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-04 10:41:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-04 10:47:05 +0000 |
commit | 522a8e8d332c162a923e8b880b36fc4b12320c87 (patch) | |
tree | 73fffcc00825cfe30da6b46f4348a09f2f1a40ef /meta/recipes-sato | |
parent | ef0b66f4a8522445ef8b6468660bf030849bab13 (diff) | |
download | openembedded-core-contrib-522a8e8d332c162a923e8b880b36fc4b12320c87.tar.gz |
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@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 273cc726a1f..246bc5f0232 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} |