Philip Balister [Fri, 3 Dec 2010 12:32:36 +0000 (07:32 -0500)]
uhd-firmware : fix bad path in require line.
Philip Balister [Fri, 3 Dec 2010 11:18:57 +0000 (06:18 -0500)]
uhd-firmware : Convert to inc file and update recipe.
Recipe can now easily be updates when new fpga images are released. Package
is arch all, since it the fpga firmware is not machine dependent in general.
Frans Meulenbroeks [Thu, 2 Dec 2010 21:25:48 +0000 (22:25 +0100)]
gmpc/libmpd: update to 0.20.0
had a build error on 0.17.96, as that one was already quite
old, updated to the latest version (0.20.0)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Graham Gower [Thu, 2 Dec 2010 02:06:02 +0000 (12:36 +1030)]
util-linux-ng.inc, e2fsprogs.inc: Use update-alternatives for uuidd.
Util-linux-ng put uuidd in ${sbindir}, e2fsprogs put it in ${base_sbindir}.
This change puts both in ${base_sbindir}.
Fixes a conflict when DISTRO=micro.
| Collected errors:
| * check_data_file_clashes: Package util-linux-ng wants to install file /mnt/oe/tmp/rootfs/native-sdk-image/sbin/uuidd
| But that file is already provided by package * e2fsprogs
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Thu, 2 Dec 2010 00:56:26 +0000 (11:26 +1030)]
fbset_2.1.bb: Use ${sbindir} and ${datadir} instead of hardcoding.
This ensures that the fbset package is non-empty for DISTRO=micro.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Thu, 2 Dec 2010 00:35:58 +0000 (11:05 +1030)]
inetutils_1.8.bb: Fix build when DISTRO_FEATURES lacks ipv6.
In file included from ./ping.h:19:0,
from ping_address.c:47:
./ping_common.h:23:27: fatal error: netinet/icmp6.h: No such file or directory
compilation terminated.
In file included from ./ping.h:19:0,
from ping_router.c:46:
./ping_common.h:23:27: fatal error: netinet/icmp6.h: No such file or directory
compilation terminated.
make[2]: *** [ping_address.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [ping_router.o] Error 1
In file included from ping_common.c:32:0:
ping_common.h:23:27: fatal error: netinet/icmp6.h: No such file or directory
compilation terminated.
make[2]: *** [ping_common.o] Error 1
In file included from ping.h:19:0,
from libping.c:38:
ping_common.h:23:27: fatal error: netinet/icmp6.h: No such file or directory
compilation terminated.
make[2]: *** [libping.o] Error 1
In file included from ./ping.h:19:0,
from ping_timestamp.c:46:
./ping_common.h:23:27: fatal error: netinet/icmp6.h: No such file or directory
compilation terminated.
make[2]: *** [ping_timestamp.o] Error 1
In file included from ./ping.h:19:0,
from ping_echo.c:47:
./ping_common.h:23:27: fatal error: netinet/icmp6.h: No such file or directory
compilation terminated.
make[2]: *** [ping_echo.o] Error 1
In file included from ./ping.h:19:0,
from ping.c:49:
./ping_common.h:23:27: fatal error: netinet/icmp6.h: No such file or directory
compilation terminated.
make[2]: *** [ping.o] Error 1
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Wed, 1 Dec 2010 03:18:11 +0000 (13:48 +1030)]
openssl.inc: Use cp -L, busybox cp doesn't support the long option.
Reported by andyzammy on IRC.
| oe_libinstall: cd /home/rofl/Desktop/oe/angstrom-setup-scripts/build/tmp-angstrom_2008_1/work/i686-linux/openssl-native-1.0.0b-r13.1/openssl-1.0.0b
| cp: unrecognized option '--dereference'
| BusyBox v1.13.3 (Ubuntu 1:1.13.3-1ubuntu11) multi-call binary
|
| Usage: cp [OPTION]... SOURCE DEST
|
| Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY
|
| Options:
| -a Same as -dpR
| -d,-P Preserve links
| -H,-L Dereference all symlinks (default)
| -p Preserve file attributes if possible
| -f Force overwrite
| -i Prompt before overwrite
| -R,-r Recurse directories
| -l,-s Create (sym)links
|
| ERROR: Function do_install failed
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Wed, 1 Dec 2010 03:01:40 +0000 (13:31 +1030)]
e2fsprogs_1.41.9.bb: Fix build for uclibc when DISTRO_FEATURES lacks largefile.
CC llseek.c
llseek.c:65:22: error: expected declaration specifiers or '...' before '_llseek'
llseek.c:65:43: error: expected declaration specifiers or '...' before 'fd'
llseek.c:65:60: error: expected declaration specifiers or '...' before 'offset_high'
llseek.c:66:19: error: expected declaration specifiers or '...' before 'offset_low'
llseek.c:66:44: error: expected declaration specifiers or '...' before 'result'
llseek.c:67:18: error: expected declaration specifiers or '...' before 'origin'
llseek.c: In function '_syscall5':
llseek.c:71:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
llseek.c:91:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
llseek.c:65:1: error: parameter name omitted
llseek.c:65:22: error: parameter name omitted
llseek.c:65:43: error: parameter name omitted
llseek.c:66:4: error: parameter name omitted
llseek.c:66:19: error: parameter name omitted
llseek.c:67:4: error: parameter name omitted
llseek.c:114:1: error: expected '{' at end of input
make[2]: *** [llseek.o] Error 1
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Wed, 1 Dec 2010 00:19:24 +0000 (10:49 +1030)]
iputils_20071127.bb: Don't build ipv6 utils if DISTRO_FEATURES lacks ipv6.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Tue, 30 Nov 2010 22:59:54 +0000 (09:29 +1030)]
procps.inc: Fix do_install for DISTRO=micro.
mv: cannot stat `/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/procps-3.2.8-r12.1/image/bin/uptime': No such file or directory
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Tue, 30 Nov 2010 06:36:57 +0000 (17:06 +1030)]
syslog-ng.inc: Fix build when DISTRO_FEATURES lacks largefile and/or ipv6.
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/limits.h:27:0,
from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/glib-2.0/include/glibconfig.h:11,
from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/glib-2.0/glib/gtypes.h:34,
from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/glib-2.0/glib/galloca.h:34,
from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/glib-2.0/glib.h:32,
from syslog-ng.h:37,
from misc.h:27,
from misc.c:24:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.
| afinet.c: In function 'afinet_setup_socket':
| afinet.c:205:42: error: 'IPV6_JOIN_GROUP' undeclared (first use in this function)
| afinet.c:205:42: note: each undeclared identifier is reported only once for each function it appears in
| afinet.c:206:42: error: 'IPV6_MULTICAST_LOOP' undeclared (first use in this function)
| afinet.c:211:44: error: 'IPV6_MULTICAST_HOPS' undeclared (first use in this function)
| afinet.c:217:40: error: 'IPV6_UNICAST_HOPS' undeclared (first use in this function)
| afinet.c: In function 'afinet_dd_construct_ipv6_packet':
| afinet.c:448:36: warning: dereferencing type-punned pointer will break strict-aliasing rules
| afinet.c:449:36: warning: dereferencing type-punned pointer will break strict-aliasing rules
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Tue, 30 Nov 2010 06:24:52 +0000 (16:54 +1030)]
openjade_1.3.2.bb: Install catalog with the correct path.
Openjade was doing the following:
install-catalog: addition of /mnt/oe/tmp/work/x86_64-linux/openjade-native-1.3.2-r4/image/mnt/oe/tmp/sysroots/x86_64-linux/share/sgml/openjade-1.3.2/catalog in /mnt/oe/tmp/sysroots/x86_64-linux/etc/sgml/openjade-1.3.2.cat
Which was causing lengthy errors like this one:
http://tinderbox.openembedded.org/packages/1149296/
Now I get:
install-catalog: addition of /mnt/oe/tmp/sysroots/x86_64-linux/share/sgml/openjade-1.3.2/catalog in /mnt/oe/tmp/sysroots/x86_64-linux/etc/sgml/openjade-1.3.2.cat
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Tue, 30 Nov 2010 04:53:42 +0000 (15:23 +1030)]
perl_5.8.8.bb, perl_5.10.1.bb: Fix build when DISTRO_FEATURES lacks largefile.
CCCMD = mipsel-oe-linux-uclibc-gcc -march=mips32 -DPERL_CORE -c -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -I/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/sys/types.h:27:0,
from perl.h:420,
from miniperlmain.c:36:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Tue, 30 Nov 2010 03:25:16 +0000 (13:55 +1030)]
openssl.inc: Fix build when DISTRO_FEATURES lacks largefile and/or ipv6.
mipsel-oe-linux-uclibc-gcc -march=mips32 -I.. -I../.. -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Wall -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -c -o bss_file.o bss_file.c
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:28:0,
from bss_file.c:86:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:72:0,
from bss_file.c:86:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support!
In file included from bss_file.c:86:0:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:83:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fpos_t'
In file included from bss_file.c:86:0:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:719:12: error: expected declaration specifiers or '...' before 'fpos_t'
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:721:12: error: expected ';', ',' or ')' before '*' token
make[2]: *** [bss_file.o] Error 1
mipsel-oe-linux-uclibc-gcc -march=mips32 -I.. -I../.. -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Wall -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -c -o bss_dgram.o bss_dgram.c
bss_dgram.c: In function 'dgram_ctrl':
bss_dgram.c:433:18: error: 'IPV6_PMTUDISC_DO' undeclared (first use in this function)
bss_dgram.c:433:18: note: each undeclared identifier is reported only once for each function it appears in
bss_dgram.c:434:48: error: 'IPV6_MTU_DISCOVER' undeclared (first use in this function)
bss_dgram.c:474:48: error: 'IPV6_MTU' undeclared (first use in this function)
make[2]: *** [bss_dgram.o] Error 1
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Tue, 30 Nov 2010 01:32:24 +0000 (12:02 +1030)]
alsa-utils_1.0.20.bb: Fix build when DISTRO_FEATURES lacks largefile.
mipsel-oe-linux-uclibc-gcc -march=mips32 -DHAVE_CONFIG_H -I. -I../include -I../include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -MT aplay.o -MD -MP -MF .deps/aplay.Tpo -c -o aplay.o aplay.c
aplay.c:116:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pbrec_count'
aplay.c: In function 'test_wavefile':
aplay.c:877:14: error: 'pbrec_count' undeclared (first use in this function)
aplay.c:877:14: note: each undeclared identifier is reported only once for each function it appears in
aplay.c: In function 'test_au':
aplay.c:908:2: error: 'pbrec_count' undeclared (first use in this function)
aplay.c: In function 'voc_play':
aplay.c:1751:2: error: 'off64_t' undeclared (first use in this function)
aplay.c:1751:10: error: expected ';' before 'filepos'
aplay.c:1881:9: error: 'filepos' undeclared (first use in this function)
aplay.c: At top level:
aplay.c:1968:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'calc_count'
aplay.c: In function 'end_voc':
aplay.c:2137:2: error: 'off64_t' undeclared (first use in this function)
aplay.c:2137:10: error: expected ';' before 'length_seek'
aplay.c:2146:2: error: 'length_seek' undeclared (first use in this function)
aplay.c:2150:8: error: 'fdcount' undeclared (first use in this function)
aplay.c: In function 'end_wave':
aplay.c:2166:2: error: 'off64_t' undeclared (first use in this function)
aplay.c:2166:10: error: expected ';' before 'length_seek'
aplay.c:2167:10: error: expected ';' before 'filelen'
aplay.c:2170:2: error: 'length_seek' undeclared (first use in this function)
aplay.c:2174:14: error: 'fdcount' undeclared (first use in this function)
aplay.c:2175:2: error: 'filelen' undeclared (first use in this function)
aplay.c: In function 'end_au':
aplay.c:2188:2: error: 'off64_t' undeclared (first use in this function)
aplay.c:2188:10: error: expected ';' before 'length_seek'
aplay.c:2190:2: error: 'length_seek' undeclared (first use in this function)
aplay.c:2191:17: error: 'fdcount' undeclared (first use in this function)
aplay.c: At top level:
aplay.c:2221:48: error: expected declaration specifiers or '...' before 'off64_t'
aplay.c: In function 'playback_go':
aplay.c:2224:2: error: 'off64_t' undeclared (first use in this function)
aplay.c:2224:10: error: expected ';' before 'written'
aplay.c:2225:10: error: expected ';' before 'c'
aplay.c:2230:33: error: 'written' undeclared (first use in this function)
aplay.c:2230:43: error: 'count' undeclared (first use in this function)
aplay.c:2242:4: error: 'c' undeclared (first use in this function)
aplay.c:2254:4: error: 'fdcount' undeclared (first use in this function)
aplay.c: In function 'playback':
aplay.c:2283:2: error: 'pbrec_count' undeclared (first use in this function)
aplay.c:2284:2: error: 'fdcount' undeclared (first use in this function)
aplay.c:2303:3: warning: passing argument 4 of 'playback_go' makes pointer from integer without a cast
aplay.c:2221:13: note: expected 'char *' but argument is of type 'int'
aplay.c:2303:3: error: too many arguments to function 'playback_go'
aplay.c:2221:13: note: declared here
aplay.c:2320:3: warning: passing argument 4 of 'playback_go' makes pointer from integer without a cast
aplay.c:2221:13: note: expected 'char *' but argument is of type 'int'
aplay.c:2320:3: error: too many arguments to function 'playback_go'
aplay.c:2221:13: note: declared here
aplay.c:2325:3: error: too many arguments to function 'playback_go'
aplay.c:2221:13: note: declared here
aplay.c: In function 'capture':
aplay.c:2376:2: error: 'off64_t' undeclared (first use in this function)
aplay.c:2376:10: error: expected ';' before 'count'
aplay.c:2379:2: error: 'count' undeclared (first use in this function)
aplay.c:2424:3: error: 'rest' undeclared (first use in this function)
aplay.c:2433:3: error: 'fdcount' undeclared (first use in this function)
aplay.c:2435:33: error: expected ')' before 'chunk_bytes'
aplay.c: At top level:
aplay.c:2461:74: error: expected declaration specifiers or '...' before 'off64_t'
aplay.c: In function 'playbackv_go':
aplay.c:2480:9: error: 'count' undeclared (first use in this function)
aplay.c: At top level:
aplay.c:2513:58: error: expected declaration specifiers or '...' before 'off64_t'
aplay.c: In function 'capturev_go':
aplay.c:2529:9: error: 'count' undeclared (first use in this function)
aplay.c:2546:3: error: 'fdcount' undeclared (first use in this function)
aplay.c: In function 'playbackv':
aplay.c:2587:2: error: 'pbrec_count' undeclared (first use in this function)
aplay.c:2588:2: error: too many arguments to function 'playbackv_go'
aplay.c:2461:13: note: declared here
aplay.c: In function 'capturev':
aplay.c:2640:2: error: 'pbrec_count' undeclared (first use in this function)
aplay.c:2641:2: error: too many arguments to function 'capturev_go'
aplay.c:2513:13: note: declared here
make[1]: *** [aplay.o] Error 1
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Tue, 30 Nov 2010 01:11:30 +0000 (11:41 +1030)]
x264_r2245.bb: Fix build when DISTRO_FEATURES lacks "largefile".
mipsel-oe-linux-uclibc-gcc -march=mips32 -O3 -ffast-math -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Wall -I. -fPIC -std=gnu99 -s -fomit-frame-pointer -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -c -o common/mc.o common/mc.c
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:28:0,
from common/osdep.h:29,
from common/common.h:76,
from common/mc.c:24:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Tue, 30 Nov 2010 01:10:59 +0000 (11:40 +1030)]
sqlite3.inc: Fix build when DISTRO_FEATURES lacks "largefile".
The --disable-largefile configure parameter does nothing.
/bin/sh ./mipsel-oe-linux-uclibc-libtool --mode=compile --tag=CC mipsel-oe-linux-uclibc-gcc -march=mips32 -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_TEMP_STORE=1 -c sqlite3.c
mipsel-oe-linux-uclibc-libtool: compile: mipsel-oe-linux-uclibc-gcc -march=mips32 -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_TEMP_STORE=1 -c sqlite3.c -fPIC -DPIC -o .libs/sqlite3.o
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdint.h:26:0,
from sqlite3.c:304:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:72:0,
from sqlite3.c:6522:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support!
In file included from sqlite3.c:6522:0:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:83:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fpos_t'
In file included from sqlite3.c:6522:0:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:719:12: error: expected declaration specifiers or '...' before 'fpos_t'
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:721:12: error: expected ';', ',' or ')' before '*' token
make: *** [sqlite3.lo] Error 1
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Tue, 30 Nov 2010 01:10:30 +0000 (11:40 +1030)]
gnome-vfs_2.24.1.bb: Fix build when DISTRO_FEATURES lacks "largefile".
mipsel-oe-linux-uclibc-libtool: compile: mipsel-oe-linux-uclibc-gcc -march=mips32 -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -pthread -DORBIT2=1 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/glib-2.0 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/glib-2.0/include -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/gconf/2 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/orbit-2.0 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/dbus-1.0 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/dbus-1.0/include -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/libxml2 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -D_REENTRANT -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/glib-2.0 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/glib-2.0/include -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/glib-2.0 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/glib-2.0/include -DXDG_PREFIX
=_gnome_vfs_xdg -DDBUS_API_SUBJECT_TO_CHANGE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_LARGEFILE64_SOURCE -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_DISABLE_DEPRECATED -DGNOME_VFS_PREFIX=\"\" -DGNOME_VFS_BINDIR=\"/bin\" -DGNOME_VFS_DATADIR=\"/share\" -DGNOME_VFS_LIBDIR=\"/lib\" -DGNOME_VFS_LOCALEDIR=\"/share/locale\" -DGNOME_VFS_SYSCONFDIR=\"/etc\" -DG_LOG_DOMAIN=\"libgnomevfs\" -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -MT gnome-vfs-ace.lo -MD -MP -MF .deps/gnome-vfs-ace.Tpo -c gnome-vfs-ace.c -fPIC -DPIC -o .libs/gnome-vfs-ace.o
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/limits.h:27:0,
from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/glib-2.0/include/glibconfig.h:11,
from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/glib-2.0/glib/gtypes.h:34,
from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/glib-2.0/glib/galloca.h:34,
from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/glib-2.0/glib.h:32,
from gnome-vfs-ace.h:28,
from gnome-vfs-ace.c:26:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Tue, 30 Nov 2010 01:10:00 +0000 (11:40 +1030)]
avahi_0.6.25.bb: Fix build when DISTRO_FEATURES lacks ipv6.
socket.c: In function 'avahi_mdns_mcast_join_ipv6':
socket.c:159:38: error: 'IPV6_DROP_MEMBERSHIP' undeclared (first use in this function)
socket.c:159:38: note: each undeclared identifier is reported only once for each function it appears in
socket.c:161:45: error: 'IPV6_ADD_MEMBERSHIP' undeclared (first use in this function)
socket.c: In function 'ipv6_pktinfo':
socket.c:273:9: warning: unused variable 'yes'
socket.c:272:29: warning: unused parameter 'fd'
socket.c: In function 'avahi_open_socket_ipv6':
socket.c:387:38: error: 'IPV6_MULTICAST_HOPS' undeclared (first use in this function)
socket.c:393:38: error: 'IPV6_UNICAST_HOPS' undeclared (first use in this function)
socket.c:399:38: error: 'IPV6_V6ONLY' undeclared (first use in this function)
socket.c:405:38: error: 'IPV6_MULTICAST_LOOP' undeclared (first use in this function)
cache.c: In function 'avahi_cache_start_poof':
cache.c:494:5: warning: cast discards qualifiers from pointer target type
socket.c: In function 'avahi_send_dns_packet_ipv4':
socket.c:524:16: warning: cast increases required alignment of target type
socket.c: In function 'avahi_send_dns_packet_ipv6':
socket.c:575:23: error: invalid application of 'sizeof' to incomplete type 'struct in6_pktinfo'
socket.c:603:30: error: invalid application of 'sizeof' to incomplete type 'struct in6_pktinfo'
socket.c:608:27: error: 'IPV6_PKTINFO' undeclared (first use in this function)
socket.c:613:17: error: dereferencing pointer to incomplete type
socket.c:616:25: error: dereferencing pointer to incomplete type
socket.c: In function 'avahi_recv_dns_packet_ipv4':
socket.c:716:48: warning: cast increases required alignment of target type
socket.c:716:25: warning: dereferencing type-punned pointer will break strict-aliasing rules
socket.c:722:44: warning: cast increases required alignment of target type
socket.c: In function 'avahi_recv_dns_packet_ipv6':
socket.c:855:22: error: 'IPV6_HOPLIMIT' undeclared (first use in this function)
socket.c:858:48: warning: cast increases required alignment of target type
socket.c:858:25: warning: dereferencing type-punned pointer will break strict-aliasing rules
socket.c:864:22: error: 'IPV6_PKTINFO' undeclared (first use in this function)
socket.c:868:39: error: dereferencing pointer to incomplete type
socket.c:871:59: error: dereferencing pointer to incomplete type
socket.c: In function 'avahi_open_unicast_socket_ipv6':
socket.c:946:38: error: 'IPV6_V6ONLY' undeclared (first use in this function)
make[2]: *** [libavahi_core_la-socket.lo] Error 1
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Klaus Kurzmann [Thu, 2 Dec 2010 14:09:03 +0000 (15:09 +0100)]
nokia900.conf: remove SERIAL_CONSOLE because it's causing a respawning getty
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Martin Jansa [Wed, 1 Dec 2010 09:31:57 +0000 (10:31 +0100)]
e-base: bump SRCREV
* illume indicator was fixed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 2 Dec 2010 09:50:47 +0000 (10:50 +0100)]
nokia900.conf: MACHINE_EXTRA_RRECOMMENDS add needed kernel-modules
* list all which are loaded after boot (ie with udev)
* remove those which are handled by some task-base-* anyways (like g-ether, vfat etc)
* remove those which are in RDEPENDS of some already listed module here
Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 2 Dec 2010 08:03:27 +0000 (09:03 +0100)]
nokia900: build uImage instead of zImage
* meego and debian on n900 are now using u-boot so we should too
Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 1 Dec 2010 13:51:47 +0000 (14:51 +0100)]
module-init-tools: fix multiple runtime providers
* NOTE: multiple providers are available for runtime module-init-tools-depmod (module-init-tools, module-init-tools-cross)
NOTE: consider defining a PREFERRED_PROVIDER entry to match module-init-tools-depmod
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 10 Aug 2010 19:37:29 +0000 (21:37 +0200)]
kernel.bbclass: put bluez-dtl1-workaround to DEPENDS directly
* DEPENDS_kernel-module-dtl1-cs aren't probably included in run queue
* RDEPENDS_kernel-module-dtl1-cs probably also doesn't put it to run queue,
because kernel-module-* are created by
PACKAGES_DYNAMIC += "kernel-module-*"
so not even known before even building kernel, but does work ok in runtime
* bluez-dtl1-workaround is small and fast to build so won't hurt to
build even when kernel doesn't have this bluez module enabled in
defconfig
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 30 Nov 2010 13:00:38 +0000 (14:00 +0100)]
linux-kexecboot_git: bump SRCREV for 2.6.37-rc4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 1 Dec 2010 08:40:11 +0000 (09:40 +0100)]
sane-srcrevs.inc: remove it from distro configs, and file itself
Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 1 Dec 2010 08:31:05 +0000 (09:31 +0100)]
e-wm,efl: create e-base.bbclass with common settings and EFL_SRCREV
* include it from e.bbclass, efl.bbclass and now also python-efl.inc
* also use BPN instead of "${@bb.data.getVar('PN', d, 1).replace('-native', '')}"
Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Stefan Schmidt [Thu, 2 Dec 2010 13:14:30 +0000 (14:14 +0100)]
alsa-state: Fix stereo configuration asound state for bug20
Yuri Bushmelev [Thu, 2 Dec 2010 11:21:53 +0000 (14:21 +0300)]
contrib/testing: add testbuilder script
I've added my TestBuilder v0.3 to contrib.
Check README file about setup and usage.
Frans Meulenbroeks [Wed, 1 Dec 2010 22:12:21 +0000 (23:12 +0100)]
php: add iconv support
- fixed recipe (needed the path)
- added two patches to auto stuff
(these have also reported upstream)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Stefan Schmidt [Thu, 11 Nov 2010 08:54:31 +0000 (09:54 +0100)]
contacts: Add 0.12 as latest release.
Stefan Schmidt [Thu, 11 Nov 2010 13:55:02 +0000 (14:55 +0100)]
hostap-daemon: Respect LDFLAGS for GNU_HASH
Martin Jansa [Wed, 1 Dec 2010 08:18:50 +0000 (09:18 +0100)]
shr: add more PACKAGE_ARCH = all for theme and e-wm recipes
* shr-splash-theme: convert to INC_PR
* other recipes just bump PR
* because changes of PACKAGE_ARCH doesn't work very well you have to run:
cd tmp/pkgdata
find . -name \*shr\*theme\* -exec rm -rf {} \; ; find . -name \*elementary-theme\* -exec rm -rf {} \; ; find . -name \*e-wm-menu-shr\* -exec rm -rf {} \; ; find . -name \*e-wm-sysactions-shr\* -exec rm -rf {} \;
otherwise you would get ie empty phoneui-shr-theme packages (all files in -dev/-dbg which is wrong)
if you have built this already and wondering why it doesn't create proper .ipk files
then you can rebuild all affected recipes by running command above also in tmp/stamps,
but it won't reinstall packages on device (you have to use -force-reinstall there)
for more info about issue see http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg04129.html
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 1 Dec 2010 08:08:06 +0000 (09:08 +0100)]
shr: remove EFL_SRCREV from PV
* with comming EFL release it doesn't make much sense, and would be
misleading if later built against efl release
* in case of edje-cc backward incompatible change we can bump PR like with other recipes
* PV was changed to provide upgradable path (should be OK as themes
doesn't have version info in sources)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 1 Dec 2010 07:58:32 +0000 (08:58 +0100)]
opkg: move OPKG_SRCREV to opkg.inc directly
* now OPKG_SRCREV was used only in this one .inc, so move it there
Acked-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 30 Nov 2010 07:54:28 +0000 (08:54 +0100)]
sane-srcdates.inc: remove from all distro configs as well as file itself
* it's empty for > 6 months
* entries were moved to recipes
* SRCREV instead of SRCDATE is preferred anyways http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=
8da9744fcdf856abebcfbe9e3bc1b8cf07bc317b
Acked-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 30 Nov 2010 07:49:08 +0000 (08:49 +0100)]
usermanual: update info with SRCPV, in recipe SRCREV and remove sane-srcdates
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 30 Nov 2010 12:10:01 +0000 (13:10 +0100)]
linux_git: bump SRCREV for 2.6.37-rc4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Yuri Bushmelev [Tue, 30 Nov 2010 22:32:26 +0000 (01:32 +0300)]
klibc: bump PR to force rebuild after mipsel fix
Yuri Bushmelev [Tue, 30 Nov 2010 22:14:06 +0000 (01:14 +0300)]
kexec-tools-klibc: switch to using klibc's staged includes
kexec-tools-klibc is switched to use klibc's includes instead of having
patch with own. This will fix building for mipsel as well.
NOTE: now kexec-tools-klibc is just using 'klibc/include[/bits32]' dirs
to look for includes. This should be made more configurable.
Yuri Bushmelev [Tue, 30 Nov 2010 20:06:34 +0000 (23:06 +0300)]
klibc: fix linking for mipsel
Disable inclusion of <asm/kexec.h>. This header have function (at least
on mipsel) which breaks klibc's syscalls parser and lead to klibc
linking failure.
Denis 'GNUtoo' Carikli [Sat, 27 Nov 2010 16:59:45 +0000 (17:59 +0100)]
xmame: switch to x11 backend(to improve scaling performance on xv-enabled devices)
On nokia900 the sound has issues and CPU usage is 100% with the SDL backend
when scalling the game to fullscreen
Using XV and MIT-SHM seem to improve performances:
With SDL:
SDL found mode:800x480x16
SDL found mode:800x480x16
SDL: Using a mode with a resolution of: 800x480x16
Initialized no effect: bitmap depth = 16, color format = RGB 565
info: audiodevice (null) set to 16bit linear stereo 44100Hz
info: sysdep_dsp: using sdl plugin
info: dsp: using timer-based audio
Average FPS: 16.623416 (988 frames)
With X11,XV,MIT-SHM:
MIT-SHM & XV Extensions Available. trying to use.
Can't find a suitable RGB format - trying YUY2 instead.
XInput: Initialization...
Initialized no effect: bitmap depth = 16, color format = YUY2
Clearing YUY2
Using Xv & Shared Memory Features to speed up
info: set to 16bit linear stereo 44100Hz
info: sysdep_dsp: using alsa plugin
info: sysdep_mixer: using alsa plugin
Average FPS: 23.254317 (828 frames)
The nokia900 has an omap SOC, that means that it can uses omapfb,
which support xv, so using XV improve the performances in the case
of the nokia900
And in the case where XV is not available
(XV disabled for testing purposes, still on nokia900):
XInput: Initialization...
MIT-SHM Extension Available. trying to use... Success.
Using Shared Memory Features to speed up
Initialized no effect: bitmap depth = 16, color format = RGB 565
info: set to 16bit linear stereo 44100Hz
info: sysdep_dsp: using alsa plugin
info: sysdep_mixer: using alsa plugin
Average FPS: 18.793345 (1267 frames)
Which is a bit faster than SDL.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Denis 'GNUtoo' Carikli [Fri, 26 Nov 2010 10:39:52 +0000 (11:39 +0100)]
xmame: fix runtime endianess issue and bump PR
Without that fix we have(at runtime):
xmame.SDL
error: compiled byte ordering doesn't match machine byte ordering.
compiled for MSB first, are you sure you chose the right cpu in makefile.unix?
on arm little endian
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Frans Meulenbroeks [Tue, 30 Nov 2010 08:30:36 +0000 (09:30 +0100)]
mythtv: removed 0.22
probably does not build with qt4.7
this one was not maintained anyway and only stayed because a few distro's pinned it.
it is now unpinned by all so rm.
we already have 0.23 for almost a year, and the metadata for 0.23 is better
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Tue, 30 Nov 2010 08:29:14 +0000 (09:29 +0100)]
php: reinstated --without-iconv, this seems to generate configure issues
issues are wrt native paths being used.
e.g. get that fork is not found
adding --with-iconv-dir did not help
This needs further investigation
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Tue, 30 Nov 2010 08:28:13 +0000 (09:28 +0100)]
php: removed --enable-memory-limit configure argument; does not exist any moe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Martin Jansa [Mon, 29 Nov 2010 09:58:41 +0000 (10:58 +0100)]
evopedia: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 29 Nov 2010 09:01:17 +0000 (10:01 +0100)]
e-wm-theme-illume-neo,elementary-theme-neo: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Denys Dmytriyenko [Tue, 30 Nov 2010 00:48:23 +0000 (19:48 -0500)]
policykit: update LICENSE to LGPLv2+
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Denys Dmytriyenko [Tue, 30 Nov 2010 00:44:42 +0000 (19:44 -0500)]
font-update-common: explicitly set LICENSE to MIT, as part of OE metadata
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Khem Raj [Tue, 30 Nov 2010 00:27:05 +0000 (16:27 -0800)]
powerpc-common: Cache alignof variables for postgresql
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Kristoffer Ericson [Mon, 29 Nov 2010 20:05:26 +0000 (21:05 +0100)]
/conf/machine/ben-nanonote.conf
* Add screen information to machine file
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Prabindh Sundareson [Mon, 29 Nov 2010 17:53:17 +0000 (12:53 -0500)]
xgxperf: updated to SRCREV 77, fix build failure
Signed-off-by: Prabindh Sundareson <prabu@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Eric Bénard [Mon, 29 Nov 2010 16:49:17 +0000 (17:49 +0100)]
fix busybox' CONFIG_LFS
blindvt noticed on IRC that :
commit
40d081740d35a454181a6389f1b1f85a0c9ce8e1
removed proper handling of busybox' CONFIG_LFS
It should have added a line for CONFIG_FDISK_SUPPORT_LARGE_DISKS
and retain the CONFIG_LFS line
Signed-off-by: Eric Bénard <eric@eukrea.com>
Koen Kooi [Mon, 29 Nov 2010 11:11:13 +0000 (12:11 +0100)]
ti framework components: add version 3.20.00.22
FC 3.x is intended for SYS/BIOS 6 users. DSP/BIOS 5 users (including most DVSDK users) should continue to use FC 2.x releases!
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Koen Kooi [Mon, 29 Nov 2010 10:39:30 +0000 (11:39 +0100)]
omapfbplay: bump SRCREV for v4l2 fixes
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Eric Bénard [Fri, 26 Nov 2010 10:19:24 +0000 (11:19 +0100)]
qt-demo-init: correctly handle qtdemo for qt4-x11
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Sun, 28 Nov 2010 14:00:31 +0000 (15:00 +0100)]
add task-qt4-x11 and qt4-x11 base & demo images
these are images integrating qt4-x11-free librarie and its demo
applications running using Xorg.
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Graham Gower [Mon, 29 Nov 2010 04:34:26 +0000 (15:04 +1030)]
glib-2.0_2.24.1.bb: Fix build when DISTRO_FEATURES lacks ipv6.
mipsel-oe-linux-uclibc-libtool: link: mipsel-oe-linux-uclibc-gcc -march=mips32 -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Wall -Wl,-rpath-link -Wl,/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib -Wl,-O1 -o .libs/gio-querymodules gio-querymodules.o -L/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib ../glib/.libs/libglib-2.0.so ../gobject/.libs/libgobject-2.0.so ../gmodule/.libs/libgmodule-2.0.so ./.libs/libgio-2.0.so /mnt/oe/tmp/work/mipsel-oe-linux-uclibc/glib-2.0-2.24.1-r2/glib-2.24.1/gobject/.libs/libgobject-2.0.so /mnt/oe/tmp/work/mipsel-oe-linux-uclibc/glib-2.0-2.24.1-r2/glib-2.24.1/gthread/.libs/libgthread-2.0.so -lpthread /mnt/oe/tmp/work/mipsel-oe-linux-uclibc/glib-2.0-2.24.1-r2/glib-2.24.1/gmodule/.libs/libgmodule-2.0.so -ldl /mnt/oe/tmp/work/mipsel-oe-linux-uclibc/glib-2.0-2.24.1-r2/glib-2.24.1/glib/.libs/libglib-2.0.so /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libz.so /mnt/
oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libintl.so /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libiconv.so -lc
../glib/.libs/libglib-2.0.so: warning: the use of OBSOLESCENT `utime' is discouraged, use `utimes'
./.libs/libgio-2.0.so: undefined reference to `in6addr_loopback'
./.libs/libgio-2.0.so: undefined reference to `in6addr_any'
collect2: ld returned 1 exit status
make[4]: *** [gio-querymodules] Error 1
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Graham Gower [Mon, 29 Nov 2010 05:51:37 +0000 (16:21 +1030)]
libdrm_2.4.22.bb: Fix build for uclibc when DISTRO_FEATURES lacks largefile.
CC intel.lo
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/errno.h:29:0,
from intel.c:32:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:72:0,
from intel.c:33:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support!
In file included from intel.c:33:0:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:83:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fpos_t'
In file included from intel.c:33:0:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:719:12: error: expected declaration specifiers or '...' before 'fpos_t'
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:721:12: error: expected ';', ',' or ')' before '*' token
make[2]: *** [intel.lo] Error 1
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Graham Gower [Mon, 29 Nov 2010 05:08:45 +0000 (15:38 +1030)]
orbit2_2.14.17.bb: Fix build when DISTRO_FEATURES lacks ipv6.
mipsel-oe-linux-uclibc-libtool: link: mipsel-oe-linux-uclibc-gcc -march=mips32 -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Werror-implicit-function-declaration -Wl,-rpath-link -Wl,/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib -Wl,-O1 -o .libs/test-linc test-linc.o -pthread -L/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib ../src/.libs/liblinc.a /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libgobject-2.0.so /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libgthread-2.0.so -lpthread /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libglib-2.0.so /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libintl.so /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/libiconv.so -lc -pthread
../src/.libs/liblinc.a(linc-protocols.o): In function `link_set_tmpdir':
linc-protocols.c:(.text+0x844): warning: the use of OBSOLESCENT `utime' is discouraged, use `utimes'
../src/.libs/liblinc.a(linc-protocols.o): In function `link_protocol_get_sockinfo_ipv4':
linc-protocols.c:(.text+0xeb8): warning: gethostbyaddr is obsolescent, use getaddrinfo() instead.
test-linc.o: In function `main':
test-linc.c:(.text+0x10e4): warning: gethostbyname is obsolescent, use getnameinfo() instead.
../src/.libs/liblinc.a(linc-protocols.o): In function `link_protocol_get_sockinfo_ipv6':
linc-protocols.c:(.text+0xd94): undefined reference to `in6addr_any'
collect2: ld returned 1 exit status
make[3]: *** [test-linc] Error 1
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Graham Gower [Mon, 29 Nov 2010 04:12:54 +0000 (14:42 +1030)]
libxml2: Fix build when DISTRO_FEATURES lacks "largefile".
mipsel-oe-linux-uclibc-libtool: compile: mipsel-oe-linux-uclibc-gcc -march=mips32 -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT xmlIO.lo -MD -MP -MF .deps/xmlIO.Tpo -c xmlIO.c -fPIC -DPIC -o .libs/xmlIO.o
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:72:0,
from libxml.h:44,
from encoding.c:24:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support!
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Graham Gower [Mon, 29 Nov 2010 03:24:25 +0000 (13:54 +1030)]
gettext_0.18.bb: Fix build when uclibc lacks large file support.
mipsel-oe-linux-uclibc-libtool: compile: mipsel-oe-linux-uclibc-gcc -march=mips32 -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DLIBXML_STATIC -I../intl -I./libcroco -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -c libxml/DOCBparser.c -fPIC -DPIC -o libxml/.libs/libxml_rpl_la-DOCBparser.o
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:28:0,
from ./stdio.h:35,
from libxml/libxml.h:36,
from libxml/DOCBparser.c:14:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:72:0,
from ./stdio.h:35,
from libxml/libxml.h:36,
from libxml/DOCBparser.c:14:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support!
In file included from ./stdio.h:35:0,
from libxml/libxml.h:36,
from libxml/DOCBparser.c:14:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:83:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fpos_t'
In file included from ./stdio.h:35:0,
from libxml/libxml.h:36,
from libxml/DOCBparser.c:14:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:719:12: error: expected declaration specifiers or '...' before 'fpos_t'
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:721:12: error: expected ';', ',' or ')' before '*' token
make[4]: *** [libxml/libxml_rpl_la-DOCBparser.lo] Error 1
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Graham Gower [Mon, 29 Nov 2010 02:59:07 +0000 (13:29 +1030)]
util-linux-ng_2.17.bb: Fix for uClibc when DISTRO_FEATURES lacks "largefile".
../shlibs/blkid/src/.libs/libblkid.so: undefined reference to `lseek64'
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Marco Cavallini [Mon, 29 Nov 2010 08:10:39 +0000 (09:10 +0100)]
kaeilos-2009-preferred-versions.inc: upgraded mythtv to 0.23
Petr Štetiar [Sat, 27 Nov 2010 13:51:18 +0000 (14:51 +0100)]
linux-2.6.36: upgrade to the latest stablepatch 2.6.36.1
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Petr Štetiar [Sun, 24 Oct 2010 12:05:30 +0000 (14:05 +0200)]
ts72xx: use 2.6.36 kernel as default now
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Petr Štetiar [Sun, 24 Oct 2010 11:34:57 +0000 (13:34 +0200)]
linux-2.6.36: add ts72xx support
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Petr Štetiar [Thu, 21 Oct 2010 19:48:28 +0000 (21:48 +0200)]
linux-2.6.34: update kernel patchset
- update base patch for ts7300
- add SD card support for ts7300
- add OpenCores ethernet driver for ts7300
- add new patch in which we use CPLD watchdog to reset the board
- add new patch for console (uses hd44780 LCD on LCD connector)
- add new patch lcd-linux (uses hd44780 LCD on LCD connector)
Tested-by: Bridges Seth <seth@sethbridges.com>
Tested-by: Ian Thompson <ian.thompson@pgs.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Eric Bénard [Thu, 25 Nov 2010 15:18:21 +0000 (16:18 +0100)]
qt4.7 : remove 4.7.0
now that 4.7.1 is here and default for Angstrom, SHR and minimal
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Thu, 25 Nov 2010 15:19:34 +0000 (16:19 +0100)]
minimal: prefer QT 4.7.1
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Thu, 25 Nov 2010 15:17:55 +0000 (16:17 +0100)]
qt4.6: remove 4.6.2
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Thu, 25 Nov 2010 15:17:16 +0000 (16:17 +0100)]
qt4.6 : remove 4.6.0
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 17:40:01 +0000 (18:40 +0100)]
mb-applet-tasks: fixed SRC_URI
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 17:33:22 +0000 (18:33 +0100)]
lvm2: fixed SRC_URI
archive moved to old directory therefore no changes on lvm2.inc
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 17:24:01 +0000 (18:24 +0100)]
libspf2: fixed SRC_URI
fixed URI, and homepage and checksum
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 17:04:26 +0000 (18:04 +0100)]
libgsasl: fixed SRC_URI
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 16:38:03 +0000 (17:38 +0100)]
libdessert: fixed SRC_URI
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 16:30:37 +0000 (17:30 +0100)]
hvsc_45: fixed SRC_URI
fixed SRC_URI and add homepage
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 16:19:53 +0000 (17:19 +0100)]
gnome-games_2.30.2: add checksums
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 16:15:24 +0000 (17:15 +0100)]
frotz: new homepage
new homepage and src_uri for frotz version 2.43 and 2.42
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 15:38:05 +0000 (16:38 +0100)]
emelfm2_0.0.8: fixed SRC_URI
emelfm2 have a new homepage http://emelfm2.net/
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 15:32:25 +0000 (16:32 +0100)]
dkg_1.6: fixed SRC_URI
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 15:10:05 +0000 (16:10 +0100)]
disko_1.6.0: fixed SRC_URI
diskohq provides tar.bz2
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 14:25:14 +0000 (15:25 +0100)]
dircproxy_1.1.0: fixed download url
new src url
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 14:14:18 +0000 (15:14 +0100)]
dgen-sdl_1.23: fixed download url
found the archive at web.archive.org
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 11:07:18 +0000 (12:07 +0100)]
cpusage_0.1: fixed download link
cpusage have a new homepage: http://www.net.t-labs.tu-berlin.de/~fabian/proj_de.html
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 12:22:14 +0000 (13:22 +0100)]
dash_0.5.5.1: New download link for patch
The newest patch on the old download directory is dash_0.5.5.1-7.3.diff.gz
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Schwarzkopf [Sat, 27 Nov 2010 12:40:38 +0000 (13:40 +0100)]
dcetest: fixed download link
fixed download link and version
Signed-off-by: Eric Bénard <eric@eukrea.com>
Graham Gower [Mon, 22 Nov 2010 23:37:37 +0000 (10:07 +1030)]
udev_124.bb: Fix build when DISTRO_FEATURES lacks "largefile".
NOTE: make -e EXTRAS=extras/firmware/ extras/scsi_id/ extras/volume_id/ STRIP=echo libudevdir=/lib/udev libdir=/lib prefix=
GENHDR udev_version.h
CC udev_device.o
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdlib.h:25:0,
from udev_device.c:20:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:72:0,
from udev_device.c:21:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support!
In file included from udev_device.c:21:0:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:83:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fpos_t'
In file included from udev_device.c:21:0:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:719:12: error: expected declaration specifiers or '...' before 'fpos_t'
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:721:12: error: expected ';', ',' or ')' before '*' token
udev_device.c: In function 'udev_device_event':
udev_device.c:272:4: warning: cast increases required alignment of target type
udev_device.c:272:4: warning: cast increases required alignment of target type
make: *** [udev_device.o] Error 1
FATAL: oe_runmake failed
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Graham Gower [Mon, 22 Nov 2010 23:37:08 +0000 (10:07 +1030)]
busybox-config.inc: Fix build when DISTRO_FEATURES lacks "largefile".
mipsel-oe-linux-uclibc-gcc -march=mips32 -Wp,-MD,util-linux/.fdisk.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D"BB_VER=KBUILD_STR(1.17.3)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(fdisk)" -D"KBUIL
D_MODNAME=KBUILD_STR(fdisk)" -c -o util-linux/fdisk.o util-linux/fdisk.c
util-linux/fdisk.c: In function 'seek_sector':
util-linux/fdisk.c:522:2: error: 'off64_t' undeclared (first use in this function)
util-linux/fdisk.c:522:2: note: each undeclared identifier is reported only once for each function it appears in
util-linux/fdisk.c:522:10: error: expected ';' before 'off'
util-linux/fdisk.c:523:2: warning: implicit declaration of function 'lseek64'
util-linux/fdisk.c:523:22: error: 'off' undeclared (first use in this function)
util-linux/fdisk.c:519:22: warning: unused parameter 'secno'
make[1]: *** [util-linux/fdisk.o] Error 1
make[1]: Leaving directory `/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/busybox-1.17.3-r38.1/busybox-1.17.3'
make: *** [util-linux] Error 2
make: *** Waiting for unfinished jobs....
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Martin Jansa [Sun, 28 Nov 2010 09:34:35 +0000 (10:34 +0100)]
libxext-1.2.0: fix native build on some hosts
* reported:
http://bugs.openembedded.org/show_bug.cgi?id=5490
http://permalink.gmane.org/gmane.comp.handhelds.openembedded/39936
https://bugs.freedesktop.org/show_bug.cgi?id=29958
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Sat, 27 Nov 2010 20:41:53 +0000 (21:41 +0100)]
omapfbplay: bump SRCREV
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Sat, 27 Nov 2010 19:26:06 +0000 (20:26 +0100)]
angstrom: switch to mythtv 0.23
* fix mplayer pref while where in here as well
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Sat, 27 Nov 2010 16:09:36 +0000 (17:09 +0100)]
fennec: update to 4.0b3pre
Signed-off-by: Koen Kooi <koen@openembedded.org>
Alex Ferguson [Sat, 27 Nov 2010 19:04:05 +0000 (21:04 +0200)]
task-muffinman: Add netsurf-fb, bump PR.
Added netsurf-fb which is a graphical web browser with a
framebuffer frontend. Bumped PR to 2.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Alex Ferguson [Sat, 27 Nov 2010 19:04:04 +0000 (21:04 +0200)]
jlime-extras: Update to version 1.0.2.
Updated jlime-extras to version 1.0.2 which contains some
bugfixes and some changes relating to some new features in
fileselector.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Alex Ferguson [Sat, 27 Nov 2010 19:04:03 +0000 (21:04 +0200)]
fileselector: Update fileselector recipe to version 1.2.
Updated fileselector to version 1.2 which contains several
important changes. Reset PR to 0 and changed checksums.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Alex Ferguson [Sat, 27 Nov 2010 19:04:02 +0000 (21:04 +0200)]
netsurf: Remove old/obsolete recipes, update netsurf-fb
Removed older versions of recipes for netsurf and its
dependancies which were accidentally left behind in the
last update.
Bumped SRCREV for netsurf-fb for some important framebuffer
related changes in the upstream source.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>