openembedded.git
14 years agomodule-init-tools: fix multiple runtime providers
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>
14 years agokernel.bbclass: put bluez-dtl1-workaround to DEPENDS directly
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>
14 years agoutil-linux-ng.inc, e2fsprogs.inc: Use update-alternatives for uuidd.
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>
14 years agofbset_2.1.bb: Use ${sbindir} and ${datadir} instead of hardcoding.
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>
14 years agoinetutils_1.8.bb: Fix build when DISTRO_FEATURES lacks ipv6.
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>
14 years agoopenssl.inc: Use cp -L, busybox cp doesn't support the long option.
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>
14 years agoe2fsprogs_1.41.9.bb: Fix build for uclibc when DISTRO_FEATURES lacks largefile.
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>
14 years agoiputils_20071127.bb: Don't build ipv6 utils if DISTRO_FEATURES lacks ipv6.
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>
14 years agoprocps.inc: Fix do_install for DISTRO=micro.
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>
14 years agosyslog-ng.inc: Fix build when DISTRO_FEATURES lacks largefile and/or ipv6.
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>
14 years agoopenjade_1.3.2.bb: Install catalog with the correct path.
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>
14 years agoperl_5.8.8.bb, perl_5.10.1.bb: Fix build when DISTRO_FEATURES lacks largefile.
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>
14 years agoopenssl.inc: Fix build when DISTRO_FEATURES lacks largefile and/or ipv6.
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>
14 years agoalsa-utils_1.0.20.bb: Fix build when DISTRO_FEATURES lacks largefile.
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>
14 years agox264_r2245.bb: Fix build when DISTRO_FEATURES lacks "largefile".
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>
14 years agosqlite3.inc: Fix build when DISTRO_FEATURES lacks "largefile".
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>
14 years agognome-vfs_2.24.1.bb: Fix build when DISTRO_FEATURES lacks "largefile".
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>
14 years agoavahi_0.6.25.bb: Fix build when DISTRO_FEATURES lacks ipv6.
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>
14 years agoalsa-state: Fix stereo configuration asound state for bug20
Stefan Schmidt [Thu, 2 Dec 2010 13:14:30 +0000 (14:14 +0100)]
alsa-state: Fix stereo configuration asound state for bug20

14 years agohostap-daemon: Respect LDFLAGS for GNU_HASH
Stefan Schmidt [Thu, 11 Nov 2010 13:55:02 +0000 (14:55 +0100)]
hostap-daemon: Respect LDFLAGS for GNU_HASH

14 years agoklibc: bump PR to force rebuild after mipsel fix
Yuri Bushmelev [Tue, 30 Nov 2010 22:32:26 +0000 (01:32 +0300)]
klibc: bump PR to force rebuild after mipsel fix

14 years agokexec-tools-klibc: switch to using klibc's staged includes
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.

14 years agoklibc: fix linking for mipsel
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.

14 years agophp: add iconv support
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>
14 years agoqt4x11: set QT_LIBINFIX and QT_DIR_NAME
Eric Bénard [Thu, 25 Nov 2010 15:54:29 +0000 (16:54 +0100)]
qt4x11: set QT_LIBINFIX and QT_DIR_NAME

this will fix the following issue with qwt 5.2.1 where obj dir is:
work/armv4t-oe-linux-gnueabi/qwt-5.2.1-r0/qwt-5.2.1/src/obj${QT_LIBINFIX}/
instead of :
work/armv4t-oe-linux-gnueabi/qwt-5.2.1-r0/qwt-5.2.1/src/obj/

From: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agophp: removed --enable-memory-limit configure argument; does not exist any moe
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>
14 years agophp: reinstated --without-iconv, this seems to generate configure issues
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>
14 years agomythtv: removed 0.22
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>
14 years agomythtv: moved to rev 27202
Frans Meulenbroeks [Fri, 26 Nov 2010 22:15:37 +0000 (23:15 +0100)]
mythtv: moved to rev 27202

this fixes the compilation issue with qt 4.7

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agocwiid: updated & fixed SRC_URI
Frans Meulenbroeks [Sat, 27 Nov 2010 12:18:53 +0000 (13:18 +0100)]
cwiid: updated & fixed SRC_URI

