[oe] [meta-oe][PATCH 22/36] links, links-x11: remove unrecognized configure options

Martin Jansa martin.jansa at gmail.com
Sat Aug 9 16:08:43 UTC 2014


* fixes following QA warnings:
  links-2.7: links: configure was passed unrecognised options:
    --enable-javascript --with-libfl --without-sdl
    [unknown-configure-option]
  links-x11-2.7: links-x11: configure was passed unrecognised options:
    --enable-javascript --with-libfl --without-sdl
    [unknown-configure-option]

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/links/links-x11_2.7.bb | 4 ++--
 meta-oe/recipes-support/links/links_2.7.bb     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/links/links-x11_2.7.bb b/meta-oe/recipes-support/links/links-x11_2.7.bb
index 601742f..8766653 100644
--- a/meta-oe/recipes-support/links/links-x11_2.7.bb
+++ b/meta-oe/recipes-support/links/links-x11_2.7.bb
@@ -8,11 +8,11 @@ SRC_URI += " file://links2.desktop \
 
 S = "${WORKDIR}/links-${PV}"
 
-EXTRA_OECONF = "--enable-javascript --with-libfl --enable-graphics \
+EXTRA_OECONF = "--enable-graphics \
                 --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \
                 --without-libtiff --without-svgalib --without-fb \
                 --without-directfb --without-pmshell --without-atheos \
-                --with-x --without-gpm --without-sdl"
+                --with-x --without-gpm"
 
 do_install_append() {
     install -d ${D}/${datadir}/applications
diff --git a/meta-oe/recipes-support/links/links_2.7.bb b/meta-oe/recipes-support/links/links_2.7.bb
index 24c1985..e80dd7b 100644
--- a/meta-oe/recipes-support/links/links_2.7.bb
+++ b/meta-oe/recipes-support/links/links_2.7.bb
@@ -3,11 +3,11 @@ require links.inc
 DEPENDS += "gpm"
 RCONFLICTS_${PN} = "links-x11"
 
-EXTRA_OECONF = "--enable-javascript --with-libfl --enable-graphics \
+EXTRA_OECONF = "--enable-graphics \
                 --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \
                 --without-libtiff --without-svgalib --with-fb \
                 --without-directfb --without-pmshell --without-atheos \
-                --without-x --without-sdl"
+                --without-x"
 
 SRC_URI[md5sum] = "d06aa6e14b2172d73188871a5357185a"
 SRC_URI[sha256sum] = "0c182b1cbcdfd5cdcd2f75a6032d1a4b660d07c1225c1e07757cec81d3302130"
-- 
2.0.4




More information about the Openembedded-devel mailing list