Age | Commit message (Collapse) | Author | Files |
|
this flag has caused this behaviour on my system (from config.log):
configure:9177: checking for initscr in -lncurses
configure:9204: arm-oe-linux-gnueabi-gcc -march=armv4 -mtune=strongarm
-mthumb-interwork -mno-thumb -o conftest -Os
-isystem/home/builds/fresh/jornada7xx/tmp/sysroots/armv4-oe-linux-gnueabi/usr/include
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-L/home/builds/fresh/jornada7xx/tmp/sysroots/armv4-oe-linux-gnueabi/usr/lib
-Wl,-rpath-link,/home/builds/fresh/jornada7xx/tmp/sysroots/armv4-oe-linux-gnueabi/usr/lib
-Wl,-O1 -Wl,--hash-style=gnu conftest.c -lncurses -lm -L/lib >&5
/lib/libgcc_s.so.1: file not recognized: File format not recognized
of course because my /lib/libgcc_s.so.1 is for i386 and I was building for an arm.
|
|
* Select 5.7 if none pinned.
* Bump PR for recipes which have ncurses dependency.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Previous version is obsolete and can't be found on official FTP, it is also
removed from Debian archives so the packages failed to build if not using
some distro-specific mirror.
Hence, update version removing the old one along the way.
Acked-by: Koen Kooi <koen@openembedded.org>
|
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|