The svn repo does not exist any more and is replaced by git
changed the SRC_URI for this
also moved to git head (which is already 10 months old)

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agou-boot_git: updated SRC_URI for sheevaplug; moved to newer version
Frans Meulenbroeks [Sat, 27 Nov 2010 18:19:43 +0000 (19:19 +0100)]
u-boot_git: updated SRC_URI for sheevaplug; moved to newer version

the previous version did not pull any more
updated URI to pull from master and used latest SRCREV

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoqt-demo-init: correctly handle qtdemo for qt4-x11
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>
14 years agoadd task-qt4-x11 and qt4-x11 base & demo images
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>
14 years agoliterki: fix SRCREV, fix few ugly parts
Martin Jansa [Sat, 20 Nov 2010 15:18:51 +0000 (16:18 +0100)]
literki: fix SRCREV, fix few ugly parts

* only build tested :/, but at least won't break recipe parsing for
  people anymore

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopowerpc-common: Cache alignof variables for postgresql
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>
14 years agodropbear: remove 'set -e' from initscript
Koen Kooi [Fri, 26 Nov 2010 14:05:46 +0000 (15:05 +0100)]
dropbear: remove 'set -e' from initscript

This fixes dropbear startup issues reported in recent builds

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agomb-applet-tasks: fixed SRC_URI
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>
14 years agolvm2: fixed SRC_URI
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>
14 years agolibspf2: fixed SRC_URI
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>
14 years agolibgsasl: fixed SRC_URI
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>
14 years agolibdessert: fixed SRC_URI
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>
14 years agohvsc_45: fixed SRC_URI
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>
14 years agognome-games_2.30.2: add checksums
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>
14 years agofrotz: new homepage
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>
14 years agoemelfm2_0.0.8: fixed SRC_URI
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>
14 years agodkg_1.6: fixed SRC_URI
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>
14 years agodisko_1.6.0: fixed SRC_URI
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>
14 years agodircproxy_1.1.0: fixed download url
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>
14 years agodgen-sdl_1.23: fixed download url
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>
14 years agocpusage_0.1: fixed download link
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>
14 years agodash_0.5.5.1: New download link for patch
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>
14 years agodcetest: fixed download link
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>
14 years agolibxext-1.2.0: fix native build on some hosts
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>
14 years agoudev_124.bb: Fix build when DISTRO_FEATURES lacks "largefile".
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>
14 years agoglib-2.0_2.24.1.bb: Fix build when DISTRO_FEATURES lacks ipv6.
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>
14 years agolibdrm_2.4.22.bb: Fix build for uclibc when DISTRO_FEATURES lacks largefile.
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>
14 years agoorbit2_2.14.17.bb: Fix build when DISTRO_FEATURES lacks ipv6.
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>
14 years agolibxml2: Fix build when DISTRO_FEATURES lacks "largefile".
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>
14 years agogettext_0.18.bb: Fix build when uclibc lacks large file support.
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>
14 years agoutil-linux-ng_2.17.bb: Fix for uClibc when DISTRO_FEATURES lacks "largefile".
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>
14 years agofix busybox' CONFIG_LFS
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>
14 years agobusybox-config.inc: Fix build when DISTRO_FEATURES lacks "largefile".
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>
14 years ago/conf/machine/ben-nanonote.conf
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>
14 years agosdk.bbclass: Define target_includedir
Khem Raj [Sat, 27 Nov 2010 01:26:16 +0000 (17:26 -0800)]
sdk.bbclass: Define target_includedir

This var is used in configuring gcc recipes so we define it here for sdk
as well best is to have this defined globally so we can configure target
cross and sdk recipes properly

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-configure-sdk.inc: Remove special do_configure
Khem Raj [Fri, 26 Nov 2010 22:27:06 +0000 (14:27 -0800)]
gcc-configure-sdk.inc: Remove special do_configure

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agouclibc.inc: Dont use gnuhash on mips64
Khem Raj [Fri, 26 Nov 2010 22:28:19 +0000 (14:28 -0800)]
uclibc.inc: Dont use gnuhash on mips64

