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>
This commit is contained in:
Martin Jansa 2014-08-09 15:54:02 +02:00
parent 985012e896
commit 98f67e60b6
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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"