summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-04 10:41:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-05 14:24:42 +0000
commitf21a3a475e5b861d36733f6ad52036bb49619be6 (patch)
tree48548992dad38138f5e819081f0949c963d03c67 /meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb
parent50be1a19934a657b15b70782a2b9a3778b125c8f (diff)
downloadpoky-f21a3a475e5b861d36733f6ad52036bb49619be6.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 (From OE-Core rev: 522a8e8d332c162a923e8b880b36fc4b12320c87) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb')
-rw-r--r--meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb2
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 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 "
19 19
20inherit autotools pkgconfig 20inherit autotools pkgconfig
21 21
22EXTRA_OECONF = " --enable-chooser --disable-gtktest --disable-print" 22EXTRA_OECONF = " --enable-chooser --disable-emacs --disable-print"
23 23
24do_install_append () { 24do_install_append () {
25 install -d ${D}/${datadir} 25 install -d ${D}/${datadir}