openembedded.git
15 years agogcc-4.5: Fix the bswapsi libgcc infinite loop at -Os
Khem Raj [Tue, 22 Jun 2010 15:43:28 +0000 (08:43 -0700)]
gcc-4.5: Fix the bswapsi libgcc infinite loop at -Os

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agotask-sdk-gnuradio-native : Add a SDK for building GNU Radio natively on devices.
Philip Balister [Tue, 22 Jun 2010 11:09:23 +0000 (07:09 -0400)]
task-sdk-gnuradio-native : Add a SDK for building GNU Radio natively on devices.

15 years agogcc-cross-sdk 4.5: sync configure options with cross version.
Koen Kooi [Tue, 22 Jun 2010 09:55:57 +0000 (11:55 +0200)]
gcc-cross-sdk 4.5: sync configure options with cross version.

Still fails with:

| arm-angstrom-linux-gnueabi-strip:/OE/angstrom-setup-scripts/build/tmp-angstrom_2008_1/work/x86_64-armv7a-sdk-angstrom-linux-gnueabi/gcc-cross-sdk-4.5-r4+svnr160764/image/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/lib/libstdc++.so.6.0.14-gdb.py: File format not recognized
| ERROR: Function do_install failed

15 years agoMerge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into...
Dmitry Eremin-Solenikov [Mon, 21 Jun 2010 20:26:28 +0000 (00:26 +0400)]
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev

15 years agofeh: add a bb recipe for the recent version on feh
Vladimir Zapolskiy [Sun, 20 Jun 2010 21:55:56 +0000 (01:55 +0400)]
feh: add a bb recipe for the recent version on feh

This adds a recipe for feh 1.7. Note that xinerama support is disabled
by default.

Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agogiblib: fix giblib.pc.in badness
Vladimir Zapolskiy [Sun, 20 Jun 2010 21:52:31 +0000 (01:52 +0400)]
giblib: fix giblib.pc.in badness

This change fixes sanity check error in generated pkgconfig
file. Required libraries shall be described in requires and private
sections.

Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agoimlib2: install imlib2-config script into sysroot
Vladimir Zapolskiy [Sun, 20 Jun 2010 21:49:58 +0000 (01:49 +0400)]
imlib2: install imlib2-config script into sysroot

This change adds installation of imlib2-config script, which is
required by packages dependent on imlib2 for successful pass of
configuration stage.

Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agogcc-cross-sdl 4.5: make it fail in do_install instead of do_compile
Koen Kooi [Mon, 21 Jun 2010 17:01:29 +0000 (19:01 +0200)]
gcc-cross-sdl 4.5: make it fail in do_install instead of do_compile

15 years agoopenezx-kernel_git.bb: bump SRCREV
Antonio Ospite [Mon, 21 Jun 2010 12:32:17 +0000 (14:32 +0200)]
openezx-kernel_git.bb: bump SRCREV

This new revision fixes some misnamed #defines and fixes the
pcap-regulator voltage tables.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
15 years agogdb-cross-sdk: remove conflicting files
Koen Kooi [Mon, 21 Jun 2010 12:00:37 +0000 (14:00 +0200)]
gdb-cross-sdk: remove conflicting files

15 years agoezx: rename references to ezx-boot-usb into moto-boot-usb
Antonio Ospite [Thu, 17 Jun 2010 14:42:37 +0000 (16:42 +0200)]
ezx: rename references to ezx-boot-usb into moto-boot-usb

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
15 years agoezx: rename ezx-boot-usb recipe to moto-boot-usb, use git
Antonio Ospite [Wed, 16 Jun 2010 14:27:24 +0000 (16:27 +0200)]
ezx: rename ezx-boot-usb recipe to moto-boot-usb, use git

boot_usb is now named moto-boot-usb and is hosted on git.openezx.org, move
recipes/ezx/ezx-boot-usb-native_svn.bb to
recipes/ezx/moto-boot-usb-native_git.bb and fix it.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
15 years agoezx: replace ezx-gen-blob_svn.bb with ezx-gen-blob_git.bb
Antonio Ospite [Wed, 16 Jun 2010 14:50:03 +0000 (16:50 +0200)]
ezx: replace ezx-gen-blob_svn.bb with ezx-gen-blob_git.bb

