From 98f67e60b64ec20e022d375ecd595cafffc22a50 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 9 Aug 2014 15:54:02 +0200 Subject: 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 --- 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(-) (limited to 'meta-oe/recipes-support') 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 \ 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 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 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" -- cgit v1.2.3-54-g00ecf