summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-08-09 15:54:02 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-11 10:59:21 +0200
commit98f67e60b64ec20e022d375ecd595cafffc22a50 (patch)
treeb893709748cab333de4c06e5a0e5617f54d5b2a0 /meta-oe/recipes-support
parent985012e8962a201afd694ad0b68298bcfca3f760 (diff)
downloadmeta-openembedded-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/recipes-support')
-rw-r--r--meta-oe/recipes-support/links/links-x11_2.7.bb4
-rw-r--r--meta-oe/recipes-support/links/links_2.7.bb4
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 601742f9f..87666534e 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 \
8 8
9S = "${WORKDIR}/links-${PV}" 9S = "${WORKDIR}/links-${PV}"
10 10
11EXTRA_OECONF = "--enable-javascript --with-libfl --enable-graphics \ 11EXTRA_OECONF = "--enable-graphics \
12 --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \ 12 --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \
13 --without-libtiff --without-svgalib --without-fb \ 13 --without-libtiff --without-svgalib --without-fb \
14 --without-directfb --without-pmshell --without-atheos \ 14 --without-directfb --without-pmshell --without-atheos \
15 --with-x --without-gpm --without-sdl" 15 --with-x --without-gpm"
16 16
17do_install_append() { 17do_install_append() {
18 install -d ${D}/${datadir}/applications 18 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 24c198557..e80dd7bca 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
3DEPENDS += "gpm" 3DEPENDS += "gpm"
4RCONFLICTS_${PN} = "links-x11" 4RCONFLICTS_${PN} = "links-x11"
5 5
6EXTRA_OECONF = "--enable-javascript --with-libfl --enable-graphics \ 6EXTRA_OECONF = "--enable-graphics \
7 --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \ 7 --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \
8 --without-libtiff --without-svgalib --with-fb \ 8 --without-libtiff --without-svgalib --with-fb \
9 --without-directfb --without-pmshell --without-atheos \ 9 --without-directfb --without-pmshell --without-atheos \
10 --without-x --without-sdl" 10 --without-x"
11 11
12SRC_URI[md5sum] = "d06aa6e14b2172d73188871a5357185a" 12SRC_URI[md5sum] = "d06aa6e14b2172d73188871a5357185a"
13SRC_URI[sha256sum] = "0c182b1cbcdfd5cdcd2f75a6032d1a4b660d07c1225c1e07757cec81d3302130" 13SRC_URI[sha256sum] = "0c182b1cbcdfd5cdcd2f75a6032d1a4b660d07c1225c1e07757cec81d3302130"