gen-blob is now at git.openezx.org, replace the old svn recipe with one
which fetches the code from the git repository.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
15 years agoMerge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into...
Dmitry Eremin-Solenikov [Sun, 20 Jun 2010 15:25:43 +0000 (19:25 +0400)]
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev

15 years agoxcb: add a recipe for the recent released version of the xcb-util
Vladimir Zapolskiy [Fri, 18 Jun 2010 16:02:56 +0000 (20:02 +0400)]
xcb: add a recipe for the recent released version of the xcb-util

This change adds a recipe for xcb-util_0.3.6.

Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agoxcb: add a recipe for the recent released version of the libxcb
Vladimir Zapolskiy [Fri, 18 Jun 2010 16:02:16 +0000 (20:02 +0400)]
xcb: add a recipe for the recent released version of the libxcb

This change adds recipes for libxcb_1.6.

Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agoxcb: add a recipe for the recent released version of the xcb-proto
Vladimir Zapolskiy [Fri, 18 Jun 2010 16:01:20 +0000 (20:01 +0400)]
xcb: add a recipe for the recent released version of the xcb-proto

This change adds a recipe for xcb-proto_1.6.

Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agou-boot_2010.03: set as default for lite5200
Dmitry Eremin-Solenikov [Sun, 20 Jun 2010 15:21:28 +0000 (19:21 +0400)]
u-boot_2010.03: set as default for lite5200

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agolite5200: add MACHINE_FEATURES and UBOOT_MACHINE
Dmitry Eremin-Solenikov [Sun, 20 Jun 2010 15:20:17 +0000 (19:20 +0400)]
lite5200: add  MACHINE_FEATURES and UBOOT_MACHINE

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agou-boot: add 2010.03 version
Dmitry Eremin-Solenikov [Fri, 18 Jun 2010 15:33:49 +0000 (19:33 +0400)]
u-boot: add 2010.03 version

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agoxf86-video-mb86290: Add unofficial driver for Fujitsu Coral-P/PA and Carmine GDC
Dmitry Eremin-Solenikov [Fri, 18 Jun 2010 14:52:53 +0000 (18:52 +0400)]
xf86-video-mb86290: Add unofficial driver for Fujitsu Coral-P/PA and Carmine GDC

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agogcc-4.3/4.4: correct flags passed to native parts of the build
Dmitry Eremin-Solenikov [Fri, 18 Jun 2010 14:51:04 +0000 (18:51 +0400)]
gcc-4.3/4.4: correct flags passed to native parts of the build

Target CFLAGS (LIBCFLAGS in fact) are leaking into native parts of the
build. Fix that (thus making gcc buildable for ppc, e.g.).

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agounixbench: move perl to RRECOMMENDS and add few extra modules and x11perf for gfx...
Martin Jansa [Sun, 20 Jun 2010 15:01:30 +0000 (17:01 +0200)]
unixbench: move perl to RRECOMMENDS and add few extra modules and x11perf for gfx-x11 test

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agotask-shr-feed: add unixbench
Martin Jansa [Sun, 20 Jun 2010 14:37:07 +0000 (16:37 +0200)]
task-shr-feed: add unixbench

15 years agounixbench: add 5.1.2 version
Martin Jansa [Fri, 11 Jun 2010 11:13:07 +0000 (13:13 +0200)]
unixbench: add 5.1.2 version

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agofreesmartphone: bump SRCREV
Martin Jansa [Sun, 20 Jun 2010 12:45:37 +0000 (14:45 +0200)]
freesmartphone: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolinux_git: move from 2.6.34 to 2.6.35-rc3
Martin Jansa [Sun, 20 Jun 2010 07:16:02 +0000 (09:16 +0200)]
linux_git: move from 2.6.34 to 2.6.35-rc3

* says lots of unresolved symbols, moved just for sake of testing (_git for 2.6.34 was not usefull anymore).

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolinux-kexecboot_git: move from 2.6.34 to 2.6.35-rc3
Martin Jansa [Sun, 20 Jun 2010 07:14:24 +0000 (09:14 +0200)]
linux-kexecboot_git: move from 2.6.34 to 2.6.35-rc3

