openembedded.git
14 years agoangstrom-jalimo: update preferred version of icedtea6-native as 1.7.3 is no longer...
Martin Jansa [Mon, 18 Oct 2010 19:58:20 +0000 (21:58 +0200)]
angstrom-jalimo: update preferred version of icedtea6-native as 1.7.3 is no longer available in tree

14 years agoxserver-xorg-conf: use tslib instead of evdev for om-gta02
Martin Jansa [Mon, 18 Oct 2010 19:13:52 +0000 (21:13 +0200)]
xserver-xorg-conf: use tslib instead of evdev for om-gta02

* kernel driver included in 2.6.34 doesn't filter events and clicks are often interpreted as short drag

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux-openmoko-2.6.34: add tslib patch from qtmoko
Martin Jansa [Mon, 18 Oct 2010 19:12:03 +0000 (21:12 +0200)]
linux-openmoko-2.6.34: add tslib patch from qtmoko

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomythplugins: added sed script to enable lighty modules
Frans Meulenbroeks [Mon, 18 Oct 2010 19:11:29 +0000 (21:11 +0200)]
mythplugins: added sed script to enable lighty modules

and therefore add a DEPENDS on sed

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoxmlrpc-c_1.06.41.bb: new recipe
Frans Meulenbroeks [Mon, 18 Oct 2010 19:09:35 +0000 (21:09 +0200)]
xmlrpc-c_1.06.41.bb: new recipe

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibxsettings-client: don't overwrite do_install from autotools, append to it
Martin Jansa [Mon, 18 Oct 2010 18:29:42 +0000 (20:29 +0200)]
libxsettings-client: don't overwrite do_install from autotools, append to it

* also use INC_PR in _svn.bb
* remove unneeded install calls from old do_stage (it's already installed from
  make install)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomatrix-gui: remove unneeded PV lines
Chase Maupin [Mon, 18 Oct 2010 03:36:04 +0000 (03:36 +0000)]
matrix-gui: remove unneeded PV lines

* Remove setting PV since the default value is correct.
* This is one less thing to change when adding new versions.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agomatrix-gui-common: use am-sysinfo
Chase Maupin [Mon, 18 Oct 2010 03:36:03 +0000 (03:36 +0000)]
matrix-gui-common: use am-sysinfo

* Created a new version of the matrix-gui-common recipe that
  RRECOMMENDS the am-sysinfo package to provide mem_util
  rather than distributing a pre-built version.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agognutls: don't fail on missing files we try to rm
Koen Kooi [Mon, 18 Oct 2010 13:39:24 +0000 (15:39 +0200)]
gnutls: don't fail on missing files we try to rm

This is also needed when doing -c configure -f twice in a row

14 years agopixman: drop D_P -1 for 0.18.4 and 0.19.4 versions
Martin Jansa [Mon, 18 Oct 2010 13:07:26 +0000 (15:07 +0200)]
pixman: drop D_P -1 for 0.18.4 and 0.19.4 versions

