openembedded.git
14 years agoeglibc: Backport IO-acquire-lock-fix.patch
Khem Raj [Fri, 30 Oct 2009 20:00:14 +0000 (13:00 -0700)]
eglibc: Backport IO-acquire-lock-fix.patch

* Move the svn recipe to latest git revision.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agorevert sane-srcrevs: add webkit-efl|gtk:
Koen Kooi [Fri, 30 Oct 2009 14:23:10 +0000 (15:23 +0100)]
revert sane-srcrevs: add webkit-efl|gtk:

webkit gtk srcrev was moved to recipe in b34f0987f71bbefaf914415cce6bad418a3e3d06 and bumped as well.
Since the autofoo files in OE are tied to the SRCREV care needs to be taken when bumping it, this commit actually makes it go backward.

Maybe we should ban people that have recently gained commit access from poking at conf/distro for the first few weeks to avoid fuckups like this.

http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=b34f0987f71bbefaf914415cce6bad418a3e3d06

14 years agolinux-2.6.31: fix GPIO keys for boc01
OE Builder [Fri, 30 Oct 2009 13:48:22 +0000 (14:48 +0100)]
linux-2.6.31: fix GPIO keys for boc01

14 years agolinux-2.6.31: add support for multiple buttons on boc01
OE Builder [Fri, 30 Oct 2009 13:15:33 +0000 (14:15 +0100)]
linux-2.6.31: add support for multiple buttons on boc01

14 years agolinux-2.6.31: improve GPIO support for boc01
OE Builder [Fri, 30 Oct 2009 12:51:22 +0000 (13:51 +0100)]
linux-2.6.31: improve GPIO support for boc01

14 years agolinux-2.6.31: make capsense keys remapable for boc01
OE Builder [Fri, 30 Oct 2009 12:33:44 +0000 (13:33 +0100)]
linux-2.6.31: make capsense keys remapable for boc01

14 years agolinux-2.6.31: add driver for boc01 buttons
OE Builder [Fri, 30 Oct 2009 11:18:56 +0000 (12:18 +0100)]
linux-2.6.31: add driver for boc01 buttons

14 years agosane-srcrevs: add webkit-efl|gtk
Sebastian Spaeth [Fri, 30 Oct 2009 10:59:55 +0000 (11:59 +0100)]
sane-srcrevs: add webkit-efl|gtk

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
14 years agou-boot: added Sheevaplug support
Marcin Juszkiewicz [Fri, 30 Oct 2009 10:38:49 +0000 (11:38 +0100)]
u-boot: added Sheevaplug support

Marvell devices needs u-boot.kwb instead of u-boot.bin due to header for
first stage bootloader. UBOOT_BINARY variable was introduced due of
that.

14 years agoabiword: replace 2.8.0 with 2.8.1, some crashes fixed and libtool macros updated
Koen Kooi [Fri, 30 Oct 2009 09:27:27 +0000 (10:27 +0100)]
abiword: replace 2.8.0 with 2.8.1, some crashes fixed and libtool macros updated

14 years agoabiword 2.8.0: band-aid packaging before overhauling it
Koen Kooi [Thu, 29 Oct 2009 21:52:01 +0000 (22:52 +0100)]
abiword 2.8.0: band-aid packaging before overhauling it

14 years agochecksums: add xf86-input-tslib 0.0.6
Koen Kooi [Thu, 29 Oct 2009 19:10:16 +0000 (20:10 +0100)]
checksums: add xf86-input-tslib 0.0.6

14 years agoangstrom: bump DISTRO_PR and some cleanups
Koen Kooi [Thu, 29 Oct 2009 14:26:40 +0000 (15:26 +0100)]
angstrom: bump DISTRO_PR and some cleanups