* says lots of unresolved symbols and sometimes won't boot, moved just
  for sake of testing (_git for 2.6.34 was not usefull anymore).

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolinux-openmoko-2.6.34: bump SRCREV
Martin Jansa [Sun, 20 Jun 2010 07:15:47 +0000 (09:15 +0200)]
linux-openmoko-2.6.34: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoEFL: bump SRCREV
Martin Jansa [Sat, 19 Jun 2010 18:42:15 +0000 (20:42 +0200)]
EFL: bump SRCREV

* elmdentica now depends on libjson instead of libxml2, bump PV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoqi: use rootwait instead of rootdelay=1
Martin Jansa [Wed, 9 Jun 2010 22:41:41 +0000 (00:41 +0200)]
qi: use rootwait instead of rootdelay=1

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolibvpx: fix typo in CFLAGS
Koen Kooi [Sun, 20 Jun 2010 09:55:31 +0000 (11:55 +0200)]
libvpx: fix typo in CFLAGS

15 years agositeinfo.bbclass: sorted entries, made indenting consistent
Frans Meulenbroeks [Sun, 20 Jun 2010 09:40:21 +0000 (11:40 +0200)]
siteinfo.bbclass: sorted entries, made indenting consistent

sorted entries alphabetically
indented everything properly
removed a tab

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
15 years agoinsane.bbclass: minor change: relayouted, sorted
Frans Meulenbroeks [Sun, 20 Jun 2010 09:28:48 +0000 (11:28 +0200)]
insane.bbclass: minor change: relayouted, sorted

Sorted the entries alphabetically (except for x86_64 which I kept with the intel group).
Made sure the tables are all indented the same way.
replaced some tabs with spaces

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
15 years agolibvpx: add 0.9.1
Koen Kooi [Sun, 20 Jun 2010 08:50:29 +0000 (10:50 +0200)]
libvpx: add 0.9.1

15 years agoFixes install error in xfwm4-themes_4.6.0
Andreas Mueller [Thu, 17 Jun 2010 23:21:16 +0000 (01:21 +0200)]
Fixes install error in xfwm4-themes_4.6.0

File 'maximize-inactive.xpm' was listed twice in Makefile.am

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@openembedded.org>
15 years agobluez4 4.66: add missing dep on libnl
Koen Kooi [Sat, 19 Jun 2010 11:20:13 +0000 (13:20 +0200)]
bluez4 4.66: add missing dep on libnl

15 years agozaurus-2.6.inc: add fbdev to spitz's XSERVER
Martin Jansa [Fri, 18 Jun 2010 05:43:41 +0000 (07:43 +0200)]
zaurus-2.6.inc: add fbdev to spitz's XSERVER

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agotestlab: match Package,Version,Archi,Depends,Recom only as first word on line
Martin Jansa [Sat, 19 Jun 2010 04:47:09 +0000 (06:47 +0200)]
testlab: match Package,Version,Archi,Depends,Recom only as first word on line

* otherwise it will pick 'The' ie from line 'Description: The Enlightenment Window Manager Version 17' and mess installed-packages.txt
  fails: Version_shr-version_1.0-20100512-r0.4_om-gta02.ipk
  fails: The_e-wm_0.16.999.060+svnr48617-r13.4_armv4t.ipk
* this is also fix for missing entries in installed-package-sizes.txt
  (when find cannot find ipk files for messed package names)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agonetkit-telnet_0.17.bb: Add -lncurse to LDFLAGS on uclibc bases builds.
Khem Raj [Fri, 18 Jun 2010 21:29:51 +0000 (14:29 -0700)]
netkit-telnet_0.17.bb: Add -lncurse to LDFLAGS on uclibc bases builds.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoliboil_0.3.15.bb: Get rid of do_stage
Khem Raj [Fri, 18 Jun 2010 18:02:20 +0000 (11:02 -0700)]
liboil_0.3.15.bb: Get rid of do_stage

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agobusybox_1.15.3.bb: Work around the gcc 4.5 ICE on thumb
Khem Raj [Thu, 17 Jun 2010 12:39:38 +0000 (12:39 +0000)]
busybox_1.15.3.bb: Work around the gcc 4.5 ICE on thumb

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoxfce-base: Bump xfce recipes to version 4.6.2
Andreas Mueller [Thu, 17 Jun 2010 22:26:42 +0000 (00:26 +0200)]
xfce-base: Bump xfce recipes to version 4.6.2

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoomap5912osk: Use 2.6.34 as PREFERRED_KERNEL
Khem Raj [Thu, 17 Jun 2010 12:39:37 +0000 (12:39 +0000)]
omap5912osk: Use 2.6.34 as PREFERRED_KERNEL