* Add a machine config for mips64 based machines

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobinutils_git.bb: Fix building target binutils build for SH4/uclibc
Khem Raj [Fri, 26 Nov 2010 00:10:30 +0000 (16:10 -0800)]
binutils_git.bb: Fix building target binutils build for SH4/uclibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-configure-sdk: Handle hardcoded /usr/include
Khem Raj [Thu, 25 Nov 2010 22:47:58 +0000 (14:47 -0800)]
gcc-configure-sdk: Handle hardcoded /usr/include

This does not work for distros like micro who use
a flattened tree structure for root file system

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agotask-fso-toolchain-target.bb: Fix meta-toolchain-fso.
Graham Gower [Thu, 25 Nov 2010 03:16:58 +0000 (13:46 +1030)]
task-fso-toolchain-target.bb: Fix meta-toolchain-fso.

Previously, do_populate_sdk failed due to missing c++ dir.

mv: cannot stat `/var/tmp/tb-clean-build/work/mipsel-oe-linux/meta-toolchain-fso-1.0-r1/sdk/image//usr/local/minimal/mipsel/mipsel-oe-linux/usr/include/c++': No such file or directory

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobusybox: remove 1.17.3
Eric Bénard [Thu, 25 Nov 2010 08:29:44 +0000 (09:29 +0100)]
busybox: remove 1.17.3

as it's no more default for SHR

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agobusybox-static: switch to 1.17.4
Eric Bénard [Thu, 25 Nov 2010 08:31:48 +0000 (09:31 +0100)]
busybox-static: switch to 1.17.4

before removing busybox-1.17.3

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agobusybox: remove 1.17.1
Eric Bénard [Thu, 25 Nov 2010 08:29:16 +0000 (09:29 +0100)]
busybox: remove 1.17.1

as it's no more default for Angstrom-2010

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoshr: remove busybox's prefered version
Eric Bénard [Thu, 25 Nov 2010 09:14:18 +0000 (10:14 +0100)]
shr: remove busybox's prefered version

and use the latest stable as a default.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoangstrom-2010: prefer busybox 1.17.4
Eric Bénard [Thu, 25 Nov 2010 08:27:46 +0000 (09:27 +0100)]
angstrom-2010: prefer busybox 1.17.4

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agoAngstrom 2010: move to qt 4.7.1
Koen Kooi [Thu, 25 Nov 2010 09:54:28 +0000 (10:54 +0100)]
Angstrom 2010: move to qt 4.7.1

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoSHR: upgrade preferred QT to 4.7.1
Martin Jansa [Thu, 25 Nov 2010 08:53:23 +0000 (09:53 +0100)]
SHR: upgrade preferred QT to 4.7.1

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoqt4: add latest 4.7.1 version
Eric Bénard [Wed, 24 Nov 2010 19:33:30 +0000 (20:33 +0100)]
qt4: add latest 4.7.1 version

qt4-embedded, qt4-tools-native and qt4-tools-sdk are compile tested.
qt4-x11-free and qt4-x11-free-gles are not tested.
qt4-embedded is run tested on armv6

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agobusybox: add 1.17.4 (latest stable version)
Eric Bénard [Wed, 24 Nov 2010 17:33:07 +0000 (18:33 +0100)]
busybox: add 1.17.4 (latest stable version)

this is the latest stable version (1.17.3 + its fixes).

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agobusybox 1.17.3: add latest fixes
Eric Bénard [Wed, 24 Nov 2010 17:18:54 +0000 (18:18 +0100)]
busybox 1.17.3: add latest fixes

from http://busybox.net/downloads/fixes-1.17.3/ :
* ip route (fixed bug of misplaced argv++)
* ls (-g was showing user instead of group)

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agoqemu_0.13.0.bb: Disable parallel make
Khem Raj [Thu, 25 Nov 2010 06:39:53 +0000 (22:39 -0800)]
qemu_0.13.0.bb: Disable parallel make

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoRemove use of ipkg{,-collateral,-link}.
Graham Gower [Thu, 25 Nov 2010 00:29:26 +0000 (10:59 +1030)]
Remove use of ipkg{,-collateral,-link}.

No one should be using these any longer.
 * Opkg conflicts with ipkg.
 * There is opkg, opkg-collateral and ipkg-utils contains ipkg-link.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoinetutils_1.8.bb: Disable help2man, doesnt work in cross env.
Khem Raj [Wed, 24 Nov 2010 22:50:35 +0000 (14:50 -0800)]
inetutils_1.8.bb: Disable help2man, doesnt work in cross env.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agohelp2man_1.38.2.bb: New recipe
Khem Raj [Wed, 24 Nov 2010 22:49:38 +0000 (14:49 -0800)]
help2man_1.38.2.bb: New recipe

Add recipe for latest 1.38.2 version and remove 1.37.1 in favour of it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agognutls_2.10.2.bb: Fix parallel build failure.
Graham Gower [Tue, 23 Nov 2010 23:00:08 +0000 (09:30 +1030)]
gnutls_2.10.2.bb: Fix parallel build failure.

In file included from core.c:32:
enums.h:3:1: error: unterminated #ifndef
In file included from core.c:40:
enum-map.i.c:867:1: error: unterminated argument list invoking macro "SCM_SMOB_PRINT"
In file included from errors.c:28:
enums.h:3:1: error: unterminated #ifndef

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agostrace: Fix build on mips{, el} when DISTRO_FEATURES lacks "largefile".
Graham Gower [Tue, 23 Nov 2010 22:58:12 +0000 (09:28 +1030)]
strace: Fix build on mips{, el} when DISTRO_FEATURES lacks "largefile".

While here,
 - make 4.5.20 the default for mips instead of 4.5.18.
 - Fix LICENSE fields.

| mipsel-oe-linux-uclibc-gcc -march=mips32 -Wall -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os  -L/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib -Wl,-rpath-link,/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib -Wl,-O1 -o strace strace.o syscall.o count.o util.o desc.o file.o ipc.o io.o ioctl.o mem.o net.o process.o bjm.o quota.o resource.o signal.o sock.o system.o term.o time.o proc.o scsi.o stream.o
| syscall.o:(.data.rel.ro+0x14904): undefined reference to `sys_truncate64'
| syscall.o:(.data.rel.ro+0x14918): undefined reference to `sys_ftruncate64'
| syscall.o:(.data.rel.ro+0x149a4): undefined reference to `sys_getdents64'
| syscall.o:(.data.rel.ro+0x14c74): undefined reference to `sys_statfs64'
| syscall.o:(.data.rel.ro+0x14c88): undefined reference to `sys_fstatfs64'
| collect2: ld returned 1 exit status
| make[1]: *** [strace] Error 1

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogsl.inc: Remove `do_stage`.
Paul Menzel [Fri, 19 Nov 2010 16:33:00 +0000 (17:33 +0100)]
gsl.inc: Remove `do_stage`.

