diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 15:54:02 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:21 +0200 |
commit | 98f67e60b64ec20e022d375ecd595cafffc22a50 (patch) | |
tree | b893709748cab333de4c06e5a0e5617f54d5b2a0 /meta-oe | |
parent | 985012e8962a201afd694ad0b68298bcfca3f760 (diff) | |
download | meta-openembedded-contrib-98f67e60b64ec20e022d375ecd595cafffc22a50.tar.gz |
links, links-x11: remove unrecognized configure options
* 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@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/links/links-x11_2.7.bb | 4 | ||||
-rw-r--r-- | 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 601742f9f67..87666534e59 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 24c19855733..e80dd7bca39 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" |