* TMPFS is disabled it does not boot with tmpfs.
  needs to be investigated.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agobluez4: add 4.66, clean up DP in older versions
Koen Kooi [Fri, 18 Jun 2010 17:15:58 +0000 (19:15 +0200)]
bluez4: add 4.66, clean up DP in older versions

15 years agoswig : Add swig-2.0.0, add DEPENDS on python, and remove DEF PREF -1 on .39
Philip Balister [Fri, 18 Jun 2010 14:12:57 +0000 (10:12 -0400)]
swig : Add swig-2.0.0, add DEPENDS on python, and remove DEF PREF -1 on .39

 * Without the DEPENDS on python it is possible to build swig without python
   support, which breaks gnuradio builds.

15 years agoangstrom-version: add lsb_release script
Koen Kooi [Fri, 18 Jun 2010 13:44:32 +0000 (15:44 +0200)]
angstrom-version: add lsb_release script

15 years agoangstrom: bump distro version
Koen Kooi [Fri, 18 Jun 2010 11:38:58 +0000 (13:38 +0200)]
angstrom: bump distro version

15 years agolinux.inc: add config mangler to enable cgroups support, disabled by default
Koen Kooi [Fri, 18 Jun 2010 10:02:03 +0000 (12:02 +0200)]
linux.inc: add config mangler to enable cgroups support, disabled by default

* set KERNEL_ENABLE_CGROUPS = "1" in your distro/local.conf to enable this
* CGROUPS were added in 2.6.24

15 years agosystemd: fix PV and a typo in FILES
Koen Kooi [Fri, 18 Jun 2010 09:56:40 +0000 (11:56 +0200)]
systemd: fix PV and a typo in FILES

15 years agolibmicrohttpd: fix typo
Koen Kooi [Fri, 18 Jun 2010 09:09:53 +0000 (11:09 +0200)]
libmicrohttpd: fix typo

15 years agoswig 1.3.39: bump PR
Koen Kooi [Thu, 17 Jun 2010 14:57:16 +0000 (16:57 +0200)]
swig 1.3.39: bump PR

15 years agosystemd: add systemd to openembedded
Henning Heinold [Wed, 16 Jun 2010 21:03:24 +0000 (23:03 +0200)]
systemd: add systemd to openembedded

* not fully functional yet
* needs udev-154 and cgroup enabled in kernel
* halt/reboot don't work with busybox

15 years agoudev: add version 154
Henning Heinold [Wed, 16 Jun 2010 21:01:50 +0000 (23:01 +0200)]
udev: add version 154

* not fully testet yet so checking with DEFAULT_PREFERENCE = "-1"
* systemd needs it

15 years agolibcgroup: added libcgroup to openembedded
Henning Heinold [Wed, 16 Jun 2010 21:00:37 +0000 (23:00 +0200)]
libcgroup: added libcgroup to openembedded

15 years agoIndentation fixups, caught by python -t
Chris Larson [Thu, 17 Jun 2010 21:03:20 +0000 (14:03 -0700)]
Indentation fixups, caught by python -t

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agoDrop old unused crufty MANIFEST variable
Chris Larson [Thu, 17 Jun 2010 21:03:40 +0000 (14:03 -0700)]
Drop old unused crufty MANIFEST variable

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agoSlugOS: package feed changes to drop x11, and unbuildable packages
Mike Westerhof [Thu, 17 Jun 2010 17:14:35 +0000 (12:14 -0500)]
SlugOS: package feed changes to drop x11, and unbuildable packages
This set of changes removes packages that pull in libx11, and
(temporarily) disables packages that won't build, mostly due to
gcc 4.4.4 issues.  Only tested on LE for the moment.

15 years agoSlugOS: slugos.inc - Fix bluez dependencies
Mike Westerhof [Thu, 17 Jun 2010 16:28:23 +0000 (11:28 -0500)]
SlugOS: slugos.inc - Fix bluez dependencies
No need to build all of bluez if we only depend on the libs.

