mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
fdb49727a7
Fix build with glibc 2.43+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
422 B
BlitzBasic
12 lines
422 B
BlitzBasic
require links.inc
|
|
|
|
DEPENDS += "gpm"
|
|
RCONFLICTS:${PN} = "links-x11"
|
|
|
|
EXTRA_OECONF = "--enable-graphics \
|
|
--with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \
|
|
--without-libtiff --without-svgalib --with-fb \
|
|
--without-directfb --without-pmshell --without-atheos \
|
|
--without-x"
|
|
SRC_URI[sha256sum] = "c4631c6b5a11527cdc3cb7872fc23b7f2b25c2b021d596be410dadb40315f166"
|