14 years agopackage.bbclass: Cleanup getVar syntax to use True, not 1 as third argument (from...
Richard Purdie [Thu, 29 Oct 2009 23:20:57 +0000 (23:20 +0000)]
package.bbclass: Cleanup getVar syntax to use True, not 1 as third argument (from Poky)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agochicken-native_4.2.0.bb: added
Mario Domenech Goulart [Wed, 28 Oct 2009 16:15:14 +0000 (14:15 -0200)]
chicken-native_4.2.0.bb: added

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 years agochicken.inc: fixed vars passed to the build system (LIBRARIAN, TARGET_C_COMPILER)
Mario Domenech Goulart [Wed, 28 Oct 2009 16:12:50 +0000 (14:12 -0200)]
chicken.inc: fixed vars passed to the build system (LIBRARIAN, TARGET_C_COMPILER)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 years agoconf/bitbake.conf: use mksquashfs -lzma for squashfs-lzma images
Otavio Salvador [Thu, 1 Oct 2009 13:39:29 +0000 (10:39 -0300)]
conf/bitbake.conf: use mksquashfs -lzma for squashfs-lzma images

This change only works with the new squashfs-tools, version 4.0.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 years agosquashfs-tools: add lzma support in 4.0 version
Otavio Salvador [Mon, 28 Sep 2009 00:36:29 +0000 (21:36 -0300)]
squashfs-tools: add lzma support in 4.0 version

This added lzma by default since squashfs-tools is not common to be
installed into a image and it doesn't increase the compilation time a
lot.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 years agolzma: update to 4.65 and use INC_PR
Otavio Salvador [Tue, 29 Sep 2009 21:49:24 +0000 (18:49 -0300)]
lzma: update to 4.65 and use INC_PR

Few header files has been added to ${STAGING_INCDIR}/lzma to allow
squashfs-tools to be compiled against it.

The gcc optimization flags has been droped for now since it ought to
have been fixed since the last test with the recipe, otherwise it
should be easy to be added back.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 years agochicken: added SONAME support for chicken 4
Mario Domenech Goulart [Fri, 16 Oct 2009 18:19:57 +0000 (15:19 -0300)]
chicken: added SONAME support for chicken 4

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 years agochicken: revamp recipes
Otavio Salvador [Wed, 7 Oct 2009 22:29:36 +0000 (19:29 -0300)]
chicken: revamp recipes

To allow easy usage of chicken, in embedded environments, we have done
some refactoring in the packages:

 - split it up to chicken, libchicken and libuchickenl
 - drop 2.6 version since no distro depends on that and is not
   commonly used anymore;
 - generalize .inc file to be usable for 3.x and 4.x versions;
 - add new 4.2.0 release,
 - use INC_PR.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 years agoadd collie patches for 2.6.31 kernel
Thomas Kunze [Thu, 29 Oct 2009 22:27:10 +0000 (23:27 +0100)]
add collie patches for 2.6.31 kernel

moved the at91 from SRC_URI to SRC_URI_append_machine for the other two
machines that use this kernel. Patches conflict otherwise.

14 years agosite/avr32-common : fix search replace damage in last commit
Graeme Gregory [Thu, 29 Oct 2009 21:35:05 +0000 (21:35 +0000)]
site/avr32-common : fix search replace damage in last commit

14 years agosite/avr32-common : add values for ORbit2 taken from debian avr32 logs
Graeme Gregory [Thu, 29 Oct 2009 18:42:14 +0000 (18:42 +0000)]
site/avr32-common : add values for ORbit2 taken from debian avr32 logs

14 years agoproxy-libintl_20080418.bb : add an SONAME to library
Graeme Gregory [Thu, 29 Oct 2009 18:40:17 +0000 (18:40 +0000)]
proxy-libintl_20080418.bb : add an SONAME to library

Found in Ångström build. libintl.so built from this recipe was not getting
an soname so the automatic shlibs code was failing making packages that
should depend on this not. Ultimately leading to failing images.

14 years agolinux-2.6.31: initialise GPIO states on boc01
Jeremy Lainé [Thu, 29 Oct 2009 16:34:00 +0000 (17:34 +0100)]
linux-2.6.31: initialise GPIO states on boc01

14 years agoxf86-input-tslib: added 0.0.6
Marcin Juszkiewicz [Thu, 29 Oct 2009 16:04:24 +0000 (17:04 +0100)]
xf86-input-tslib: added 0.0.6

14 years agochecksums.ini: added X11 r7.5 entries
Marcin Juszkiewicz [Thu, 29 Oct 2009 15:16:33 +0000 (16:16 +0100)]
checksums.ini: added X11 r7.5 entries

14 years agoomap3517-evm: omap3517 was the pre-production name, AM3517 is the production name...
Koen Kooi [Thu, 29 Oct 2009 13:52:47 +0000 (14:52 +0100)]
omap3517-evm: omap3517 was the pre-production name, AM3517 is the production name, rename machine to avoid confusion

Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoangstrom-uboot-scripts: add more scripts
Koen Kooi [Thu, 29 Oct 2009 13:13:05 +0000 (14:13 +0100)]
angstrom-uboot-scripts: add more scripts

14 years agoangstrom-gpe-task-settings: remove comman-applet
Koen Kooi [Thu, 29 Oct 2009 13:12:44 +0000 (14:12 +0100)]
angstrom-gpe-task-settings: remove comman-applet

14 years agotask-beagleboard-demo: switch to nm-applet and abiword-meta
Koen Kooi [Thu, 29 Oct 2009 13:12:12 +0000 (14:12 +0100)]
task-beagleboard-demo: switch to nm-applet and abiword-meta

14 years agoabiword: add 2.8.0
Koen Kooi [Thu, 29 Oct 2009 13:06:54 +0000 (14:06 +0100)]
abiword: add 2.8.0

14 years ago asio: add boost to DEPENDS
Koen Kooi [Thu, 29 Oct 2009 12:27:34 +0000 (13:27 +0100)]
 asio: add boost to DEPENDS

14 years agogoffice: fix packaging
Koen Kooi [Thu, 29 Oct 2009 10:21:56 +0000 (11:21 +0100)]
goffice: fix packaging

14 years agoMerge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded...
Jeremy Lainé [Thu, 29 Oct 2009 07:17:48 +0000 (08:17 +0100)]
Merge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded into org.openembedded.dev

14 years agolinux-2.6.31: declare boc01 LED in devicetree
Jeremy Lainé [Thu, 29 Oct 2009 07:17:18 +0000 (08:17 +0100)]
linux-2.6.31: declare boc01 LED in devicetree

14 years agomythtv: made it compile for armv5te too
Frans Meulenbroeks [Wed, 28 Oct 2009 22:20:09 +0000 (23:20 +0100)]
mythtv: made it compile for armv5te too

14 years agomythtv: add S, REALPV, PR
Frans Meulenbroeks [Wed, 28 Oct 2009 20:16:46 +0000 (21:16 +0100)]
mythtv: add S, REALPV, PR

14 years agoeglibc: Forward port armv4t-interworking patch
Khem Raj [Wed, 28 Oct 2009 20:06:13 +0000 (13:06 -0700)]
eglibc: Forward port armv4t-interworking patch

* This patch is needed to support armv4t targets.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogedit-plugins: add 2.28.0
Steve Sakoman [Wed, 28 Oct 2009 15:25:58 +0000 (08:25 -0700)]
gedit-plugins: add 2.28.0

14 years agognumeric: add 1.9.14
Koen Kooi [Wed, 28 Oct 2009 20:03:04 +0000 (21:03 +0100)]
gnumeric: add 1.9.14
libgsf: add 1.14.16
goffice: add 0.7.14

14 years agoangstrom: bump gtk+
Koen Kooi [Wed, 28 Oct 2009 17:29:33 +0000 (18:29 +0100)]
angstrom: bump gtk+

14 years agogtk+: add 2.18.3
Koen Kooi [Wed, 28 Oct 2009 17:29:29 +0000 (18:29 +0100)]
gtk+: add 2.18.3

14 years agomythtv 0.22rc1: fix PV
Koen Kooi [Wed, 28 Oct 2009 16:15:50 +0000 (17:15 +0100)]
mythtv 0.22rc1: fix PV

14 years agomythtv: created recipe for 0.22rc1 (based upon svn version)
Frans Meulenbroeks [Wed, 28 Oct 2009 15:39:24 +0000 (16:39 +0100)]
mythtv: created recipe for 0.22rc1 (based upon svn version)
DEFAULT_PREFERENCE=-1, still need to look at the patches from 0.21
builds for beagleboard, not for sheevaplug (armv5te)

14 years agolinux-2.6.31: use standard GPIO drivers for boc01
Jeremy Lainé [Wed, 28 Oct 2009 15:20:11 +0000 (16:20 +0100)]
linux-2.6.31: use standard GPIO drivers for boc01

14 years agoomap3-pandora: fix uboot provider
Koen Kooi [Wed, 28 Oct 2009 14:03:33 +0000 (15:03 +0100)]
omap3-pandora: fix uboot provider

14 years agowebkit-gtk: bump to 1.1.16
Koen Kooi [Wed, 28 Oct 2009 14:03:00 +0000 (15:03 +0100)]
webkit-gtk: bump to 1.1.16

14 years agomidori: add 0.2.0
Koen Kooi [Wed, 28 Oct 2009 12:46:39 +0000 (13:46 +0100)]
midori: add 0.2.0

14 years agou-boot-omap3pandora: fix typo in recipe
Koen Kooi [Wed, 28 Oct 2009 12:05:40 +0000 (13:05 +0100)]
u-boot-omap3pandora: fix typo in recipe

14 years agoMerge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded...
Jeremy Lainé [Wed, 28 Oct 2009 10:38:59 +0000 (11:38 +0100)]
Merge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded into org.openembedded.dev

14 years agolinux-2.6.31: add defconfig for qemux86
Jeremy Lainé [Wed, 28 Oct 2009 10:38:37 +0000 (11:38 +0100)]
linux-2.6.31: add defconfig for qemux86

14 years agopsplash-omap3pandora: Add psplash splashscreen for the omap3-pandora.
David-John Willis [Wed, 28 Oct 2009 09:11:26 +0000 (09:11 +0000)]
psplash-omap3pandora: Add psplash splashscreen for the omap3-pandora.

14 years agobase-files: Add base files for the omap3-pandora.
David-John Willis [Wed, 28 Oct 2009 09:09:32 +0000 (09:09 +0000)]
base-files: Add base files for the omap3-pandora.

14 years agonetbase: Add another host to the omap3-pandora hosts.
David-John Willis [Wed, 28 Oct 2009 09:04:36 +0000 (09:04 +0000)]
netbase: Add another host to the omap3-pandora hosts.

14 years agoangstrom-led-config: Add LED setup for the omap3-pandora and bump PR.
David-John Willis [Wed, 28 Oct 2009 08:59:18 +0000 (08:59 +0000)]
angstrom-led-config: Add LED setup for the omap3-pandora and bump PR.

14 years agoaufs_cvs: Fix LDFLAGS build error.
David-John Willis [Wed, 28 Oct 2009 08:18:05 +0000 (08:18 +0000)]
aufs_cvs: Fix LDFLAGS build error.

14 years agolibsdl-gfx_2.0.11: Fix build by exposing LDFLAGS.
David-John Willis [Tue, 27 Oct 2009 21:45:38 +0000 (21:45 +0000)]
libsdl-gfx_2.0.11: Fix build by exposing LDFLAGS.

14 years agofbset-modes: Add fb.modes for the omap3-pandora LCD.
David-John Willis [Tue, 27 Oct 2009 21:40:44 +0000 (21:40 +0000)]
fbset-modes: Add fb.modes for the omap3-pandora LCD.

14 years agodevicekit: Update to remove host dependency on Docbook XSLT files.
David-John Willis [Tue, 27 Oct 2009 21:34:32 +0000 (21:34 +0000)]
devicekit: Update to remove host dependency on Docbook XSLT files.

* Bump PR
* Update recipe to sed out the -nonet in the documentation XSLT conversion removing the reliance of the Docbook XSLT templates being installed on the host system (it will grab them from the net however).
* Note: Another (maybe better) fix would be to package up docbook-xsl but that is overkill for these two recipes.

14 years agoudev: Update recipes to package up local.rules.
David-John Willis [Tue, 27 Oct 2009 21:22:28 +0000 (21:22 +0000)]
udev: Update recipes to package up local.rules.

14 years agoudev: Add local.rules for the omap3-pandora to open up /dev/event* to all users.
David-John Willis [Tue, 27 Oct 2009 21:20:17 +0000 (21:20 +0000)]
udev: Add local.rules for the omap3-pandora to open up /dev/event* to all users.

14 years agou-boot/x-load: Add support for the omap3-pandora building from trees as git.openpando...
David-John Willis [Tue, 27 Oct 2009 21:11:10 +0000 (21:11 +0000)]
u-boot/x-load: Add support for the omap3-pandora building from trees as git.openpandora.org.

14 years agox-load.inc: Add support to build a version of x-load that can be loaded over OTG...
David-John Willis [Tue, 27 Oct 2009 21:09:07 +0000 (21:09 +0000)]
x-load.inc: Add support to build a version of x-load that can be loaded over OTG USB.

14 years agokeymaps: Add keymap extension for the omap3-pandora.
David-John Willis [Tue, 27 Oct 2009 21:06:49 +0000 (21:06 +0000)]
keymaps: Add keymap extension for the omap3-pandora.

14 years agopointercal: Add calibration for the omap3-pandora touchscreen.
David-John Willis [Tue, 27 Oct 2009 20:57:19 +0000 (20:57 +0000)]
pointercal: Add calibration for the omap3-pandora touchscreen.

14 years agotango-icon-theme-enable: Add recipe for enable the icon theme once installed (hackish).
David-John Willis [Tue, 27 Oct 2009 20:53:05 +0000 (20:53 +0000)]
tango-icon-theme-enable: Add recipe for enable the icon theme once installed (hackish).

14 years agoxf86-input-evtouch: Use latest Ubuntu package diff and tweak configure.
David-John Willis [Tue, 27 Oct 2009 20:17:22 +0000 (20:17 +0000)]
xf86-input-evtouch: Use latest Ubuntu package diff and tweak configure.

* Add configure support to generate calibration app and udev rules for touchscreens.

14 years agoangstrom: bump samba and python
Koen Kooi [Wed, 28 Oct 2009 09:00:53 +0000 (10:00 +0100)]
angstrom: bump samba and python

14 years agognome-python: fix 2.26.1 build, add 2.28.0
Koen Kooi [Wed, 28 Oct 2009 08:59:02 +0000 (09:59 +0100)]
gnome-python: fix 2.26.1 build, add 2.28.0
python-pygobject*: add 2.20.0

14 years agoxfce 4.6.x: more SRC_URI and checksum tweaks
Koen Kooi [Tue, 27 Oct 2009 18:08:35 +0000 (19:08 +0100)]
xfce 4.6.x: more SRC_URI and checksum tweaks

14 years agoMerge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded...
Jeremy Lainé [Tue, 27 Oct 2009 17:47:09 +0000 (18:47 +0100)]
Merge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded into org.openembedded.dev

14 years agoklibc-1.5.15: fix build against 2.6.31 linux headers
Jeremy Lainé [Tue, 27 Oct 2009 17:46:05 +0000 (18:46 +0100)]
klibc-1.5.15: fix build against 2.6.31 linux headers

* apply patches from Ubuntu to build against 2.6.31 linux headers

14 years agoxfce46-image: Add very simple Xfce 4.6 image
David-John Willis [Tue, 27 Oct 2009 13:28:46 +0000 (13:28 +0000)]
xfce46-image: Add very simple Xfce 4.6 image

14 years agotask-xfce46-extras: Don't try and ship themes that are not in 4.6
David-John Willis [Tue, 27 Oct 2009 13:26:49 +0000 (13:26 +0000)]
task-xfce46-extras: Don't try and ship themes that are not in 4.6

14 years agou-boot: add IGEP v2 support to 2009.08 release
Enric Balletbo i Serra [Tue, 27 Oct 2009 02:08:44 +0000 (02:08 +0000)]
u-boot: add IGEP v2 support to 2009.08 release

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolinux-igep2: Fix audio capture, the capture result is always silence
Enric Balletbo i Serra [Tue, 27 Oct 2009 02:08:43 +0000 (02:08 +0000)]
linux-igep2: Fix audio capture, the capture result is always silence

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoXFCE: Import all the 4.6.1 recipes (and a newer version of xfce-terminal).
David-John Willis [Sun, 25 Oct 2009 11:02:48 +0000 (11:02 +0000)]
XFCE: Import all the 4.6.1 recipes (and a newer version of xfce-terminal).

14 years agoxfce46.bbclass: Add a helper class for XFCE 4.6 (based on the existing xfce.bbclass).
David-John Willis [Sun, 25 Oct 2009 10:55:35 +0000 (10:55 +0000)]
xfce46.bbclass: Add a helper class for XFCE 4.6 (based on the existing xfce.bbclass).

14 years agoXFCE: Rename xfce to xfce-base to support the import of the new XFCE 4.6.1 builds.
David-John Willis [Sun, 25 Oct 2009 10:52:51 +0000 (10:52 +0000)]
XFCE: Rename xfce to xfce-base to support the import of the new XFCE 4.6.1 builds.

14 years agoMerge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded...
Jeremy Lainé [Tue, 27 Oct 2009 11:21:20 +0000 (12:21 +0100)]
Merge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded into org.openembedded.dev

14 years agolinux-2.6.31: remove SPI patch for boc01, use devicetree instead
Jeremy Lainé [Tue, 27 Oct 2009 11:20:33 +0000 (12:20 +0100)]
linux-2.6.31: remove SPI patch for boc01, use devicetree instead

14 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Marcin Juszkiewicz [Tue, 27 Oct 2009 10:28:26 +0000 (11:28 +0100)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

14 years agonhk15: added uImage parameters
Marcin Juszkiewicz [Tue, 27 Oct 2009 10:26:54 +0000 (11:26 +0100)]
nhk15: added uImage parameters

14 years agoballfield: fix spelling mistake that prevents a build. s/vrtual/virtual/
Rolf Leggewie [Tue, 27 Oct 2009 09:41:45 +0000 (10:41 +0100)]
ballfield: fix spelling mistake that prevents a build. s/vrtual/virtual/

14 years agonetbase: Add version for IGEP v2 board
Enric Balletbò i Serra [Mon, 26 Oct 2009 22:55:29 +0000 (22:55 +0000)]
netbase: Add version for IGEP v2 board

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoxserver-xf86-config: Add version for IGEP v2 board
Enric Balletbò i Serra [Mon, 26 Oct 2009 22:55:32 +0000 (22:55 +0000)]
xserver-xf86-config: Add version for IGEP v2 board

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoangstrom: add an option to use -Wl,--as-needed for glibc builds
Koen Kooi [Mon, 26 Oct 2009 17:21:05 +0000 (18:21 +0100)]
angstrom: add an option to use -Wl,--as-needed for glibc builds

Console-image builds and seems to work, but this needs lots of testing before getting enabled

14 years agoangstrom: switch to linux-libc-headers 2.6.31
Koen Kooi [Mon, 26 Oct 2009 11:04:37 +0000 (12:04 +0100)]
angstrom: switch to linux-libc-headers 2.6.31

14 years agoangstrom: change *glibc build to -Os
Koen Kooi [Sun, 25 Oct 2009 12:42:02 +0000 (13:42 +0100)]
angstrom: change *glibc build to -Os

14 years agolibxml2: stop overriding PACKAGES
Koen Kooi [Sat, 24 Oct 2009 15:06:22 +0000 (17:06 +0200)]
libxml2: stop overriding PACKAGES

14 years agoflex: put libfl into ${PN}
Koen Kooi [Sat, 24 Oct 2009 14:59:51 +0000 (16:59 +0200)]
flex: put libfl into ${PN}

Phil Blundell said:

> > flex-2.5.31-r4: /usr/lib/libfl.a
This is like bison.

>> bison-2.3-r0: /usr/lib/liby.a

That one is a special case: it wants to stay in the main bison package,
since bison itself is a development tool.  I'm not sure why it is a
static-only library; that might be an error.

14 years agobison: put liby.a in ${PN}
Koen Kooi [Sat, 24 Oct 2009 14:56:18 +0000 (16:56 +0200)]
bison: put liby.a in ${PN}

Phil Blundell said:

>> bison-2.3-r0: /usr/lib/liby.a

That one is a special case: it wants to stay in the main bison package,
since bison itself is a development tool.  I'm not sure why it is a
static-only library; that might be an error.

14 years agoglibc package bbclass: tweak library packaging
Koen Kooi [Fri, 23 Oct 2009 12:19:50 +0000 (14:19 +0200)]
glibc package bbclass: tweak library packaging

libcidn and libmemusage have there own package now

Static libs move around a bit:

glibc-dev:
/usr/lib/libpthread_nonshared.a
/usr/lib/libc_nonshared.a

glibc-static:
/usr/lib/libm.a
/usr/lib/libbsd-compat.a
/usr/lib/libanl.a
/usr/lib/libpthread.a
/usr/lib/libcrypt.a
/usr/lib/libresolv.a
/usr/lib/libutil.a
/usr/lib/libieee.a
/usr/lib/librt.a
/usr/lib/libnsl.a
/usr/lib/libdl.a
/usr/lib/libc.a
/usr/lib/libmcheck.a
/usr/lib/libBrokenLocale.a
/usr/lib/libg.a

14 years agopackage bbclass: don't strip static libs so aggressively
Koen Kooi [Fri, 23 Oct 2009 09:37:26 +0000 (11:37 +0200)]
package bbclass: don't strip static libs so aggressively

14 years agobitbake conf: put static libs in ${PN}-static
Koen Kooi [Fri, 23 Oct 2009 09:36:56 +0000 (11:36 +0200)]
bitbake conf: put static libs in ${PN}-static

14 years agosquashfs-tools: add checksum
Koen Kooi [Tue, 27 Oct 2009 07:46:37 +0000 (08:46 +0100)]
squashfs-tools: add checksum

14 years agotzcode: only update tzdata SRC_URI to 2009p. Fixes previous commit.
Rolf Leggewie [Tue, 27 Oct 2009 06:35:23 +0000 (07:35 +0100)]
tzcode: only update tzdata SRC_URI to 2009p.  Fixes previous commit.

14 years agotzcode: update to 2009p
Rolf Leggewie [Tue, 27 Oct 2009 06:16:38 +0000 (07:16 +0100)]
tzcode: update to 2009p