15 years agofoxtrotgps: add recipe for FoxtrotGPS 0.99.4
Joshua Judson Rosen [Thu, 17 Jun 2010 11:28:47 +0000 (13:28 +0200)]
foxtrotgps: add recipe for FoxtrotGPS 0.99.4

* also add it to shr feeds

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolibcap2: use attr instead of libattr as dependency
Henning Heinold [Thu, 17 Jun 2010 08:16:56 +0000 (10:16 +0200)]
libcap2: use attr instead of libattr as dependency

* convert to new staging system, by removing do_stage
* bump PR

Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-By: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
15 years agolibattr: remove libattr because it is clashing with udev/attr and is not used by...
Henning Heinold [Thu, 17 Jun 2010 08:24:01 +0000 (10:24 +0200)]
libattr: remove libattr because it is clashing with udev/attr and is not used by any other recipe

Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-By: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
15 years agofakeroot(-native): convert to new style staging
Koen Kooi [Thu, 17 Jun 2010 10:02:13 +0000 (12:02 +0200)]
fakeroot(-native): convert to new style staging

Staging looks really weird, but it matches the way it was.

15 years agoangstrom: pin llh-native, just like SHR does
Koen Kooi [Thu, 17 Jun 2010 10:01:30 +0000 (12:01 +0200)]
angstrom: pin llh-native, just like SHR does

15 years agodbus-native 1.2.1: convert to new style staging
Koen Kooi [Thu, 17 Jun 2010 09:32:43 +0000 (11:32 +0200)]
dbus-native 1.2.1: convert to new style staging

15 years agopreferred-shr-versions: set preferred version also for linux-libc-headers-native
Martin Jansa [Thu, 17 Jun 2010 09:17:54 +0000 (11:17 +0200)]
preferred-shr-versions: set preferred version also for linux-libc-headers-native

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agotoolchain-internal: define PREFERRED_PROVIDER for linux-libc-headers
Koen Kooi [Thu, 17 Jun 2010 08:50:34 +0000 (10:50 +0200)]
toolchain-internal: define PREFERRED_PROVIDER for linux-libc-headers
toolchain-external: define PREFERRED_PROVIDER for linux-libc-headers, but comment it. Someone actually using this needs to verify

15 years agoangstrom: pin eglibc version to the same as the glibc version
Koen Kooi [Thu, 17 Jun 2010 08:17:18 +0000 (10:17 +0200)]
angstrom: pin eglibc version to the same as the glibc version

15 years agofontconfig-native 2.6.0: convert to new style staging
Koen Kooi [Thu, 17 Jun 2010 08:15:53 +0000 (10:15 +0200)]
fontconfig-native 2.6.0: convert to new style staging

15 years agobusybox-1.11.3/busybox-1.13.2: enable backgrounding for udhcpc
Steffen Sledz [Fri, 11 Jun 2010 08:46:25 +0000 (10:46 +0200)]
busybox-1.11.3/busybox-1.13.2: enable backgrounding for udhcpc

