[oe-commits] [meta-openembedded] 02/08: vim: Fix "--enable-gtk2-test" unrecognized option error

git at git.openembedded.org git at git.openembedded.org
Fri Feb 1 14:57:40 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e49842903b64ada99bd3a428c20e8f31a206f37c
Author: Ovidiu Panait <ovidiu.panait at windriver.com>
AuthorDate: Fri Feb 1 10:07:19 2019 +0200

    vim: Fix "--enable-gtk2-test" unrecognized option error
    
    Fix the following build error when vim PACKAGECONFIG[gtkgui] is enabled:
    ...
    ERROR: vim-8.1.0347-r0 do_configure: QA Issue: vim: configure was passed
    unrecognised options: --enable-gtk2-test [unknown-configure-option]
    ERROR: vim-8.1.0347-r0 do_configure: Fatal QA errors found, failing task.
    ERROR: vim-8.1.0347-r0 do_configure: Function failed: do_qa_configure
    ...
    
    Signed-off-by: Ovidiu Panait <ovidiu.panait at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/vim/vim_8.1.0347.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/vim/vim_8.1.0347.bb b/meta-oe/recipes-support/vim/vim_8.1.0347.bb
index 4de4d8e..a561ad2 100644
--- a/meta-oe/recipes-support/vim/vim_8.1.0347.bb
+++ b/meta-oe/recipes-support/vim/vim_8.1.0347.bb
@@ -38,7 +38,7 @@ do_configure () {
 PACKAGECONFIG ??= ""
 PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}"
 
-PACKAGECONFIG[gtkgui] = "--enable-gtk2-test --enable-gui=gtk2,--enable-gui=no,gtk+,"
+PACKAGECONFIG[gtkgui] = "--enable-gui=gtk2,--enable-gui=no,gtk+,"
 PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
 PACKAGECONFIG[x11] = "--with-x,--without-x,xt,"
 PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,,"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list