* new cairo (which doesn't have negative D_P) needs it
* most distros have pinned pixman from preferred-xorg-versions anyways..

Acked-by: Koen Kooi <k.kooi@student.utwente.nl>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolibsamplerate: Fix checksums to match downloaded file
Sean Cross [Sun, 17 Oct 2010 06:04:32 +0000 (14:04 +0800)]
libsamplerate: Fix checksums to match downloaded file

* libsamplerate-0.1.7.tar.gz has changed upstream.  The Angstrom mirror has an old version of the file.  Pulling it from the source, I see that the following two changes have been made without bumping the version:
*
* diff -ur old-libsamplerate-0.1.7/ChangeLog libsamplerate-0.1.7/ChangeLog
* --- old-libsamplerate-0.1.7/ChangeLog   2009-02-14 11:37:27.000000000 +0000
* +++ libsamplerate-0.1.7/ChangeLog       2009-02-15 00:17:35.000000000 +0000
* @@ -11,7 +11,7 @@
*      This bug has zero security implications beyond the ability to cause a
*      program hitting this bug to exit immediately with a segfault.
*      See : http://www.mega-nerd.com/erikd/Blog/2009/Feb/14/index.html
* -    Thanks to David Cournapeau for the bug report.
* +    Thanks to David Cournapeau and Lev Givon for the bug report.
*
*      * doc/win32.html Makefile.am configure.ac
*      Reinstate Win32/MSVC compile instructions.
* diff -ur old-libsamplerate-0.1.7/Win32/config.h libsamplerate-0.1.7/Win32/config.h
* --- old-libsamplerate-0.1.7/Win32/config.h      2009-02-14 11:42:49.000000000 +0000
* +++ libsamplerate-0.1.7/Win32/config.h  2009-02-14 11:46:40.000000000 +0000
* @@ -190,8 +190,7 @@
*  #define STDC_HEADERS 1
*
*  /* Version number of package */
* -<<<<<<< diff from left file
* -#define VERSION "0.1.4"
* +#define VERSION "0.1.7"
*
*
*
* @@ -203,6 +202,3 @@
*  */
*
*  #define inline __inline
* -========
* -#define VERSION "0.1.7"
* ->>>>>>> diff from right file
*
*
* The following patch corrects the checksums for the new version.
*

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agogtk+ 2.20.1: disable introspection
Koen Kooi [Mon, 18 Oct 2010 12:52:00 +0000 (14:52 +0200)]
gtk+ 2.20.1: disable introspection

14 years agorecipes/ti: fix permissions
Koen Kooi [Mon, 18 Oct 2010 12:14:07 +0000 (14:14 +0200)]
recipes/ti: fix permissions

14 years agoti-c6run: add 0.94.04.05
Koen Kooi [Mon, 18 Oct 2010 12:13:48 +0000 (14:13 +0200)]
ti-c6run: add 0.94.04.05

14 years agognome-icon-theme: add 2.31.0
Koen Kooi [Mon, 18 Oct 2010 12:12:54 +0000 (14:12 +0200)]
gnome-icon-theme: add 2.31.0

14 years agoRevert "package.bbclass: copy dotfiles in root D to PKGD"
Michael Smith [Mon, 18 Oct 2010 12:05:42 +0000 (08:05 -0400)]
Revert "package.bbclass: copy dotfiles in root D to PKGD"

This reverts commit 5fc5e69f026bccc43cb5e5a46da63e3dd148be3d.

lirc do_package was hanging because shutil.copytree() doesn't handle
named pipes.

Thread:

http://news.gmane.org/find-root.php?message_id=%3cAANLkTikYuii4mEWxWh7HahgFVzYgaUz%2dDADyUyibqa4d%40mail.gmail.com%3e

http://bugs.python.org/issue3002

14 years agoti-staging: expand staging hack to pkgconfig as well
Koen Kooi [Mon, 18 Oct 2010 10:41:07 +0000 (12:41 +0200)]
ti-staging: expand staging hack to pkgconfig as well

14 years agolirc: Add recipes for 0.8.7 release
Khem Raj [Mon, 18 Oct 2010 03:52:56 +0000 (20:52 -0700)]
lirc: Add recipes for 0.8.7 release

Delete lirc-modules_0.8.6+cvs20100613.bb and lirc_0.8.6+cvs20100613.bb

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-cross4.inc: We dont support multilib so empty out the with-libdir-list for SH4
Khem Raj [Mon, 18 Oct 2010 03:49:03 +0000 (20:49 -0700)]
gcc-cross4.inc: We dont support multilib so empty out the with-libdir-list for SH4

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoopenjade_1.3.2.bb: Update configury to make it autreconf'able
Khem Raj [Sun, 17 Oct 2010 21:53:26 +0000 (14:53 -0700)]
openjade_1.3.2.bb: Update configury to make it autreconf'able

* With the autoconf and makefile patches now we can
  run autreconf and which means the appropriate libtool
  macros are generated

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoAdd X11 images with more multimedia support (mplayer etc.)
Ulf Samuelsson [Sun, 17 Oct 2010 21:09:14 +0000 (23:09 +0200)]
Add X11 images with more multimedia support (mplayer etc.)

14 years agoAdd X-Windows support for AT91SAM9G45 LCD controller
Ulf Samuelsson [Sun, 17 Oct 2010 21:08:11 +0000 (23:08 +0200)]
Add X-Windows support for AT91SAM9G45 LCD controller

14 years agoAdd u-boot-2009.11 support for AT91SAM9
Ulf Samuelsson [Sun, 17 Oct 2010 21:06:39 +0000 (23:06 +0200)]
Add u-boot-2009.11 support for AT91SAM9

Add support for dataflash for SAM9G45/M10
Add support for SD-Card
Add mmc/mux command
Workaround for problem with UBOOT_VERSION beeing overwritten
Add CRC for dataflash environment
Add generic function for adding debug variables

14 years agoAdd AT91SAM9 linux-2.6.30 from www.linux4sam.org
Ulf Samuelsson [Sun, 17 Oct 2010 21:05:20 +0000 (23:05 +0200)]
Add AT91SAM9 linux-2.6.30 from www.linux4sam.org

14 years agoUse common files for AT91SAM9 configuration
Ulf Samuelsson [Sun, 17 Oct 2010 21:03:43 +0000 (23:03 +0200)]
Use common files for AT91SAM9 configuration

14 years agognuradio: Remove old recipes. I promise to deal with all user fall out promptly.
Philip Balister [Sun, 17 Oct 2010 21:07:13 +0000 (17:07 -0400)]
gnuradio: Remove old recipes. I promise to deal with all user fall out promptly.

14 years agoopenldap_2.4.23.bb: Fix build when using libtool 2.4
Khem Raj [Sun, 17 Oct 2010 21:04:58 +0000 (14:04 -0700)]
openldap_2.4.23.bb: Fix build when using libtool 2.4

* It uses a prebuilt version of libtool which does not know
  about sysroot and worse it does not use automake and autoconf in such
  a way that one could use autoreconf to regenerate stuff. So we
  regenerate the things needed for libtool macros. It should work
  with any version of libtool now.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agognuradio: Update GNU Radio recipe. Clean up configuration settings.
Philip Balister [Sun, 17 Oct 2010 21:04:20 +0000 (17:04 -0400)]
gnuradio: Update GNU Radio recipe. Clean up configuration settings.

14 years agolinux-bug: fix installation
Denis 'GNUtoo' Carikli [Sat, 16 Oct 2010 17:17:07 +0000 (19:17 +0200)]
linux-bug: fix installation

without the fix it does that:
| cp: target `.../work/bug-angstrom-linux-gnueabi/linux-bug-2.6.27.2+svnr10746-r32/image/kernel//include/asm/' is not a directory
NOTE: package linux-bug-2.6.27.2+svnr10746-r32: task do_install: Failed

Thanks to eFfeM on #oe for help:
<eFfeM> you copy to $kerneldir/include/asm but that is not guaranteed to exist, ust add an install -d (install -d is better than mkdir as it will also create inbetween dirs if needed)
[...]
<eFfeM> just add the install

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
14 years agoandroid-rpc_git: fix libgee link failure
Denis 'GNUtoo' Carikli [Tue, 12 Oct 2010 18:54:12 +0000 (20:54 +0200)]
android-rpc_git: fix libgee link failure

without the fix we have:
| .../sysroots/x86_64-linux/usr/armv4t/lib/gcc/arm-oe-linux-gnueabi/4.5.2/../../../../arm-oe-linux-gnueabi/bin/ld: cannot find -lgee
| collect2: ld returned 1 exit status
| make[3]: *** [fso-msm-gps-activator] Error 1

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
14 years agolibgee_0.6.0: add gobject-introspection-native to DEPENDS again
Martin Jansa [Sun, 17 Oct 2010 19:31:05 +0000 (21:31 +0200)]
libgee_0.6.0: add gobject-introspection-native to DEPENDS again

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agonotification: add new recipe
Thomas Zimmermann [Sun, 17 Oct 2010 17:57:13 +0000 (19:57 +0200)]
notification: add new recipe

* notification is a notification gadget for E

Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
14 years agoefm-{nav, path, pathbar}: add new recipes
Thomas Zimmermann [Sun, 17 Oct 2010 17:55:13 +0000 (19:55 +0200)]
efm-{nav, path, pathbar}: add new recipes

* this is a E module for the E file manager

Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
14 years agoangstrom next: bump DISTRO_PR for overrides and filespath changes
Koen Kooi [Sun, 17 Oct 2010 08:12:31 +0000 (10:12 +0200)]
angstrom next: bump DISTRO_PR for overrides and filespath changes

14 years agoimagemagick: add missing lcms dependency
Koen Kooi [Sat, 16 Oct 2010 23:15:48 +0000 (01:15 +0200)]
imagemagick: add missing lcms dependency

see http://gitorious.org/angstrom/angstrom-testlab/commit/22416165ec14512909041503be3aaa6490a62d89

14 years agognome-screensaver: add 2.30.2
Koen Kooi [Sat, 16 Oct 2010 19:55:40 +0000 (21:55 +0200)]
gnome-screensaver: add 2.30.2

14 years agosystem-tools-backends: update to 2.10.1 and make it work with libtool 2.4
Koen Kooi [Sat, 16 Oct 2010 17:53:34 +0000 (19:53 +0200)]
system-tools-backends: update to 2.10.1 and make it work with libtool 2.4

14 years agoti-dmai: pass c6accel location to makefile
Koen Kooi [Sat, 16 Oct 2010 12:46:22 +0000 (14:46 +0200)]
ti-dmai: pass c6accel location to makefile

Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoangstrom-led-config: add pandaboard support
Koen Kooi [Sat, 16 Oct 2010 10:08:54 +0000 (12:08 +0200)]
angstrom-led-config: add pandaboard support

14 years agoomap4430-panda: update machine config to match latest MLO and linux providers
Koen Kooi [Fri, 15 Oct 2010 19:31:29 +0000 (21:31 +0200)]
omap4430-panda: update machine config to match latest MLO and linux providers

14 years agox-load-rsalveti: add x-load 1.41 built from Salveti's tree
Koen Kooi [Fri, 15 Oct 2010 19:29:18 +0000 (21:29 +0200)]
x-load-rsalveti: add x-load 1.41 built from Salveti's tree

14 years agoomap4-sgx-modules: add L24.9
Koen Kooi [Fri, 15 Oct 2010 19:28:47 +0000 (21:28 +0200)]
omap4-sgx-modules: add L24.9

14 years agolinux-omap4: add 2.5.35.3 from ubuntu git
Koen Kooi [Fri, 15 Oct 2010 19:27:54 +0000 (21:27 +0200)]
linux-omap4: add 2.5.35.3 from ubuntu git

14 years agolibgee.inc: Use libtool macros from installed libtool
Khem Raj [Sun, 17 Oct 2010 06:52:41 +0000 (23:52 -0700)]
libgee.inc: Use libtool macros from installed libtool

* Do not use libtool macros that come with libgee
* Default to autoconf provided do_configure

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobitbake.conf: sanitize FILESPATH
Chris Larson [Sun, 17 Oct 2010 05:34:51 +0000 (22:34 -0700)]
bitbake.conf: sanitize FILESPATH

- reverse OVERRIDES
- drop empty overrides
- uniq the list
- use nested variable references rather than getVar

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoutils, oe.utils: add 'uniq' function
Chris Larson [Sun, 17 Oct 2010 05:32:06 +0000 (22:32 -0700)]
utils, oe.utils: add 'uniq' function

Ignore duplicates in an iterable.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agophp: version 5.2.13 removed --without-iconv
Frans Meulenbroeks [Sat, 16 Oct 2010 23:40:11 +0000 (01:40 +0200)]
php: version 5.2.13 removed --without-iconv

5.2.13 had an inconsistency: there was a DEPENDS on virtual/iconv
yet there was a configure argument --without-iconv
as my project needed iconv, I removed the --without-iconv
(works like a charm :-) )

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agocdfs-2.6.27: initial recipe
Andreas Oberritter [Fri, 1 Oct 2010 01:17:33 +0000 (01:17 +0000)]
cdfs-2.6.27: initial recipe

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agocdtextinfo: initial recipe
Andreas Oberritter [Fri, 15 Oct 2010 02:16:01 +0000 (02:16 +0000)]
cdtextinfo: initial recipe

* cdtextinfo queries information about an Audio-CD from CD-Text
  or CDDB. It outputs queried data as XML.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agopython-twisted: removed 2.5.0 version
Frans Meulenbroeks [Sat, 16 Oct 2010 19:49:23 +0000 (21:49 +0200)]
python-twisted: removed 2.5.0 version

we already have  8.2.0 for 1.5 year
no one pins this
some recipes depend on python-twisted-native but this version does not have a native counterpart

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agognutls_2.10.1: remove the libtool-m4-macros
Frans Meulenbroeks [Sat, 16 Oct 2010 11:53:33 +0000 (13:53 +0200)]
gnutls_2.10.1: remove the libtool-m4-macros

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
Acked-by: Holger Hans Peter Freyther <holger@moiji-mobile.com>
14 years agotask-shr-feed: add dns2tcp
Martin Jansa [Sat, 16 Oct 2010 12:22:33 +0000 (14:22 +0200)]
task-shr-feed: add dns2tcp

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agodns2tcp: add recipe for dns2tcp-{client, server}
Justus Winter [Thu, 14 Oct 2010 20:30:17 +0000 (20:30 +0000)]
dns2tcp: add recipe for dns2tcp-{client, server}

* dns2tcp is a network tool designed to relay TCP connections through DNS traffic

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux(-kexecboot)_git: bump SRCREV for 2.6.36-rc8
Martin Jansa [Fri, 15 Oct 2010 07:47:33 +0000 (09:47 +0200)]
linux(-kexecboot)_git: bump SRCREV for 2.6.36-rc8

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agouhd: Add recipe for Ettus Research Universal Hardware Driver.
Philip Balister [Sat, 16 Oct 2010 15:36:09 +0000 (11:36 -0400)]
uhd: Add recipe for Ettus Research Universal Hardware Driver.

14 years agoshr: bump DISTRO_PR after gcc changes
Martin Jansa [Mon, 27 Sep 2010 23:24:41 +0000 (01:24 +0200)]
shr: bump DISTRO_PR after gcc changes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoffalarms: bump SRCREV, remove patch applied upstream
Łukasz Pankowski [Fri, 15 Oct 2010 19:43:14 +0000 (21:43 +0200)]
ffalarms: bump SRCREV, remove patch applied upstream

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoutils.bbclass: add name to SRC_URI[{md5, sha256}sum]
Andreas Oberritter [Wed, 29 Sep 2010 10:36:17 +0000 (10:36 +0000)]
utils.bbclass: add name to SRC_URI[{md5, sha256}sum]

* When a checksum is missing or invalid, print strings which can be
  copied into a recipe without modification.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxserver-xorg: move from 1.9.0.901 to 1.9.0.902
Martin Jansa [Sat, 16 Oct 2010 07:39:52 +0000 (09:39 +0200)]
xserver-xorg: move from 1.9.0.901 to 1.9.0.902

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agofont-util: add version 1.2.0
Martin Jansa [Sat, 16 Oct 2010 07:25:18 +0000 (09:25 +0200)]
font-util: add version 1.2.0

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agofont-util_1.1.1: replace -native recipe with BBCLASSEXTEND
Martin Jansa [Sat, 16 Oct 2010 07:25:41 +0000 (09:25 +0200)]
font-util_1.1.1: replace -native recipe with BBCLASSEXTEND

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxorg-font-common: use BPN instead of XORG_PN
Martin Jansa [Sat, 16 Oct 2010 07:04:01 +0000 (09:04 +0200)]
xorg-font-common: use BPN instead of XORG_PN

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoSHR: use newer python-pycairo
Martin Jansa [Fri, 15 Oct 2010 09:11:07 +0000 (11:11 +0200)]
SHR: use newer python-pycairo

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoEFL: bump SRCREV a bit more
Martin Jansa [Tue, 12 Oct 2010 07:59:30 +0000 (09:59 +0200)]
EFL: bump SRCREV a bit more

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoSHR: prefer libtool 2.4
Martin Jansa [Thu, 7 Oct 2010 11:30:26 +0000 (13:30 +0200)]
SHR: prefer libtool 2.4

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoobexd_0.34.bb: DEPEND on libical
Thomas Zimmermann [Sat, 16 Oct 2010 08:49:23 +0000 (10:49 +0200)]
obexd_0.34.bb: DEPEND on libical

* This dependencie was added with 0.24

Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
14 years agolibsdl-ttf: fix version 2.0.10 by removing the libtool-m4-macros
Henning Heinold [Fri, 15 Oct 2010 09:05:54 +0000 (11:05 +0200)]
libsdl-ttf: fix version 2.0.10 by removing the libtool-m4-macros

* bump PR

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agocurl: Fix build for native BBLASSEXTEND
Khem Raj [Sat, 16 Oct 2010 05:58:41 +0000 (22:58 -0700)]
curl: Fix build for native BBLASSEXTEND

Delete unused recipes.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibtool-2.4: Append lt_sysroot to libdir
Khem Raj [Fri, 15 Oct 2010 23:37:52 +0000 (16:37 -0700)]
libtool-2.4: Append lt_sysroot to libdir

Remove cross.patch which is not needed now.
Fix PR setting.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-package-cross.inc: Edit the libdir enties in libstdc++.la and libsupc++.la
Khem Raj [Fri, 15 Oct 2010 06:42:48 +0000 (23:42 -0700)]
gcc-package-cross.inc: Edit the libdir enties in libstdc++.la and libsupc++.la

We manually move libstdc++ to staging sysroot from default install
location where gcc-cross installed it. During this process we have
to make sure that .la files are edited to contain proper libdir
entry pointing relative to sysroot.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-cross-intermediate.inc: Move libgcc from cross dir to target sysroot
Khem Raj [Fri, 15 Oct 2010 06:40:37 +0000 (23:40 -0700)]
gcc-cross-intermediate.inc: Move libgcc from cross dir to target sysroot

shared version of libgcc is also installed by gcc-cross-intermediate
which we did not move to staging as a result cross gcc found this libgcc
and used it compailing about missing libc.so stuff.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoFix class OVERRIDES order
Chase Maupin [Fri, 15 Oct 2010 10:32:28 +0000 (10:32 +0000)]
Fix class OVERRIDES order

* Changed the OVERRIDES settings in the classes to use the new
  ordering.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoFix Angstrom OVERRIDES settings
Chase Maupin [Fri, 15 Oct 2010 10:32:27 +0000 (10:32 +0000)]
Fix Angstrom OVERRIDES settings

* Use the new MACHINE_OVERRIDES variable in angstrom.inc to
  set the FEED_ARCH and SOC_FAMILY OVERRIDES
    * NOTE: These were left in their orignal order which will
            result in the SOC_FAMILY being more specific than
            the FEED_ARCH.  This was done on purpose as the
            SOC_FAMILY should be more specific.  i.e. for omap3
            the omap3 override is more specific than the armv7a
            override.
* Modified the glibc include files to prepend libc-glibc, etc
  to the OVERRIDES list.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agocups14: Drop legacy bits, correct libusb dep
Tom Rini [Fri, 15 Oct 2010 19:57:27 +0000 (12:57 -0700)]
cups14: Drop legacy bits, correct libusb dep

We don't need do_stage for target stuff, drop.  We don't need
name=foo on SRC_URIs in this case, drop.  We want virtual/libusb0
for a dep here.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoReverse the order of OVERRIDES
Chris Larson [Fri, 15 Oct 2010 05:41:21 +0000 (05:41 +0000)]
Reverse the order of OVERRIDES

Given the current implementation of OVERRIDES in bitbake, the variable is
expected to contain elements in the order least specific to most specific,
however, our current usage of it does not match that.  As one example, "local"
is supposed to always be the most specific override, yet currently it's the
least specific.  As another example, currently the target architecture is seen
as more specific than the machine, which is also clearly wrong.

Big thanks to Chase Maupin for investigating and identifying this long
standing issue.

It becomes clear that a reversal of the current value will bring us to a more
sane behavior, and avoids the need for the dual overrides hack mentioned in
the comments, so this implements this reversal, and drops the unnecessary and
confusing comments.

This also introduces a MACHINE_OVERRIDES variable as a generic mechanism to
inject overrides elements which are more specific than the distro but less
specific than the machine, which is where things like MACHINE_CLASS or
SOC_FAMILY or the like would go.  This variable is *space* separated, to make
it easier and more convenient to assemble the variable incrementally.

Reported-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agoopenswan: Update to 2.6.29
Tom Rini [Fri, 15 Oct 2010 16:51:41 +0000 (09:51 -0700)]
openswan: Update to 2.6.29

openswan 2.4.7 has a large number of security defects and was not
pinned by any users, so remove.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agomatrix-tui: use INC_PR in versioned recipe
Chase Maupin [Wed, 13 Oct 2010 04:01:31 +0000 (04:01 +0000)]
matrix-tui: use INC_PR in versioned recipe

* Added an INC_PR to the matrix-tui.inc file to be used
  by the individual version recipes.
* Modified the version recipe to use INC_PR in its PR setting.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agomatrix-gui: use INC_PR in versioned recipes
Chase Maupin [Wed, 13 Oct 2010 04:01:30 +0000 (04:01 +0000)]
matrix-gui: use INC_PR in versioned recipes

* Added an INC_PR to the matrix-gui.inc file to be used
  by the individual version recipes.
* Modified the version recipes to use INC_PR in their PR setting.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agomatrix-gui-e: use INC_PR in versioned recipes
Chase Maupin [Wed, 13 Oct 2010 04:01:29 +0000 (04:01 +0000)]
matrix-gui-e: use INC_PR in versioned recipes

* Added an INC_PR to the matrix-gui-e.inc file to be used
  by the individual version recipes.
* Modified the version recipes to use INC_PR in their PR setting.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agomatrix-gui-common: use INC_PR in versioned recipes
Chase Maupin [Wed, 13 Oct 2010 04:01:28 +0000 (04:01 +0000)]
matrix-gui-common: use INC_PR in versioned recipes

* Added an INC_PR to the matrix-gui-common.inc file to be used
  by the individual version recipes.
* Modified the version recipes to use INC_PR in their PR setting.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoangstrom-version: make lsb_release work with GNOME
Koen Kooi [Fri, 15 Oct 2010 12:44:09 +0000 (14:44 +0200)]
angstrom-version: make lsb_release work with GNOME

14 years agooe.unpack: fix subdir-feature
Henning Heinold [Fri, 15 Oct 2010 10:23:43 +0000 (12:23 +0200)]
oe.unpack: fix subdir-feature

14 years agomokosuite2: bump SRCREV, many bugs fixed and a test version of mokomessages
Daniele Ricci [Thu, 14 Oct 2010 11:40:58 +0000 (11:40 +0000)]
mokosuite2: bump SRCREV, many bugs fixed and a test version of mokomessages

Signed-off-by: Daniele Ricci <daniele.athome@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agodirectfb_1.4.6: update mkdfiff.patch to fix building with newer eglibc
Martin Jansa [Fri, 15 Oct 2010 09:03:20 +0000 (11:03 +0200)]
directfb_1.4.6: update mkdfiff.patch to fix building with newer eglibc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopython-pygobject: forcefully disable introspection
Koen Kooi [Fri, 15 Oct 2010 08:46:24 +0000 (10:46 +0200)]
python-pygobject: forcefully disable introspection

It will pick up the .pc from the native sysroot and then fail to build since we don't have target introspection libs to link against

14 years agoxst: bump PR for pkgconfig changes in bitbake.conf
Koen Kooi [Fri, 15 Oct 2010 08:06:48 +0000 (10:06 +0200)]
xst: bump PR for pkgconfig changes in bitbake.conf

14 years agolibsdl-ttf_2.0.10: add DEFAULT_PREFERENCE -1 as it doesn't build with default libtool...
Martin Jansa [Fri, 15 Oct 2010 07:46:46 +0000 (09:46 +0200)]
libsdl-ttf_2.0.10: add DEFAULT_PREFERENCE -1 as it doesn't build with default libtool-2.2.6b

* there is patch only for libtool-2.4
* it expects libtool-2.2.6

14 years agogdb (all): Add bison-native to DEPENDS
Tom Rini [Thu, 14 Oct 2010 21:28:13 +0000 (14:28 -0700)]
gdb (all): Add bison-native to DEPENDS

While in here, noticed that I didn't do the second half of
8b2cac31bec0b97c8bc66ff3e6d2c9903f2ae8dc as I intended and
actually delete the DEPENDS line here.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agodisko: update to version 1.7.0
Henning Heinold [Thu, 14 Oct 2010 20:53:18 +0000 (22:53 +0200)]
disko: update to version 1.7.0

14 years ago.gitignore: Add .pyo files, expand contrib mask
Tom Rini [Thu, 14 Oct 2010 18:36:25 +0000 (11:36 -0700)]
.gitignore: Add .pyo files, expand contrib mask

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agobitbake.conf: resurrect unexported PKG_CONFIG_DIR for installs
Chris Larson [Thu, 14 Oct 2010 15:52:24 +0000 (08:52 -0700)]
bitbake.conf: resurrect unexported PKG_CONFIG_DIR for installs

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoimage.bbclass: use un-renamed packages in RDEPENDS
Chris Larson [Thu, 14 Oct 2010 14:31:32 +0000 (07:31 -0700)]
image.bbclass: use un-renamed packages in RDEPENDS

The issue was that PACKAGE_INSTALL* get debian package renaming applied, but
this renaming is outside of bitbake's knowledge.  Making RDEPENDS use
PACKAGE_INSTALL, therefore, caused problems when adding libraries to images
directly rather than indirectly.

While I'm at it, change it to ensure PACKAGE_INSTALL_ATTEMPTONLY packages
also end up in RDEPENDS, not renamed.

Reported-by: Tasslehoff Kjappfot <tasskjapp@gmail.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoc-ares: Fix configure.ac
Sean Cross [Wed, 13 Oct 2010 21:35:05 +0000 (21:35 +0000)]
c-ares: Fix configure.ac

Get configure to work with our version of autoconf by fixing
the syntax of configure.ac

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibgee: remove unnecessary dependency on gobject-introspection
Simon Busch [Wed, 13 Oct 2010 21:03:04 +0000 (21:03 +0000)]
libgee: remove unnecessary dependency on gobject-introspection

Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibgee: define common INC_PR and use it in all specific version recipes
Simon Busch [Wed, 13 Oct 2010 21:03:03 +0000 (21:03 +0000)]
libgee: define common INC_PR and use it in all specific version recipes

Until now there is now way to indicate that the libgee.inc common part of libgee has
changed - the PR is only defined in the specific version recipes. This adds the INC_PR var
to to the common libgee.inc and use it in the specific version recipes.
INC_PR is initial set to the highest value of both version 0.5.2 and 0.6.0.

Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agofreetype: Drop old recipes
Tom Rini [Thu, 14 Oct 2010 14:11:41 +0000 (07:11 -0700)]
freetype: Drop old recipes

All of these versions have various security issues to them and
are not pinned.  Remove.  While in here, rename files to freetype.
Acks apply to the removal portion.

Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agodirectfb: update to version 1.4.6
Henning Heinold [Thu, 14 Oct 2010 11:55:40 +0000 (13:55 +0200)]
directfb: update to version 1.4.6

* ts-lib patch is applied upstream
* remove older minor versions

14 years agoopenjdk: update to version 1.8.2, because of security issues
Henning Heinold [Thu, 14 Oct 2010 11:43:42 +0000 (13:43 +0200)]
openjdk: update to version 1.8.2, because of security issues

* bump PR

14 years agoicedtea6-native: update to version 1.7.5
Henning Heinold [Thu, 14 Oct 2010 11:41:52 +0000 (13:41 +0200)]
icedtea6-native: update to version 1.7.5

* remove 1.7.3 version because of security bugs
* explicit disable build of the new browser plugin

14 years agoepiphany: fix EXTRA_OECONF
Koen Kooi [Thu, 14 Oct 2010 09:37:37 +0000 (11:37 +0200)]
epiphany: fix EXTRA_OECONF