* The former default behaviour was to exit with failure if lease is not
  immediately obtained. This results in permanent network disconnect if DHCP
  server is (accidentally) not available at boot time. :(

* Since bb 1.14 this is no longer hardcoded and can be configured.

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Acked-by: Henri Bragge <henri.bragge@dcombus.com>
15 years agoudev/{acl,attr}: Fix install. Wanted to install to host /usr/bin/.
Leon Woestenberg [Mon, 14 Jun 2010 20:12:34 +0000 (22:12 +0200)]
udev/{acl,attr}: Fix install. Wanted to install to host /usr/bin/.

The subdirectory Makefile includes a file, that overrides the
variables inherited from the parent Makefile. Those where provided
to the parent make through '-e'.

Make sure the subdir makes also use '-e'.

(An alternative fix is to sed the include file.)

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
15 years agognu-config git: remove duplicate, wrong checksums
Koen Kooi [Wed, 16 Jun 2010 20:31:15 +0000 (22:31 +0200)]
gnu-config git: remove duplicate, wrong checksums

15 years agognu-config_git.bb: Add checksums
Khem Raj [Wed, 16 Jun 2010 19:41:13 +0000 (12:41 -0700)]
gnu-config_git.bb: Add checksums

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoSlugOS: Initial commit for SlugOS 5.5 - update toolchain, use eglibc
Mike Westerhof [Wed, 16 Jun 2010 18:31:14 +0000 (13:31 -0500)]
SlugOS: Initial commit for SlugOS 5.5 - update toolchain, use eglibc
Switch to gcc 4.4.4, update toolchains to match, switch to eglibc
Also add some PREFERRED_PROVIDERS.

15 years agolocal.conf.sample: Document ASSUME_PROVIDED for linux-libc-headers-native
Tom Rini [Wed, 16 Jun 2010 18:18:22 +0000 (11:18 -0700)]
local.conf.sample: Document ASSUME_PROVIDED for linux-libc-headers-native

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agolinux-libc-headers-native: Add, make it a dependency for most native recipes
Tom Rini [Wed, 16 Jun 2010 18:16:23 +0000 (11:16 -0700)]
linux-libc-headers-native: Add, make it a dependency for most native recipes

On some host distributions the provided linux kernel headers are too old to
compile utilities we need.  Given that we need these utilities to run things on
the target the best solution is to provide linux-libc-headers-native.  Rather
than get things into an inconsistent state, we make linux-libc-headers-native
be a default dependency.

Acked-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agollvm-native 2.5: Removed unneeded recipe (superseeded by llvm2.5-native).
Robert Schuster [Wed, 16 Jun 2010 17:33:55 +0000 (19:33 +0200)]
llvm-native 2.5: Removed unneeded recipe (superseeded by llvm2.5-native).
llvm-gcc4 svn: Removed unused recipe.
llvm-gcc4-cross svn: Removed unused recipe.

15 years agojamvm *: Install libjvm.so into separate folder in ${libdir}.
Robert Schuster [Wed, 16 Jun 2010 16:54:14 +0000 (18:54 +0200)]
jamvm *: Install libjvm.so into separate folder in ${libdir}.

15 years agocacao *: Install libjvm.so into separate folder in ${libdir}.
Robert Schuster [Wed, 16 Jun 2010 16:53:02 +0000 (18:53 +0200)]
cacao *: Install libjvm.so into separate folder in ${libdir}.

15 years agoMAINTAINERS: removed my machines/distros
Marcin Juszkiewicz [Wed, 16 Jun 2010 16:27:29 +0000 (18:27 +0200)]
MAINTAINERS: removed my machines/distros

15 years agoMAINTAINERS: Mention bug20 in my machines
Stefan Schmidt [Wed, 16 Jun 2010 16:19:43 +0000 (18:19 +0200)]
MAINTAINERS: Mention bug20 in my machines

15 years agou-boot_git: Cleanup and refresh bug20 patch.
Stefan Schmidt [Wed, 16 Jun 2010 16:17:20 +0000 (18:17 +0200)]
u-boot_git: Cleanup and refresh bug20 patch.

Thanks to Jens Seidel for spotting.

15 years agognu-config git: don't use git since git-native needs gnu-config-native. Switch to...
Koen Kooi [Wed, 16 Jun 2010 13:29:02 +0000 (15:29 +0200)]
gnu-config git: don't use git since git-native needs gnu-config-native. Switch to angstrom sourcemirror for http fetching

15 years agotask-sdk-base: drop ipkg-dev from list of packages
Dmitry Eremin-Solenikov [Wed, 16 Jun 2010 12:42:53 +0000 (16:42 +0400)]
task-sdk-base: drop ipkg-dev from list of packages

As per discussion on oe-devel, drop ipkg-dev from list of task-sdk-base deps.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agoMerge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into...
Dmitry Eremin-Solenikov [Wed, 16 Jun 2010 12:39:44 +0000 (16:39 +0400)]
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev

15 years agoRevert "task-sdk-base: replace ipkg-dev with virtual/opkg-dev"
Dmitry Eremin-Solenikov [Wed, 16 Jun 2010 12:38:51 +0000 (16:38 +0400)]
Revert "task-sdk-base: replace ipkg-dev with virtual/opkg-dev"

This reverts commit eeffe0a6eee97604679cf9a3cf40ed4604ae6493.

Per request from Koen Kooi, as this breaks task-sdk-native, etc.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Acked-by: Philip Balister <philip@balister.org>
15 years agoRevert "opkg, opkg-nogpg, opkg-nogpg-nocurl: make ${PN}-dev provide virtual/opkg...
Dmitry Eremin-Solenikov [Wed, 16 Jun 2010 12:37:50 +0000 (16:37 +0400)]
Revert "opkg, opkg-nogpg, opkg-nogpg-nocurl: make ${PN}-dev provide virtual/opkg-dev"

This reverts commit aa45596db92a18851de6f2f241e578047f488307.

Per request from Koen Kooi.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Acked-by: Philip Balister <philip@balister.org>
15 years agonavit: add STAGING_DIR_NATIVE prefix to moc_location returned by pkg-config
Martin Jansa [Wed, 16 Jun 2010 10:09:18 +0000 (12:09 +0200)]
navit: add STAGING_DIR_NATIVE prefix to moc_location returned by pkg-config

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolinux.inc : remove gcc 4.2.1 "fix" that breaks all modern kernel compiles
Graeme Gregory [Fri, 5 Mar 2010 23:03:41 +0000 (23:03 +0000)]
linux.inc : remove gcc 4.2.1 "fix" that breaks all modern kernel compiles

modern avr32 kernels really need that -mno-pic

15 years agobinutils_2.18.atmel.1.0.1.bb : add latest binutils for AVR32
Graeme Gregory [Mon, 1 Mar 2010 22:34:57 +0000 (22:34 +0000)]
binutils_2.18.atmel.1.0.1.bb : add latest binutils for AVR32

15 years agojson-c: move and rename to libjson as older version was
Martin Jansa [Wed, 16 Jun 2010 08:28:23 +0000 (10:28 +0200)]
json-c: move and rename to libjson as older version was

* also convert old version to new staging

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agollvm2.7 2.7: Removed the link patch - its not needed for the CMake-build
Robert Schuster [Wed, 16 Jun 2010 08:15:58 +0000 (10:15 +0200)]
llvm2.7 2.7: Removed the link patch - its not needed for the CMake-build

15 years agojson-c: add recipe for json C library
Rui Miguel Silva Seabra [Wed, 16 Jun 2010 07:56:53 +0000 (09:56 +0200)]
json-c: add recipe for json C library

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agotask-sdk-base: replace ipkg-dev with virtual/opkg-dev
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 22:35:19 +0000 (02:35 +0400)]
task-sdk-base: replace ipkg-dev with virtual/opkg-dev