Inkscape fails to build after commit c2c8fe [1] with the following error.

    | checking for CAIRO_USER_FONTS... yes
    | checking for INKSCAPE... configure: error: Package requirements (gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0  libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= 2.0.12    gthread-2.0 >= 2.0 libpng >= 1.2 gsl) were not met:
    |
    | No package 'gsl' found
    |
    | Consider adjusting the PKG_CONFIG_PATH environment variable if you
    | installed software in a non-standard prefix.
    |
    | Alternatively, you may set the environment variables INKSCAPE_CFLAGS
    | and INKSCAPE_LIBS to avoid the need to call pkg-config.
    | See the pkg-config man page for more details.
    |
    | ERROR: Function do_configure failed
    NOTE: package inkscape-0.48.0-r0: task do_configure: Failed
    ERROR: TaskFailed event exception, aborting
    ERROR: Build of /home/paul/oe/openembedded/recipes/inkscape/inkscape_0.48.0.bb do_configure failed

Removing `do_stage` fixes building `inkscape_0.48.0.bb` with `angstrom-2008.1`, `angstrom-2010.x` and `minimal` for `MACHINE = "beagleboard"`.

[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=c2c8fe4c5629add94bd0b922f5b3446624a9f4d8

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Andreas Oberritter <obi@opendreambox.org>
14 years agoqemu_0.13.0.bb: Fix parallel make build failure
Khem Raj [Wed, 24 Nov 2010 21:40:08 +0000 (13:40 -0800)]
qemu_0.13.0.bb: Fix parallel make build failure

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agophp_5.2.13.bb: fixed pathnames in pear.conf
Frans Meulenbroeks [Mon, 22 Nov 2010 18:46:41 +0000 (19:46 +0100)]
php_5.2.13.bb: fixed pathnames in pear.conf

pear.conf had some hostnames in it.
Added a sed line to remove STAGING_DIR_NATIVE from the file.

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agophp: fixed path
Frans Meulenbroeks [Sat, 20 Nov 2010 21:19:31 +0000 (22:19 +0100)]
php: fixed path

with the arrival of a new release the old php tarball moved to the
museum site, Fixed SRC_URI and moved it from the inc file to the bb file
so when adding the latest version there is no SRC_URI clash in the .inc
file.

Also introduced INC_PR

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agosane-toolchain.inc: Rename the absration vars for uclibc/eglibc/glibc versions
Khem Raj [Wed, 24 Nov 2010 16:13:32 +0000 (08:13 -0800)]
sane-toolchain.inc: Rename the absration vars for uclibc/eglibc/glibc versions

* There was a mismatch between sane-toolchain.inc and what
  sane-toolchain-uclibc expects. It did not pick right uclibc version

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoqemu_0.13.0.bb: Add new recipe for 0.13
Khem Raj [Tue, 23 Nov 2010 23:29:59 +0000 (15:29 -0800)]
qemu_0.13.0.bb: Add new recipe for 0.13

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agokaeilos-2009-preferred-versions.inc : versiona upgrade
Marco Cavallini [Tue, 23 Nov 2010 15:15:10 +0000 (16:15 +0100)]
kaeilos-2009-preferred-versions.inc : versiona upgrade

14 years agokaeilos.conf : version upgrade, bump pr
Marco Cavallini [Tue, 23 Nov 2010 15:14:00 +0000 (16:14 +0100)]
kaeilos.conf : version upgrade, bump pr

14 years agoinetutils-1.8: Fix builds for uclibc
Khem Raj [Tue, 23 Nov 2010 20:36:14 +0000 (12:36 -0800)]
inetutils-1.8: Fix builds for uclibc

Currently it does not build for uclibc this patch
which is port of patch posted by Mike Frysinger to
buildroot fixes the problems except that for man2html
we need to invoke it differently.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agomsmcomm: bump SRCREV, this version at least compiles with current fsogsmd
Martin Jansa [Tue, 23 Nov 2010 08:53:02 +0000 (09:53 +0100)]
msmcomm: bump SRCREV, this version at least compiles with current fsogsmd

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxserver-kdrive-common.inc: Add $PACKAGES to PROVIDES
Khem Raj [Tue, 23 Nov 2010 05:17:55 +0000 (21:17 -0800)]
xserver-kdrive-common.inc: Add $PACKAGES to PROVIDES

Fixes the issue where opkg complains about missing
Unknown package 'xserver-kdrive-fbdev'.
| Collected errors:
| * opkg_install_cmd: Cannot install package  xserver-kdrive-fbdev.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tested-by: Graham Gower <graham.gower@gmail.com>
14 years agomx31ads: make linux 2.6.36 compile
Eric Bénard [Tue, 23 Nov 2010 14:29:35 +0000 (15:29 +0100)]
mx31ads: make linux 2.6.36 compile

and set this kernel as default version for now.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agosarge-at91: fix kernel build
Eric Bénard [Tue, 23 Nov 2010 14:13:24 +0000 (15:13 +0100)]
sarge-at91: fix kernel build

without this fix, the kernel can't build for sarge-at91,
tested with angstrom-2010.x and minimal distros.
http://tinderbox.openembedded.net/public/logs/task/10846611.txt

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agomicro: update prefered binutils
Eric Bénard [Tue, 23 Nov 2010 14:10:23 +0000 (15:10 +0100)]
micro: update prefered binutils

* without this builds for arm fails with following error :
http://tinderbox.openembedded.net/public/logs/task/10921718.txt
* with this patch, the build works fine

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agolvm2: remove dependency on device-mapper and bump PR
Simon Busch [Tue, 23 Nov 2010 17:02:28 +0000 (18:02 +0100)]
lvm2: remove dependency on device-mapper and bump PR

lvm2 does not need the dependency on device-mapper anymore as lvm2 includes device-mapper
since some releases. The only version we currently have in our repository even comes with
device-mapper included so we can drop the dependency.

Signed-off-by: Simon Busch <morphis@gravedo.de>