openembedded.git
14 years agosquashfstools: pin to today instead of using a floating srcdate
Koen Kooi [Wed, 21 Jul 2010 15:03:48 +0000 (17:03 +0200)]
squashfstools: pin to today instead of using a floating srcdate

14 years agollvm2.7: backported llvm2.8svn r104558, r104652 & r104653 fixes.
Xerxes Rånby [Wed, 21 Jul 2010 11:15:21 +0000 (13:15 +0200)]
llvm2.7: backported llvm2.8svn r104558, r104652 & r104653 fixes.

* llvm2.7/r104558-VFPmisc.patch: Add missing implementation
  to the materialization of VFP misc. instructions
  (vmrs, vmsr and vmov (immediate)).
* llvm2.7/r104652-VFPLoadStoreMultiple.patch: LLVM PR7221
  Makes VFP calculations correct.
* llvm2.7/r104653-BFC-BFI.patch: LLVM PR7222
    Fixes LLVM ERROR: ARMv6t2 JIT is not yet supported.
* llvm2.7_2.7.bb: Added above patches and bumped PR.

14 years agolinux-openmoko: upgrade kernel in NAND partition also if rootfs is ubi (not only...
Martin Jansa [Wed, 21 Jul 2010 11:14:30 +0000 (13:14 +0200)]
linux-openmoko: upgrade kernel in NAND partition also if rootfs is ubi (not only mtdblock)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxbmc: fix up recipe a bit
Koen Kooi [Wed, 21 Jul 2010 10:16:38 +0000 (12:16 +0200)]
xbmc: fix up recipe a bit

14 years agolinux-omap-psp 2.6.32: add patches to make the VGA and 3MP cameras work on the beagel...
Koen Kooi [Wed, 21 Jul 2010 10:12:55 +0000 (12:12 +0200)]
linux-omap-psp 2.6.32: add patches to make the VGA and 3MP cameras work on the beagelboard xM

14 years agogst-plugins-bad 0.10.19: add missing dep on libcdaudio
Koen Kooi [Wed, 21 Jul 2010 09:48:25 +0000 (11:48 +0200)]
gst-plugins-bad 0.10.19: add missing dep on libcdaudio

14 years agoglib-2.0: Remove the old-style native dependency and move virtual-native dependency...
Florian Boor [Wed, 21 Jul 2010 09:37:52 +0000 (11:37 +0200)]
glib-2.0: Remove the old-style native dependency and move virtual-native dependency to a place vere it is easier to recognize.
          Fixes build of latest glib-2.0 if no preferred versions of glib are set.

14 years agosane-toolchain.inc: Check for architectures which dont support EABI
Khem Raj [Tue, 20 Jul 2010 05:10:20 +0000 (22:10 -0700)]
sane-toolchain.inc: Check for architectures which dont support EABI

* This patch reverses the check for EABI support. This would mean
  that future processors will not have to be added everytime they
  come out.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agobitbake.conf, local.conf.sample: Disable ccache by default
Tom Rini [Tue, 20 Jul 2010 18:50:09 +0000 (11:50 -0700)]
bitbake.conf, local.conf.sample: Disable ccache by default

This moves the current CCACHE over to local.conf.sample and documents
when it's useful to enable.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoangstrom-gnome-image: switch to psplash
Koen Kooi [Tue, 20 Jul 2010 18:50:23 +0000 (20:50 +0200)]
angstrom-gnome-image: switch to psplash

14 years agoxserver-xorg-conf: fix rotation issue with htcdream and bump PR
Denis 'GNUtoo' Carikli [Tue, 20 Jul 2010 16:12:06 +0000 (18:12 +0200)]
xserver-xorg-conf: fix rotation issue with htcdream and bump PR

I used comment in the htcdream's xorg.conf for telling the user
  what to comment in order to remove rotation,but I forgetten to
  add some coments for the trackball,with the result of the trackball
  beeing rotated when the screen is not.

I was told in irc and belive that a PR bump is ok and doesn't need
  prior review

14 years agomplayer-common: add support for htcdream and bump PR
Denis 'GNUtoo' Carikli [Mon, 19 Jul 2010 19:02:03 +0000 (21:02 +0200)]
mplayer-common: add support for htcdream and bump PR

Alsa is prefered over oss because oss emulation on top of alsa is
  more inclined to buffer-underflows
The configuration is derived from om-gta02's configuration because
  the htcdream doesn't have a floating point unit either(armv6-novfp)

14 years agoopenjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 19 Jul 2010.
Xerxes Rånby [Tue, 20 Jul 2010 15:30:03 +0000 (17:30 +0200)]
openjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 19 Jul 2010.
* openjdk-6-6b18-1.8/icedtea1.8-pre1.8.1-releasebranch-fixes.patch: Updated.
fixes origin from http://icedtea.classpath.org/hg/release/icedtea6-1.8/shortlog

14 years agollvm2.7: new ARMv4 rawMOVLRPC.patch; backported llvm2.8svn r97745 & r104587 fixes.
Xerxes Rånby [Tue, 20 Jul 2010 15:11:02 +0000 (17:11 +0200)]
llvm2.7: new ARMv4 rawMOVLRPC.patch; backported llvm2.8svn r97745 & r104587 fixes.
* llvm2.7/MOVLRPC.patch: deleted.
* llvm2.7/rawMOVLRPC.patch: New patch replaces MOVLRPC.patch.
  emits mov lr, pc before indirect call_nolink branches
  using pseudo instructions for improved stablility on ARMv4 and ARMv4t.
          fixes segfault after called function return. llvm PR7608
* llvm2.7/r97745-llvmPR6480.patch: New backported from llvm2.8svn.
  fixes Assertion `SubUsed && "Using an undefined register!"' failed.
* llvm2.7/r104587-MOVimm32.patch: New backported from llvm2.8svn.
  fixes TestARMCodeEmitter::emitPseudoInstruction UNREACHABLE
  at ARMCodeEmitter.cpp:554

14 years agoti-codecs-dm6467: Add latest codec server v.1.0.0.8
Roger Monk [Tue, 20 Jul 2010 13:03:47 +0000 (14:03 +0100)]
ti-codecs-dm6467: Add latest codec server v.1.0.0.8

   * Add latest version recipe

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoti-codecs-dm6467: Fix URL to codec server download
Roger Monk [Tue, 20 Jul 2010 13:02:59 +0000 (14:02 +0100)]
ti-codecs-dm6467: Fix URL to codec server download

   * Update URL to use absolute path instead of 'latest'

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agozhone: don't call exit from Xsession.d script
Martin Jansa [Tue, 20 Jul 2010 09:36:12 +0000 (11:36 +0200)]
zhone: don't call exit from Xsession.d script

* xserver-common version of Xsession does "source" for Xsession.d/* and exit kills main Xsession script

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agobase.bbclass: base_do_compile() accepts GNUmakefile as Makefile
Vitus Jensen [Mon, 19 Apr 2010 22:32:22 +0000 (22:32 +0000)]
base.bbclass: base_do_compile() accepts GNUmakefile as Makefile

GNU make will look for GNUmakefile, makefile and Makefile.  GNUmakefile
isn't recommended but used by some programs, e.g. canutils.

Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoRevert "distro: Move thumb into distro features"
Khem Raj [Tue, 20 Jul 2010 05:03:57 +0000 (22:03 -0700)]
Revert "distro: Move thumb into distro features"

This reverts commit e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoremove dm3730-am3715-evm machine type references
Chase Maupin [Fri, 16 Jul 2010 03:24:20 +0000 (03:24 +0000)]
remove dm3730-am3715-evm machine type references

* Removed references to the dm3730-am3715-evm machine type
  and replaced with dm37x-evm and am37x-evm machine types.

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agodm3730-am3715-evm: split machine type into two
Chase Maupin [Fri, 16 Jul 2010 03:24:19 +0000 (03:24 +0000)]
dm3730-am3715-evm: split machine type into two

* Split the dm3730-am3715-evm machine type into two separate
  machines.  These are dm37x-evm and am37x-evm.
* This split will allow for being able to distiguish different
  MACHINE_FEATURES in the future such as whether the machine has
  a DSP or not.  This will allow for cleaner task creation.
* In order to be able to choose the proper collateral and software
  such as documentation and codecs we need machine types that
  differentiate product lines (i.e. AM vs DM) and product
  families (i.e. 37x vs 35x).  This change allows enough
  differentiation to chose proper collateral without
  requiring a machine type for every derivative chip.

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agosane-toolchain.inc: Add armv4 to ARM EABI supporting architectures.
Khem Raj [Mon, 19 Jul 2010 08:22:45 +0000 (01:22 -0700)]
sane-toolchain.inc: Add armv4 to ARM EABI supporting architectures.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agodistro: Move thumb into distro features
Khem Raj [Mon, 19 Jul 2010 08:09:01 +0000 (01:09 -0700)]
distro: Move thumb into distro features

* Currenlty we define the thumb specific overrides in machine tune files
  and as machine conf files are included before the distro conf files
  the overrides dont get right values and set incorrectly.

* This patch moves the tune-thumb.inc from machine/include into
  distro/include and lets distro decide on thumb and thumb-interworking
  features based on the machine selected. If a machine which does not
  support thumb like all armv4 based machines is selected then distro
  makes correct decision now to disable thumb and thumb-interworking
  based upon the machine seletected.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoopkg: bump SRCREV to 543
Koen Kooi [Mon, 19 Jul 2010 19:22:37 +0000 (21:22 +0200)]
opkg: bump SRCREV to 543

14 years agoopenjdk-6: Added manual RDEPENDS for vm-shark and vm-cacao.
Robert Schuster [Mon, 19 Jul 2010 16:51:17 +0000 (18:51 +0200)]
openjdk-6: Added manual RDEPENDS for vm-shark and vm-cacao.

14 years agoopenjdk-6: Reworked packaging (RDEPENDS) to match what users are used to from Ubuntu.
Robert Schuster [Mon, 19 Jul 2010 16:41:00 +0000 (18:41 +0200)]
openjdk-6: Reworked packaging (RDEPENDS) to match what users are used to from Ubuntu.

14 years agolinux-openmoko-2.6.32: add missing patch, enable XFS, brtfs, GPT
Martin Jansa [Mon, 19 Jul 2010 11:14:06 +0000 (13:14 +0200)]
linux-openmoko-2.6.32: add missing patch, enable XFS, brtfs, GPT

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux-openmoko-2.6.34: enable XFS, brtfs and GPT in defconfig
Martin Jansa [Mon, 19 Jul 2010 11:02:35 +0000 (13:02 +0200)]
linux-openmoko-2.6.34: enable XFS, brtfs and GPT in defconfig

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agobc-cube: add libgles-omap3-x11wsegl to x11 rdepends
Koen Kooi [Mon, 19 Jul 2010 10:42:08 +0000 (12:42 +0200)]
bc-cube: add libgles-omap3-x11wsegl to x11 rdepends

14 years agoangstrom-jalimo: fix openjdk-6-jre preferred version
Martin Jansa [Sun, 18 Jul 2010 00:54:39 +0000 (00:54 +0000)]
angstrom-jalimo: fix openjdk-6-jre preferred version

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
14 years agousbmodeswitch: fix virtual/libusb0
Koen Kooi [Mon, 19 Jul 2010 10:04:06 +0000 (12:04 +0200)]
usbmodeswitch: fix virtual/libusb0

14 years agoopenjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 13 Jul 2010.
Xerxes Rånby [Mon, 19 Jul 2010 09:24:11 +0000 (11:24 +0200)]
openjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 13 Jul 2010.
fixes origin from http://icedtea.classpath.org/hg/release/icedtea6-1.8/shortlog

14 years agodevicekit-power 014: fix build for offline machines
Koen Kooi [Mon, 19 Jul 2010 08:47:58 +0000 (10:47 +0200)]
devicekit-power 014: fix build for offline machines

14 years agouclibc-git: Refresh config for mipsel and bump to latest git master.
Khem Raj [Mon, 19 Jul 2010 08:16:40 +0000 (01:16 -0700)]
uclibc-git: Refresh config for mipsel and bump to latest git 

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobalsa: Updated to version 2.4.7. Fixed infinite symlink error.
Stanislav Brabec [Sun, 18 Jul 2010 22:30:39 +0000 (22:30 +0000)]
balsa: Updated to version 2.4.7. Fixed infinite symlink error.

Signed-off-by: Stanislav Brabec <utx@penguin.cz>
14 years agolsof: Fixed typo in addtask.
Stanislav Brabec [Sun, 18 Jul 2010 22:13:23 +0000 (22:13 +0000)]
lsof: Fixed typo in addtask.

Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agojson-glib: Put in an extra folder as it may be used by others.
Stefan Schmidt [Sun, 18 Jul 2010 18:57:52 +0000 (20:57 +0200)]
json-glib: Put in an extra folder as it may be used by others.

This way it is easier to spot. We need to make sure that the versions in moblin
work with this version as well and move them.

14 years agoindicator-network_0.2.6: And finally the connman/ofono based network indicator
Stefan Schmidt [Sun, 18 Jul 2010 17:45:46 +0000 (19:45 +0200)]
indicator-network_0.2.6: And finally the connman/ofono based network indicator

14 years agoindicator-applet_0.4.3: Gnome applet for so called indicators of Ayatana
Stefan Schmidt [Sun, 18 Jul 2010 17:44:49 +0000 (19:44 +0200)]
indicator-applet_0.4.3: Gnome applet for so called indicators of Ayatana

14 years agolibindicator_0.3.8: Add for other Ayatana parts
Stefan Schmidt [Sun, 18 Jul 2010 17:44:00 +0000 (19:44 +0200)]
libindicator_0.3.8: Add for other Ayatana parts

14 years agoido_0.1.6: Add for other Ayatana parts
Stefan Schmidt [Sun, 18 Jul 2010 17:43:30 +0000 (19:43 +0200)]
ido_0.1.6: Add for other Ayatana parts

14 years agolibdbusmenu_0.3.5: Add for other Ayatana parts
Stefan Schmidt [Sun, 18 Jul 2010 17:42:38 +0000 (19:42 +0200)]
libdbusmenu_0.3.5: Add for other Ayatana parts

14 years agojson-glib_0.10.4: Add json-glib
Stefan Schmidt [Sun, 18 Jul 2010 17:40:46 +0000 (19:40 +0200)]
json-glib_0.10.4: Add json-glib

This is needed for other parts of the Ayatana project of Canonical. See here for
more infos:
https://launchpad.net/ayatana

14 years agodfu-util_0.1: Add 0.1 release
Stefan Schmidt [Sun, 18 Jul 2010 17:37:15 +0000 (19:37 +0200)]
dfu-util_0.1: Add 0.1 release

14 years agokeymaps: remove initscripts dependency
Denis 'GNUtoo' Carikli [Sat, 17 Jul 2010 14:53:55 +0000 (16:53 +0200)]
keymaps: remove initscripts dependency

Multiple initscripts version exist,for instance
  initscripts-shr,initscripts-openmoko,initscripts etc...
Depending on a particular initscript is not a good idea:

For instance on SHR(distro) and htcdream(machine)
  it install initscripts instead of initscripts-shr in
  shr-image,which result in having the /etc/init.d/devices which
  is,according to mickeyl, an init script for devfs.
  if this init script is present(with the corresponding rc links) it get
  executed,which causes some devices nodes to lack.
  which prevent sound,modem and maybe other driver from working on the
  htcdream.

Thanks mrmoku in #openmoko-cdevel in Freenode
  for helping me finding the offending recipe.
Thanks mickeyl in #openmoko-cdevel in Freenode for telling me
  that usually packages don't depend on the initscripts

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agotask-shr-feed: update openjdk entry
Martin Jansa [Sun, 18 Jul 2010 10:46:36 +0000 (12:46 +0200)]
task-shr-feed: update openjdk entry

14 years agojack: add 0.118.0 (latest stable)
Koen Kooi [Sun, 18 Jul 2010 11:20:27 +0000 (13:20 +0200)]
jack: add 0.118.0 (latest stable)

14 years agoobex-data-server: Adding imagemagick to DEPENDS (requires MagicWand by default).
Stanislav Brabec [Sun, 18 Jul 2010 09:24:55 +0000 (09:24 +0000)]
obex-data-server: Adding imagemagick to DEPENDS (requires MagicWand by default).

14 years agoopensp-native_1.5: Configure asks for gettext inherit it
Stefan Schmidt [Sun, 18 Jul 2010 09:07:13 +0000 (11:07 +0200)]
opensp-native_1.5: Configure asks for gettext inherit it

14 years agogrep_2.6.3: Configure asks for gettext inherit it
Stefan Schmidt [Sun, 18 Jul 2010 09:06:21 +0000 (11:06 +0200)]
grep_2.6.3: Configure asks for gettext inherit it

14 years agobison.inc: Configure asks for gettext inherit it
Stefan Schmidt [Sun, 18 Jul 2010 09:05:17 +0000 (11:05 +0200)]
bison.inc: Configure asks for gettext inherit it

14 years agolinux(-kexecboot)_git: bump SRCREV, add fix for bug 16310
Martin Jansa [Wed, 14 Jul 2010 10:58:31 +0000 (12:58 +0200)]
linux(-kexecboot)_git: bump SRCREV, add fix for bug 16310

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agophonefsod: bump SRCREV
Martin Jansa [Sun, 18 Jul 2010 07:49:02 +0000 (09:49 +0200)]
phonefsod: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agocornucopia: bump SRCREV
Martin Jansa [Sun, 18 Jul 2010 07:48:33 +0000 (09:48 +0200)]
cornucopia: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoangstrom: don't use -ggdb3 for -native and -cross
Koen Kooi [Sat, 17 Jul 2010 18:48:27 +0000 (20:48 +0200)]
angstrom: don't use -ggdb3 for -native and -cross

* As Phil points out, not enough people are debugging -native stuff
* The actual bug in the git -native recipe not using links still isn't solved, though

14 years agowebkit-gtk: add 1.2.3 build (from release tarball, not svn/git)
Koen Kooi [Sat, 17 Jul 2010 15:09:28 +0000 (17:09 +0200)]
webkit-gtk: add 1.2.3 build (from release tarball, not svn/git)

14 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Lukas Gorris [Sat, 17 Jul 2010 12:14:28 +0000 (14:14 +0200)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

14 years agoopenjdk-6: use zip-native rather than host-zip, similiar to icedtea6-native
Henning Heinold [Fri, 16 Jul 2010 22:43:47 +0000 (00:43 +0200)]
openjdk-6: use zip-native rather than host-zip, similiar to icedtea6-native

* bump INC_PR

14 years agoicedtea6-native: use the right variable for zip and override it via make commandline
Henning Heinold [Fri, 16 Jul 2010 11:52:04 +0000 (13:52 +0200)]
icedtea6-native: use the right variable for zip and override it via make commandline

* bump INC_PR

14 years agovala: 0.9.3.1 -> 0.9.3.2
Michael 'Mickey' Lauer [Sat, 17 Jul 2010 09:37:03 +0000 (11:37 +0200)]
vala: 0.9.3.1 -> 0.9.3.2

14 years agoglibc-2.9: added missing ld.so.conf
Frans Meulenbroeks [Sat, 17 Jul 2010 08:03:38 +0000 (10:03 +0200)]
glibc-2.9: added missing ld.so.conf

Thanks for Khem to pointing this out!

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoquilt-native_0.48: Patch to properly detect newer versions of GNU patch is added.
Yuri Bushmelev [Fri, 16 Jul 2010 21:21:51 +0000 (01:21 +0400)]
quilt-native_0.48: Patch to properly detect newer versions of GNU patch is added.

New versions of GNU patch present themselves as "GNU patch" instead
of just "patch".
NOTE1: both configure.ac and configure are patched because we have
no native autotools at that stage.
NOTE2: encountered on ALT Linux Sisyphus (testing branch).

14 years agolinux-qsd8: bump srcrev, update defconfig and machine features
Lukas Gorris [Fri, 16 Jul 2010 17:15:01 +0000 (19:15 +0200)]
linux-qsd8: bump srcrev, update defconfig and machine features

The new revision includes patch to allow use of gcc-4.5 generated binaries and adds some new features.

14 years agohtc-qsd8: use xf86-video-fbdev until xf86-video-msm is fixed
Lukas Gorris [Fri, 16 Jul 2010 17:13:45 +0000 (19:13 +0200)]
htc-qsd8: use xf86-video-fbdev until xf86-video-msm is fixed

See http://bugs.openembedded.org/show_bug.cgi?id=5451 for further information on xf86-video-msm

14 years agolmbench: Fix builds by pulling in siteinfo stuff
Tom Rini [Fri, 16 Jul 2010 17:02:52 +0000 (10:02 -0700)]
lmbench: Fix builds by pulling in siteinfo stuff

At some point an automatic import of autotools.bbclass was removed.
Since we only need CONFIG_SITEINFO, inherit siteinfo and set the variable
so we're back to where we were.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoglibc 2;5: cleaned up; patches only in local dir
Frans Meulenbroeks [Sun, 11 Jul 2010 11:47:01 +0000 (13:47 +0200)]
glibc 2;5: cleaned up; patches only in local dir

mved all patches to glibc-2.5
removed references to other dirs.

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoglibc 2.9: cleaned up; patches only in local dir
Frans Meulenbroeks [Thu, 15 Jul 2010 20:35:35 +0000 (22:35 +0200)]
glibc 2.9: cleaned up; patches only in local dir

moved all patches to glibc-2.9
removed references to other dirs.

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agoglibc 2.10.1: cleaned up; patches only in local dir
Frans Meulenbroeks [Thu, 15 Jul 2010 20:37:35 +0000 (22:37 +0200)]
glibc 2.10.1: cleaned up; patches only in local dir

moved all patches to glibc-2.10.1
removed references to other dirs.

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agoglibc: remove old/obsolete versions
Frans Meulenbroeks [Thu, 15 Jul 2010 20:43:26 +0000 (22:43 +0200)]
glibc: remove old/obsolete versions

as mentioned before on the OE ML.
removing some old versions which are not pinned by any distro
and are fairly old:
glibc-initial_2.3.2+cvs20040726.bb
glibc-initial_2.3.6.bb
glibc-initial_2.4.bb
glibc-initial_2.7.bb
glibc_2.3.2+cvs20040726.bb
glibc_2.3.3+cvs20041128.bb
glibc_2.3.3+cvs20050221.bb
glibc_2.3.3+cvs20050420.bb
glibc_2.3.6.bb
glibc_2.4.bb
glibc_2.7.bb

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Graham Gower <graham.gower@gmail.com>
14 years agolinux-leviathan: switched to a new branch and bump PR
Denis 'GNUtoo' Carikli [Tue, 13 Jul 2010 09:57:08 +0000 (11:57 +0200)]
linux-leviathan: switched to a new branch and bump PR

This new branch has many improvements:
When we started forking the android kernel it was an experimental
  2.6.32 branch.
This new branch is a rebase on top of a not anymore experimental
  2.6.32 android msm kernel base,so it should contain many bugfixes
For instance:
*You can now have a statically rotated xorg,becuase at resume xorg
  doesn't crash anymore with this kernel
*Better sound quality(less buffer underruns)

Note that this new branch requires a new xorg.conf because I switched
  from tslib to evdev

14 years agoxserver-xorg-conf: add new htcdream's xorg.conf
Denis 'GNUtoo' Carikli [Tue, 13 Jul 2010 10:24:41 +0000 (12:24 +0200)]
xserver-xorg-conf: add new htcdream's xorg.conf

The new xorg.conf is needed because of the switch from
  tslib to evdev

14 years agomarvell-gspi and marvell-sdio: move duplicated license in separate package/recipe
Denis 'GNUtoo' Carikli [Thu, 15 Jul 2010 05:05:27 +0000 (07:05 +0200)]
marvell-gspi and marvell-sdio: move duplicated license in separate package/recipe

Before moving the license we had:
Collected errors:
 * check_data_file_clashes: Package marvell-sdio-fw wants to install file .../rootfs/x11-sato2-image/lib/firmware/Marvell-Licence.txt
        But that file is already provided by package  * marvell-gspi-fw
 * opkg_install_cmd: Cannot install package task-base-extended.
in do_rootfs for machine bug under angstrom.

In bug.conf there is:
MACHINE_EXTRA_RRECOMMENDS = "marvell-gspi-fw marvell-sdio-fw kernel-modules"
  That installed both marvell-gspi-fw and marvell-sdio-fw
  each recipe had the same firmware license file(Marvell-Licence.txt)
The two identic license files were installed at the same location
  which led to the install issue mentioned above.

Moving the license in its own recipe/package removes the clash.

In order to fullfill the legal requirements of the license I used
  RDEPENDS in order to be shure that the license would be present if
  at least one of the firmwares are present

14 years agollvm-common: use do_install to do the stuff
Henning Heinold [Fri, 16 Jul 2010 13:07:01 +0000 (15:07 +0200)]
llvm-common: use do_install to do the stuff

* bump PR

14 years agojamvm-native: Removed restart workaround, use libffi instead of custom assembly code.
Robert Schuster [Fri, 16 Jul 2010 12:05:48 +0000 (14:05 +0200)]
jamvm-native: Removed restart workaround, use libffi instead of custom assembly code.

14 years agojamvm-native: Add automatic restart workaround to native package as well.
Robert Schuster [Wed, 14 Jul 2010 06:50:25 +0000 (08:50 +0200)]
jamvm-native: Add automatic restart workaround to native package as well.

14 years agolsof_4.83.bb: Make recipe buildable again.
Graham Gower [Thu, 15 Jul 2010 14:07:51 +0000 (14:07 +0000)]
lsof_4.83.bb: Make recipe buildable again.

Breakage introduced by 74e32f114272668dfa4c88805741cf55ef965989.
Other recipes which call base_do_unpack directly do not share this issue.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agollvm-common: use do_stage for now, until there is a better solution
Henning Heinold [Fri, 16 Jul 2010 08:59:34 +0000 (10:59 +0200)]
llvm-common: use do_stage for now, until there is a better solution

* remove the extra PR and bump PR

14 years agolibgles-omap3: pass rpath-link properly instead of adding more -lX libs
Denys Dmytriyenko [Fri, 16 Jul 2010 01:27:50 +0000 (21:27 -0400)]
libgles-omap3: pass rpath-link properly instead of adding more -lX libs

As it now needs to link against xcb as part of X server libs.

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agoclutter-box2d: update to 0.10.0
Koen Kooi [Thu, 15 Jul 2010 21:25:35 +0000 (23:25 +0200)]
clutter-box2d: update to 0.10.0

14 years agoclutter-1.0: add 1.0.10
Koen Kooi [Thu, 15 Jul 2010 17:51:10 +0000 (19:51 +0200)]
clutter-1.0: add 1.0.10

14 years agoshr: bump SRCREVs to latest
Martin Jansa [Thu, 15 Jul 2010 21:15:28 +0000 (23:15 +0200)]
shr: bump SRCREVs to latest

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agouclibc: remove obsolete patches for git version
Henning Heinold [Thu, 15 Jul 2010 20:25:46 +0000 (22:25 +0200)]
uclibc: remove obsolete patches for git version

14 years agogdb-common.inc: Add -f to rm the files dont exist while building target gdb
Khem Raj [Thu, 15 Jul 2010 20:16:48 +0000 (13:16 -0700)]
gdb-common.inc: Add -f to rm the files dont exist while building target gdb

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agouclibc: fix arm nptl support in the git-version
Henning Heinold [Thu, 15 Jul 2010 20:14:56 +0000 (22:14 +0200)]
uclibc: fix arm nptl support in the git-version

14 years agoicedtea6-native: use zip-native, rather than hostsystem-zip which is not an oe-requir...
Henning Heinold [Thu, 15 Jul 2010 19:53:51 +0000 (21:53 +0200)]
icedtea6-native: use zip-native, rather than hostsystem-zip which is not an oe-requirement

* bump INC_PR

14 years agodbus 1.3.1: apply patch from fdo bug 17754
Michael 'Mickey' Lauer [Thu, 15 Jul 2010 19:15:28 +0000 (21:15 +0200)]
dbus 1.3.1: apply patch from fdo bug 17754

14 years agobusybox: add suport for FEATURE_INDIVIDUAL setup
Roman Khimov [Wed, 7 Jul 2010 00:38:54 +0000 (00:38 +0000)]
busybox: add suport for FEATURE_INDIVIDUAL setup

Where each applet is installed as a tiny binary linked against shared
libbusybox.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agoperl 5.10.1: fix standard module rdependencies
Roman I Khimov [Mon, 12 Jul 2010 05:35:57 +0000 (09:35 +0400)]
perl 5.10.1: fix standard module rdependencies

Automatic dependency extraction script made some errors thus perl-modules
wasn't installable.

 * s/perl-module-encode-kr-2022_kr/perl-module-encode-kr-2022-kr/
 * perl-module-your-module-here came from example in script, dropped it
 * s/perl-module-cpan-exception-yaml_not_installed/perl-module-cpan-exception-yaml-not-installed/
 * perl-module-dbd-sqlite - not part of standard perl, provided by libdbd-sqlite-perl
 * perl-module-dbix-simple - same as above, provided by libdbix-simple-perl

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agolibdbix-simple-perl: add DBIx::Simple Perl module
Roman I Khimov [Mon, 12 Jul 2010 05:35:03 +0000 (09:35 +0400)]
libdbix-simple-perl: add DBIx::Simple Perl module

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agoinetutils 1.8: Add --with-path-procnet-dev so that a path is used.
Tom Rini [Thu, 15 Jul 2010 17:32:31 +0000 (12:32 -0500)]
inetutils 1.8: Add --with-path-procnet-dev so that a path is used.

The configure script may say that this is ignored, but it is not.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoopenjdk-6-6b18: Disable Shark ARM NEON support LLVM PR6561
Xerxes Rånby [Thu, 15 Jul 2010 16:24:22 +0000 (18:24 +0200)]
openjdk-6-6b18: Disable Shark ARM NEON support LLVM PR6561

14 years agotask-shr-feed: fix openjdk-6 add
Martin Jansa [Thu, 15 Jul 2010 14:36:19 +0000 (16:36 +0200)]
task-shr-feed: fix openjdk-6 add

14 years agoopenjdk-6-release-6b18: force arm mode for now
Martin Jansa [Thu, 15 Jul 2010 14:03:07 +0000 (16:03 +0200)]
openjdk-6-release-6b18: force arm mode for now

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agotask-shr-feed: add openjdk-6
Martin Jansa [Thu, 15 Jul 2010 13:53:46 +0000 (15:53 +0200)]
task-shr-feed: add openjdk-6

14 years agomsmcommd: add missing dependency
Michael 'Mickey' Lauer [Thu, 15 Jul 2010 14:23:47 +0000 (16:23 +0200)]
msmcommd: add missing dependency

14 years agovala: 0.9.2.1 -> 0.9.3.1
Michael 'Mickey' Lauer [Thu, 15 Jul 2010 13:57:16 +0000 (15:57 +0200)]
vala: 0.9.2.1 -> 0.9.3.1

14 years agolibgee: move to known-good revision
Michael 'Mickey' Lauer [Thu, 15 Jul 2010 13:50:11 +0000 (15:50 +0200)]
libgee: move to known-good revision

14 years agoxserver-xorg: move from 1.8.99.904 to 1.8.99.905
Martin Jansa [Thu, 15 Jul 2010 13:23:21 +0000 (15:23 +0200)]
xserver-xorg: move from 1.8.99.904 to 1.8.99.905

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agouclibc: update git version, fixes ppc32 nptl error
Henning Heinold [Thu, 15 Jul 2010 12:48:27 +0000 (14:48 +0200)]
uclibc: update git version, fixes ppc32 nptl error

14 years agollvm2.7: force arm mode for now for armv4t
Martin Jansa [Thu, 15 Jul 2010 12:26:06 +0000 (14:26 +0200)]
llvm2.7: force arm mode for now for armv4t

* http://llvm.org/bugs/show_bug.cgi?id=6065
* other archs are probably also affected, feel free to add
* it's not clear if it's thumb2 or thumb1 only, because arm920t
  is affected and woglinde said his armv7 machine is not affected

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>