ipkg is long EOL. However task-sdk-base still tries to pull it in via
ipkg-dev dependency. Then it clashes with opkg pulled in via
DISTRO_FEED_CONFIGS and so building of meta-toolchain-gpe,-opie, etc.
fails. This fix allows me to build those sdks w/o any problems.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agoopkg, opkg-nogpg, opkg-nogpg-nocurl: make ${PN}-dev provide virtual/opkg-dev
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 22:33:57 +0000 (02:33 +0400)]
opkg, opkg-nogpg, opkg-nogpg-nocurl: make ${PN}-dev provide virtual/opkg-dev

This will be used in task-sdk-base (instead of ipkg-dev). Also bump all
PRs to force rebuild.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agogdb-cross-sdk: drop more files conflicting with binutils-cross-sdk
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 21:25:59 +0000 (01:25 +0400)]
gdb-cross-sdk: drop more files conflicting with binutils-cross-sdk

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agolowpan-tools: add 0.2.1 release
Dmitry Eremin-Solenikov [Tue, 15 Jun 2010 21:18:46 +0000 (01:18 +0400)]
lowpan-tools: add 0.2.1 release

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agouclibc_git: Bump SRCREV
Khem Raj [Tue, 15 Jun 2010 22:06:27 +0000 (15:06 -0700)]
uclibc_git: Bump SRCREV

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agognu-config: Add recipe for git version.
Khem Raj [Tue, 15 Jun 2010 20:52:40 +0000 (13:52 -0700)]
gnu-config: Add recipe for git version.

* Rename gnu-config to files folder.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoevas: disable neon for the time being, see http://thread.gmane.org/gmane.comp.window...
Koen Kooi [Tue, 15 Jun 2010 20:49:01 +0000 (22:49 +0200)]
evas: disable neon for the time being, see thread.gmane.org/gmane.comp.window-managers.enlightenment.devel/25194