scm/bb/tizen-distro.git
12 years agodistro_tracking_fields: update packages tracking fields
Kang Kai [Wed, 19 Oct 2011 03:34:13 +0000 (11:34 +0800)]
distro_tracking_fields: update packages tracking fields

Update packages tracking fields including ghostscript, libsdl,
libxml-sax-perl and liburi-perl.

(From OE-Core rev: aac358b9132f47e66b87898894745721b0abdcfc)

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibsdl: update to 1.2.14
Kang Kai [Wed, 19 Oct 2011 02:32:32 +0000 (10:32 +0800)]
libsdl: update to 1.2.14

Update libsdl to 1.2.14
* update configure_tweak.patch
* update bb file, including add configure option --disable-video-ps3,
  drop acinclude.m4 and kernel-asm-page.patch and remove old libtool macros

(From OE-Core rev: 4466055d83384fd12565e1de4e968330bff42ca2)

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoliburi-perl: update to 1.59
Kang Kai [Tue, 18 Oct 2011 08:42:32 +0000 (16:42 +0800)]
liburi-perl: update to 1.59

Update liburi-perl to 1.59

(From OE-Core rev: b3cbb5a8e8aeeb3a55649dba1aca73595305309e)

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibxml-sax-perl: update to 0.99
Kang Kai [Tue, 18 Oct 2011 08:39:51 +0000 (16:39 +0800)]
libxml-sax-perl: update to 0.99

Update libxml-sax-perl to 0.99

(From OE-Core rev: e480beff01924f76422a4fd216b5a7fadb345ae0)

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoghostscript: update to 9.04
Kang Kai [Tue, 18 Oct 2011 08:04:24 +0000 (16:04 +0800)]
ghostscript: update to 9.04

Remove the old version and update ghostscript to 9.04.

* update ghostscript-9.02-prevent_recompiling.patch
* because soobj is not used any more, remove soobj related work
* gs provides a configure option --with-install-cups to install cups related
  files but disabled by default, so need update post install scripts

(From OE-Core rev: a1728fef998d43dc952e42d4c787304086578608)

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodistro-tracking: update data for some toolchain recipes
Nitin A Kamble [Tue, 18 Oct 2011 19:16:58 +0000 (12:16 -0700)]
distro-tracking: update data for some toolchain recipes

(From OE-Core rev: 0b67136965e5a9ffb8bbf30e75de321a04c3bac0)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibxml-parser-perl: upgrade from 2.40 to 2.41
Nitin A Kamble [Wed, 19 Oct 2011 00:07:54 +0000 (17:07 -0700)]
libxml-parser-perl: upgrade from 2.40 to 2.41

(From OE-Core rev: 8b96b339b1e3e2b4f58f79bc6fc0c87a18a6c7d3)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopython-dbus: upgrade from 0.83.2 to 0.84.0
Nitin A Kamble [Wed, 28 Sep 2011 20:52:40 +0000 (13:52 -0700)]
python-dbus: upgrade from 0.83.2 to 0.84.0

(From OE-Core rev: 95e9eb0d5a9c44c52d550b0796eef08f54925205)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopython-scons: upgrade from 2.0.1 to 2.1.0
Nitin A Kamble [Tue, 18 Oct 2011 18:07:21 +0000 (11:07 -0700)]
python-scons: upgrade from 2.0.1 to 2.1.0

the LICENSE.txt has added 2011 year to the copyright line he nce the MD5 sum is different.

(From OE-Core rev: bd34ca3f4912cf957fb3b46c31c757d284dfc4c7)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agox86 tune files: set baselib for x32 tune as libx32
Nitin A Kamble [Wed, 12 Oct 2011 18:30:03 +0000 (11:30 -0700)]
x86 tune files: set baselib for x32 tune as libx32

This ensures that on a multilib system the two executable formats
don't conflict.

(From OE-Core rev: 7b3cf9556085429faf8155a6eea412a0b8cc2c52)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoinsane.bbclass: print full path on invalid LICENSE_FILES_CHKSUM
Darren Hart [Tue, 18 Oct 2011 19:00:56 +0000 (12:00 -0700)]
insane.bbclass: print full path on invalid LICENSE_FILES_CHKSUM

Currently only the basename is printed when os.path.isfile() returns a failure
for the license file. If the file is present, but in the wrong directory, this
can be non-obvious to debug. Use the full path instead.

Make a minor grammatical correction in the error message while we're at it.

(From OE-Core rev: 80bd0c774fb691977b20e2d775212d849a33bf2b)

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoghostscript: renamed x86_64 to x86-64 for patch to work
Saul Wold [Wed, 19 Oct 2011 02:33:02 +0000 (19:33 -0700)]
ghostscript: renamed x86_64 to x86-64 for patch to work

(From OE-Core rev: 3585b21f39489fa8eccc08df3adfbd81e7df4d48)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agosrc_distribute.bbclass, src_distribute_local.bbclass: mostly rewritten
Otavio Salvador [Mon, 17 Oct 2011 13:04:43 +0000 (13:04 +0000)]
src_distribute.bbclass, src_distribute_local.bbclass: mostly rewritten

The code used to reference unavailable variables and mistakenly define
the tasks so fully demonstrating this have not been in use for a
while.

During the code rewrite, it was extended to copy also the patches into
the source distribution directory but using the PF as prefix to avoid
name colision among other recipes.

As 'distsrcall' task was not properly defined and noone noticed it,
until now, it got renamed to 'distribute_sources_all' as it is a
better and more meanful name for the task.

(From OE-Core rev: 6b6e0667871fb5f43b68440954c3ad629dfc92e7)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoghostscript: Disable parallel make due to install issues
Saul Wold [Tue, 18 Oct 2011 16:44:27 +0000 (09:44 -0700)]
ghostscript: Disable parallel make due to install issues

ghostscript uses a script called instcopy to install files first
to temp dir and then rm's and copies dirs|files to the final destination.
When parallel make happens multiple threads of this runs and tries to
remove existing directories with contents, not a good thing, therefore
disable parallel make for install.

(From OE-Core rev: 9ef39459383f38cd45203e1f9be046d6100268b8)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogcc-4.6: Backport PR46934 fix
Khem Raj [Tue, 18 Oct 2011 01:00:29 +0000 (18:00 -0700)]
gcc-4.6: Backport PR46934 fix

We have been hitting this issue on ARM/thumb and
have a workaround in place to compile samba
http://git.openembedded.org/openembedded/commit/recipes/samba/samba_3.2.15.bb?id=4ba7aa07c0dcd28f94515ff9927e2a04403fcf15
This backport should fix the gcc bug

(From OE-Core rev: 75f7269a7a1da2494768d4be63c44b12c5cfeeeb)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogcc-4.6: Upgrade SRCREV to latest FSF 4.6 branch
Khem Raj [Tue, 18 Oct 2011 00:10:14 +0000 (17:10 -0700)]
gcc-4.6: Upgrade SRCREV to latest FSF 4.6 branch

(From OE-Core rev: b1af6951e14d645fe861f289011c91ab6f1b6865)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobluez4: Add glib-2.0 to DEPENDS
Khem Raj [Mon, 17 Oct 2011 23:51:00 +0000 (16:51 -0700)]
bluez4: Add glib-2.0 to DEPENDS

Fixes

| attrib/utils.c:25:18: fatal error: glib.h: No such file or directory
| compilation terminated.
| make[1]: *** [attrib/utils.o] Error 1
| make[1]: *** Waiting for unfinished jobs....
| attrib/interactive.c:27:18: fatal error: glib.h: No such file or
directory
| compilation terminated.
| make[1]: *** [attrib/interactive.o] Error 1
| make: *** [all] Error 2

(From OE-Core rev: 3ada29c7622f898002e156e23c60115c046c118b)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopoky: fix broken ubifs link in deploy folder
Lauri Hintsala [Tue, 18 Oct 2011 10:55:24 +0000 (13:55 +0300)]
poky: fix broken ubifs link in deploy folder

Fix broken rootfs image link when ubifs is used.

Function runimagecmd is using image name "${IMAGE_NAME}.rootfs.${type}".
Let's use the same name in IMAGE_CMD_ubifs.

(From OE-Core rev: 766f6165471691f651584ebda004e1abb4ea9eb6)

Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agofontconfig: fix fix-pkgconfig.patch
Martin Jansa [Mon, 17 Oct 2011 22:09:20 +0000 (00:09 +0200)]
fontconfig: fix fix-pkgconfig.patch

* missing $ is causing problems ie when building webkit-efl
* see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003798.html
  for details

(From OE-Core rev: e31dd9b65f3b03f79cabab25eca157532de3bd9c)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogst-plugins-good: add pulseaudio to DEPENDS
Paul Eggleton [Mon, 17 Oct 2011 13:27:53 +0000 (14:27 +0100)]
gst-plugins-good: add pulseaudio to DEPENDS

This explicitly enables the pulseaudio plugin rather than it being built
if pulseaudio happens to have been built first.

(From OE-Core rev: b869f4ab157f120282f518df7e0c6fddace9821c)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogst-plugins-base: update to 0.10.35
Paul Eggleton [Mon, 17 Oct 2011 13:27:52 +0000 (14:27 +0100)]
gst-plugins-base: update to 0.10.35

(From OE-Core rev: 8ae69e5d027b1db0ab5d35a8cab747985b960b66)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobind 9.8.1: fix build after recent update
Koen Kooi [Mon, 17 Oct 2011 15:25:34 +0000 (17:25 +0200)]
bind 9.8.1: fix build after recent update

| checking linking as -lgssapi -lkrb5 -ldes -lcrypt -lasn1 -lroken -lcom_err... no
| checking linking as -lgssapi -lkrb5 -lcrypto -lcrypt -lasn1 -lroken -lcom_err... no
| checking linking as -lgss -lkrb5... no
| configure: error: could not determine proper GSSAPI linkage
| + bbfatal 'oe_runconf failed'
| + echo 'ERROR: oe_runconf failed'

(From OE-Core rev: e25fad9b8eef59bf7ca11ae141739d0bc2235655)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolsb: Change link of ${baselib} to lib64 for 64bits system
Xiaofeng Yan [Mon, 17 Oct 2011 09:24:34 +0000 (17:24 +0800)]
lsb: Change link of ${baselib} to lib64 for 64bits system

Correct two faults:

1 Binaries of lsb test suite need ld-linux.so* in /lib64.
for example:
Target$ ./lsbcmdchk
-sh: ./lsbcmdchk: No such file or directory
Target$ strings lsbcmdchk | grep "ld-"
/lib64/ld-lsb-x86-64.so.3

"lsbcmdchk" from lsb test suite is a binary program.
A new modification to lsb_1.4.bb caused that binaries from lsb test suite can't run
because binaries of lsb test suite need ld-linux.so* in /lib64.
But the link is changed due to adding multilib. I changed this link again.

2 correct mandir
Waring will appear when running task task do_populate_sysroot

NOTE: package lsb-1.4-r2: task do_populate_sysroot: Succeeded
WARNING: For recipe lsb, the following files were installed but not shipped in any package:
WARNING:   /{datadir}/man/man1/lsb_release.1.gz

I changed mandir=${D}/man to mandir=${D}/${datadir}/man

(From OE-Core rev: f2dada2079b5f98e13d4888609368ba111967a60)

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoscreen: Add patch to fix parallel make install
Saul Wold [Sat, 15 Oct 2011 23:37:44 +0000 (16:37 -0700)]
screen: Add patch to fix parallel make install

(From OE-Core rev: 96a46957ea37f090c934c6ad446076111661a7c2)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomktemp: Add patch to fix parallel make install
Saul Wold [Sat, 15 Oct 2011 23:31:35 +0000 (16:31 -0700)]
mktemp: Add patch to fix parallel make install

(From OE-Core rev: 28c7541582936c84b4c6f9de9a345d1463236167)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agosysprof: remove duplicated patch
Saul Wold [Sat, 15 Oct 2011 22:58:30 +0000 (15:58 -0700)]
sysprof: remove duplicated patch

Apparently this pactch was duplicated by backported
patch, and needed to be applied more broaded than to
just ppc.

(From OE-Core rev: 182e4768b651e58de5b42f9fb55ae9816b57233b)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoDistro Tracking: Fix dates
Saul Wold [Sat, 15 Oct 2011 16:26:02 +0000 (09:26 -0700)]
Distro Tracking: Fix dates

(From OE-Core rev: 406e3367a13b19f1a368d4101c9eaca2c97e1647)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibomxil: Fix QA Package Errors
Saul Wold [Sat, 15 Oct 2011 00:48:52 +0000 (17:48 -0700)]
libomxil: Fix QA Package Errors

(From OE-Core rev: ef786ef9abcd919c651c14004a1cb0a0dcad1bff)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoglib-2.0: Add nativesdk depends for libffi
Saul Wold [Sat, 15 Oct 2011 00:47:47 +0000 (17:47 -0700)]
glib-2.0: Add nativesdk depends for libffi

(From OE-Core rev: 8c78d1b3eec8089d67da03591e03a4583497580d)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobluez4: disable hidd, pand & dund
Paul Eggleton [Fri, 14 Oct 2011 12:46:59 +0000 (13:46 +0100)]
bluez4: disable hidd, pand & dund

These daemons have been deprecated for some time, as their functionality
is now provided within the main bluetoothd daemon.

(From OE-Core rev: 166cfbd1d30806c4bd4e47ea4ef641ee9eb03bc0)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopulseaudio: make bluetooth support conditional upon DISTRO_FEATURES
Paul Eggleton [Fri, 14 Oct 2011 12:43:35 +0000 (13:43 +0100)]
pulseaudio: make bluetooth support conditional upon DISTRO_FEATURES

If "bluetooth" is in DISTRO_FEATURES then enable bluetooth and depend on
bluez4, otherwise disable it.

(From OE-Core rev: f53d70bdeed989e031e06b8851a9706ff7ab9855)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agocmake : Disable building ccmake.
Philip Balister [Fri, 14 Oct 2011 15:35:40 +0000 (11:35 -0400)]
cmake : Disable building ccmake.

ccmake fails to build due to an as-needed type error with -ltinfo. Disable
it for now since the build fails and cmake is what we need for target
sdk.

(From OE-Core rev: 2adc9a3f1f1db284f7d91193ad77b3524e0e0d2c)

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqt4: Added support for QtMobility 1.2
Dmitry Cherukhin [Thu, 6 Oct 2011 13:56:19 +0000 (15:56 +0200)]
qt4: Added support for QtMobility 1.2

The QtMobility is a Qt add-on which allows to include standard mobile
functionality to Qt applications. For details, see
    http://qt.nokia.com/products/qt-addons/mobility/
The patch is intended to add support for the QtMobility 1.2 package to OE.

Added two recipes:
1) qt-mobility-x11 builds the QtMobility 1.2 package
   on the basis of Qt/X11 using the qt4-x11-free package;
2) qt-mobility-embedded builds the QtMobility 1.2 package
   on the basis of Qt/Embedded using the qt4-embedded package.

(From OE-Core rev: 5395ab6dc7cf3f1e1fd082b28cef50001d235750)

Signed-off-by: Dmitry Cherukhin <dima_ch@emcraft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodefault-provider: also define a default provider for gconf-native
Dmitry Eremin-Solenikov [Fri, 23 Sep 2011 19:46:32 +0000 (23:46 +0400)]
default-provider: also define a default provider for gconf-native

(From OE-Core rev: 1fdd82124834245f58680a44bdaacd1a264230b0)

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoresolvconf: Update to 1.61
Saul Wold [Wed, 5 Oct 2011 03:57:38 +0000 (20:57 -0700)]
resolvconf: Update to 1.61

(From OE-Core rev: b354fc269858e0fde93c88d801e66b2817b2bb08)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobind: update to 9.8.1
Saul Wold [Wed, 5 Oct 2011 03:52:23 +0000 (20:52 -0700)]
bind: update to 9.8.1

The COPYRIGHT File was updates for both Year and showing the complete
list of contributors, this change effectively adds BSD equivlant to
the licensing terms.

(From OE-Core rev: a770a56aba6419372654ea6f1413672a0aa19cc0)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomesa-dri: use DRIDRIVERS_append_arch to promote right usage for BSP layer maintainers
Martin Jansa [Mon, 17 Oct 2011 12:18:28 +0000 (14:18 +0200)]
mesa-dri: use DRIDRIVERS_append_arch to promote right usage for BSP layer maintainers

(From OE-Core rev: 333859f0c068b9d03337a0397c7effd17cbd898a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoxserver-xorg: remove glx-use-tls again
Martin Jansa [Sat, 15 Oct 2011 10:24:19 +0000 (12:24 +0200)]
xserver-xorg: remove glx-use-tls again

* khem confirmed that uclibc does support it now

(From OE-Core rev: 629bea96ae07d9f3129a5da488682851a4e09d52)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomesa-dri: Enable swrast only by default and intel drivers only on IA platform
Richard Purdie [Fri, 14 Oct 2011 14:32:20 +0000 (15:32 +0100)]
mesa-dri: Enable swrast only by default and intel drivers only on IA platform

(From OE-Core rev: d1b12b92439805ec9ca5d031d34d264acd0cab3b)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoarch-ia32: Add a generic x86 override (instead of i{3|4|5|6}86 and so on)
Richard Purdie [Fri, 14 Oct 2011 14:31:10 +0000 (15:31 +0100)]
arch-ia32: Add a generic x86 override (instead of i{3|4|5|6}86 and so on)

(From OE-Core rev: bd7663f5fa07394e5157f74e9958ebd88b7355b6)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobitbake.conf: Use TRANSLATED_TARGET_ARCH in OVERRIDES since any variable with _ in...
Richard Purdie [Fri, 14 Oct 2011 14:30:21 +0000 (15:30 +0100)]
bitbake.conf: Use TRANSLATED_TARGET_ARCH in OVERRIDES since any variable with _ in it isuseless there (e.g. x86_64)

(From OE-Core rev: b99b92d9136b7872ba0c021e1a6ef070b2ee9b78)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobitbake.conf Exclude MACHINE from MACHINEOVERRIDE variable dependencies
Richard Purdie [Fri, 14 Oct 2011 12:51:14 +0000 (13:51 +0100)]
bitbake.conf Exclude MACHINE from MACHINEOVERRIDE variable dependencies

(From OE-Core rev: 362512b83775ad7020e5870a594f0e7ca9ef83ba)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodata.py: fixed message domain errors
Samuel Stirtzel [Tue, 13 Sep 2011 11:30:33 +0000 (13:30 +0200)]
data.py: fixed message domain errors

The dynamic message domain was introduced by Richard Purdie with the following patch:
http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=a6c48298b17e6a5844b3638b422fe226e3b67b89

(From OE-Core rev: 55a8382e460430dc5ff10755d235d637531d2ae7)

Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopatch.py: fixed message domain errors
Samuel Stirtzel [Tue, 13 Sep 2011 11:30:32 +0000 (13:30 +0200)]
patch.py: fixed message domain errors

The dynamic message domain was introduced by Richard Purdie with the following patch:
http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=a6c48298b17e6a5844b3638b422fe226e3b67b89

(From OE-Core rev: 2383e06c8ed7c15aa148b9dbe40445e7095b6f57)

Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agonfs-utils: separate nfs-utils-client and nfs-utils-stats
Martin Jansa [Thu, 13 Oct 2011 11:44:13 +0000 (13:44 +0200)]
nfs-utils: separate nfs-utils-client and nfs-utils-stats

* move python runtime dependency only to nfs-utils-stats

(From OE-Core rev: fc774c29fe1036f9c0d4b4e13f1137ae0575d118)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodistro_tracking_fields.inc: update qt4 related entries
Otavio Salvador [Thu, 13 Oct 2011 14:41:19 +0000 (14:41 +0000)]
distro_tracking_fields.inc: update qt4 related entries

(From OE-Core rev: a89710d79e81d4d0c509a7de796a2ee119e0962c)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqt4: use 4.7.4 as default preference
Otavio Salvador [Thu, 13 Oct 2011 14:41:18 +0000 (14:41 +0000)]
qt4: use 4.7.4 as default preference

(From OE-Core rev: 5d781a3ae57e5e8c9b463f1c70e2e41f43853250)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqemu.inc: qemu-native also needs glib-2.0 native
Saul Wold [Fri, 14 Oct 2011 05:25:28 +0000 (22:25 -0700)]
qemu.inc: qemu-native also needs glib-2.0 native

(From OE-Core rev: 5cef819b71733b15066a0624c3d6404e9093890f)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqt4-x11-free: Fix broken regexes in qt4-x11-free's recipe.
Wenzong Fan [Tue, 11 Oct 2011 08:32:23 +0000 (16:32 +0800)]
qt4-x11-free: Fix broken regexes in qt4-x11-free's recipe.

[YOCTO #1671]

qt4-x11-free's recipe includes a sed script to sanitize it's .prl files,
which are used by qmake to generate a list of libs and includes in the
Makefiles it generates. It however, fails to take into account the possibility
of trailing slashes, and thus leaves them in, and breaks gcc's syntax.
Update these regexes to account for them.

(From OE-Core rev: 8d580ed449c09a64483519d66e14a2e3b071806a)

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoeglibc-2.14: add patch to fix libdl crash
Klaus Kurzmann [Wed, 12 Oct 2011 07:03:21 +0000 (09:03 +0200)]
eglibc-2.14: add patch to fix libdl crash

* Without this patch programs using alsa-lib crash (alsamixer for example).
* This patch is taken verbatim from ArchLinux.

(From OE-Core rev: 2d2ac8bbbbb98080ad339113c3f27f9573374be2)

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopcmanfm: Upgrade to 0.9.9
Zhai Edwin [Mon, 10 Oct 2011 07:25:50 +0000 (15:25 +0800)]
pcmanfm: Upgrade to 0.9.9

Update owl-window-menu.patch.

(From OE-Core rev: 83ea07f8fb635a01dfe976ba0e518df282eef30d)

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibfm: Upgrade to 0.1.16
Zhai Edwin [Sun, 9 Oct 2011 08:17:29 +0000 (16:17 +0800)]
libfm: Upgrade to 0.1.16

Remove obsolete use_deprecate_func.patch, and add configure_fix.patch to update
configure.ac

(From OE-Core rev: 971f593cd2454449f0997c948396107ebf85da41)

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolinux-yocto: config cleanup and streamlining
Bruce Ashfield [Wed, 12 Oct 2011 20:52:30 +0000 (16:52 -0400)]
linux-yocto: config cleanup and streamlining

This incorporates the following meta branch commits:

  353d43d fri2: cleanup bsp config
  2a605e2 sugarbay: cleanup bsp config
  47b76ed fishriver: cleanup bsp config
  ad6edab jasperforest: cleanup bsp config
  07f7e89 emenlow: cleanup bsp config
  d32a651 crownbay: cleanup bsp config
  ad2d621 meta: add vesafb feature
  913facf features/drm-psb: add related config options

(From OE-Core rev: e08e44da5be348a1ec065ed29a07dbc31ae1035d)

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobash: update to 4.2
Saul Wold [Tue, 11 Oct 2011 18:34:27 +0000 (11:34 -0700)]
bash: update to 4.2

(From OE-Core rev: cd3d74f88b950050ee1e7738287b8752e8c7b711)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agorsync: Update to 3.0.9
Saul Wold [Tue, 11 Oct 2011 18:36:48 +0000 (11:36 -0700)]
rsync: Update to 3.0.9

(From OE-Core rev: 2b131dbfaef433e879a0a97521059e26a72bce34)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agorxvt-unicode: Update to 9.12
Saul Wold [Tue, 11 Oct 2011 18:38:20 +0000 (11:38 -0700)]
rxvt-unicode: Update to 9.12

(From OE-Core rev: e08f329c1208d776b0f0459440ad30730ab44b8a)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibgcrypt: Update to 1.5.0
Saul Wold [Tue, 11 Oct 2011 18:39:13 +0000 (11:39 -0700)]
libgcrypt: Update to 1.5.0

(From OE-Core rev: 53a631c0b5fcd9c70c727e2773aa6d90eeaf7acf)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoaugeas: Update to 0.9.0
Saul Wold [Tue, 11 Oct 2011 18:37:44 +0000 (11:37 -0700)]
augeas: Update to 0.9.0

(From OE-Core rev: ec3b80dd226961559509ad7f3a6810e82186d95d)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibtiff: Update to 3.9.5
Saul Wold [Tue, 11 Oct 2011 18:35:58 +0000 (11:35 -0700)]
libtiff: Update to 3.9.5

(From OE-Core rev: 7a6218b05eb4ec23e6378a1738ac2f6809fe5c08)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibaio: Update to 0.3.109
Saul Wold [Tue, 11 Oct 2011 18:35:02 +0000 (11:35 -0700)]
libaio: Update to 0.3.109

(From OE-Core rev: 3804ea3b6993184060236cfbb0d05c43b7cff017)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agov86d: update to 0.1.10
Saul Wold [Tue, 11 Oct 2011 17:37:33 +0000 (10:37 -0700)]
v86d: update to 0.1.10

(From OE-Core rev: 933eb8224c6152fb574f97ddc36511026d512d75)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoinitramfs-live-boot: make it more generic and easy to use
Otavio Salvador [Tue, 11 Oct 2011 19:18:50 +0000 (19:18 +0000)]
initramfs-live-boot: make it more generic and easy to use

The script was making some assumptions that enforced many requirement
in the machine kernel configuration and usage, besides it were too
while booting.

Changes included:

 * fix indentation;
 * rdepends on udev;
 * allow use of isofs as module;
 * remove rootdelay param parsing as it was unused;
 * don't verbosely kill udevd and mknod;
 * mount devtmpfs into rootfs, if available, before swithing root;

(From OE-Core rev: 3fc8cec53038f41d31344040c56d62aac90ba7e0)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoimage-live.bbclass: allow override of initrd image
Otavio Salvador [Tue, 11 Oct 2011 19:18:49 +0000 (19:18 +0000)]
image-live.bbclass: allow override of initrd image

(From OE-Core rev: 989238c366499aa3420c5594a7e256e50c78cc4b)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibnl2: Fix a race on route/pktloc_syntax.h
Tom Rini [Fri, 30 Sep 2011 17:21:23 +0000 (12:21 -0500)]
libnl2: Fix a race on route/pktloc_syntax.h

At issue is that route/pktloc.c (not generated) depends on
route/pktloc_syntax.h (generated).

(From OE-Core rev: 7bec22c70598a5180f754bbbe2dfdd3db2843a64)

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodistro_tracking_fields.inc: Add maintainer for some packages without maintainer
Xiaofeng Yan [Tue, 11 Oct 2011 07:33:00 +0000 (15:33 +0800)]
distro_tracking_fields.inc: Add maintainer for some packages without maintainer

Add the name of maintainer for the following packages:
bind
        libx11-diet
        qmmp
        libarchive
        xserver-kdrive
        xserver-xf86-lite
        directfb

(From OE-Core rev: 26135858692b591f82deaaa2c22d27ab02750c53)

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobluez4: Add ending quote of FILES_${PN}-dbg
Noor Ahsan [Tue, 11 Oct 2011 05:51:18 +0000 (10:51 +0500)]
bluez4: Add ending quote of FILES_${PN}-dbg

* .debug directory was being moved in bluez4 package. Although we have asked to move it in bluez4-dbg package but as FILES_${PN}-dbg was not having ending quote, .debug folder was not being moved to correct directory in packages-split.

(From OE-Core rev: 183d7b8337e30185f9928f127671a12c36bbda7d)

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqemu.inc: Add glib-2.0-nativesdk to qemu-nativesdk DEPENDS
Khem Raj [Tue, 11 Oct 2011 05:10:53 +0000 (22:10 -0700)]
qemu.inc: Add glib-2.0-nativesdk to qemu-nativesdk DEPENDS

QEMU starting version 0.15 needs glibc-2.0

(From OE-Core rev: 65f7ff79c5e1e98403a5968c5dbee405c316d55c)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoglib-2.0: Extend to provide nativesdk recipe
Khem Raj [Tue, 11 Oct 2011 05:09:36 +0000 (22:09 -0700)]
glib-2.0: Extend to provide nativesdk recipe

qemu-nativesdk 0.15 needs it

(From OE-Core rev: 0039d76b55a4878a67e42c1234441a0fcabf3224)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqemu-0.15: Add recipe and forward port patches from 0.14
Khem Raj [Wed, 5 Oct 2011 19:38:27 +0000 (12:38 -0700)]
qemu-0.15: Add recipe and forward port patches from 0.14

(From OE-Core rev: fc63229d9cd2e5061cab0686aba4d18bc3fb4e4f)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoautotools: fix multi-word arguments for EXTRA_OECONF
Christopher Larson [Mon, 10 Oct 2011 21:13:05 +0000 (14:13 -0700)]
autotools: fix multi-word arguments for EXTRA_OECONF

This is needed to better support things like the following (with a
multi-word BUILD_CC):

    EXTRA_OECONF += '"ac_cv_prog_CC_FOR_BUILD=${BUILD_CC}"'

(From OE-Core rev: 38a394e7ffedccfabda085c97add8944718943c2)

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoautoconf: no need to hardcode the full path to m4
Christopher Larson [Mon, 10 Oct 2011 21:13:06 +0000 (14:13 -0700)]
autoconf: no need to hardcode the full path to m4

This way autom4te uses m4 as it finds it in the PATH, rather than
hardcoding any particular path.

(From OE-Core rev: fd6c84249b7bbb5f51d829cf96cae52fe88f456c)

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agofarsight2, ldconfig-native, gnutls: There is no GPLv2.1, correct the fields
Khem Raj [Fri, 7 Oct 2011 17:36:57 +0000 (10:36 -0700)]
farsight2, ldconfig-native, gnutls: There is no GPLv2.1, correct the fields

The licenses were either LGPLv2.1 or GPLv2
make the changes appropriately

(From OE-Core rev: ffb48c7b9dfbcf56c61d10f2663df245bc396496)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodistro_tracking_fields: Updates
Saul Wold [Tue, 11 Oct 2011 18:41:03 +0000 (11:41 -0700)]
distro_tracking_fields: Updates

(From OE-Core rev: 53abb798786287ab4c98f1b77e265440017a7d41)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoshadow-native: Bump PR for patch update
Saul Wold [Fri, 7 Oct 2011 16:03:03 +0000 (09:03 -0700)]
shadow-native: Bump PR for patch update

(From OE-Core rev: 2ab1a60c44898198bf3049dc1f987dc5e597552f)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomesa-git: fix LIC_FILES_CHKSUM
Martin Jansa [Thu, 13 Oct 2011 11:05:03 +0000 (13:05 +0200)]
mesa-git: fix LIC_FILES_CHKSUM

* only wording was changed a bit and GLUT is not named explicitly
  $ diff docs/license.html 7.11/Mesa-7.11/docs/license.html
  41,44c41,44
  < and licenses apply to different components.  For example, some demo programs
  < are copyrighted by SGI, some of the Mesa device drivers are copyrighted by
  < their authors.  See below for a list of Mesa's main components and the license
  < for each.
  ---
  > and licenses apply to different components.  For example, GLUT is copyrighted
  > by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
  > device drivers are copyrighted by their authors.  See below for a list of
  > Mesa's main components and the license for each.

(From OE-Core rev: f2e7a102e39411edfa74f39c3d8d67212a50c290)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomesa-git: upgrade from 7.7+git to 7.11+git
Martin Jansa [Thu, 13 Oct 2011 08:48:46 +0000 (10:48 +0200)]
mesa-git: upgrade from 7.7+git to 7.11+git

* progs package is also gone like in 7.11 (moved to separate recipe)
* uclibc.patch was updated a bit to apply again

(From OE-Core rev: 3b37ed1ff769bac53777c037b624338691861aac)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomesa-git: lower D_P a bit more then all mesa-dri
Martin Jansa [Thu, 13 Oct 2011 09:04:41 +0000 (11:04 +0200)]
mesa-git: lower D_P a bit more then all mesa-dri

* it needs to be done in .bb because mesa-dri.inc is included after
  mesa-git.inc
* lower it for mesa-xlib to same value

(From OE-Core rev: bbe27f82bbf58b8cfd142e11e90f58c04ff3168a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomesa-git: move shared parts from mesa-dri_git to mesa-git.inc and add mesa-xlib_git
Martin Jansa [Thu, 13 Oct 2011 08:41:53 +0000 (10:41 +0200)]
mesa-git: move shared parts from mesa-dri_git to mesa-git.inc and add mesa-xlib_git

(From OE-Core rev: 3772045d457cb049c34fe3b046cc3a3bb9694c1c)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomesa-dri: LEAD_SONAME shouldn't be needed now, when we're packaging each lib in separ...
Martin Jansa [Thu, 13 Oct 2011 08:33:57 +0000 (10:33 +0200)]
mesa-dri: LEAD_SONAME shouldn't be needed now, when we're packaging each lib in separate package

(From OE-Core rev: 403a1b0c4bb83165b4c18db42d648e44107ea2ee)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomesa-dri: move shared options to mesa-dri.inc
Martin Jansa [Thu, 13 Oct 2011 08:28:43 +0000 (10:28 +0200)]
mesa-dri: move shared options to mesa-dri.inc

(From OE-Core rev: 184957c784d6dc93ab1b2f0c1ebc1cd0c807fde4)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomesa-xlib: move shared options to .inc
Martin Jansa [Thu, 13 Oct 2011 08:35:32 +0000 (10:35 +0200)]
mesa-xlib: move shared options to .inc

(From OE-Core rev: b09f77414ebc34dd708b9e7d3c873200af3479e4)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomesa: move shared PROTO_DEPS, LIB_DEPS and DEPENDS to common .inc
Martin Jansa [Thu, 13 Oct 2011 08:04:56 +0000 (10:04 +0200)]
mesa: move shared PROTO_DEPS, LIB_DEPS and DEPENDS to common .inc

(From OE-Core rev: e7b825ab541e97c6c34ec829c26e9e706c7143ec)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomesa-7.11: move shared DEPENDS, SRC_URI, checksums and do_configure_prepend to shared...
Martin Jansa [Thu, 13 Oct 2011 07:57:28 +0000 (09:57 +0200)]
mesa-7.11: move shared DEPENDS, SRC_URI, checksums and do_configure_prepend to shared .inc file

(From OE-Core rev: 6f48f557c0234faf02bc3da2807c450e47afb594)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomesa-common: MesaDemos is now separate recipes, bump PE, introduce INC_PR
Martin Jansa [Thu, 13 Oct 2011 07:49:47 +0000 (09:49 +0200)]
mesa-common: MesaDemos is now separate recipes, bump PE, introduce INC_PR

(From OE-Core rev: cf41f89707521b3bff31944621f6202ec0f0b5df)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomesa-common: add common LIC_FILES_CHKSUM for newer mesa versions
Martin Jansa [Thu, 13 Oct 2011 07:35:43 +0000 (09:35 +0200)]
mesa-common: add common LIC_FILES_CHKSUM for newer mesa versions

(From OE-Core rev: 442f400a3188e1d8ad60c6c36d2c0e2a78404128)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomesa: move common patches which could be used in both mesa-dri and mesa-xlib from...
Martin Jansa [Thu, 13 Oct 2011 07:20:43 +0000 (09:20 +0200)]
mesa: move common patches which could be used in both mesa-dri and mesa-xlib from mesa-dri to mesa

(From OE-Core rev: 76f4be998f6608799b66821a334f1ca7ddc2aba2)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomesa-dri-glsl-native: fix LICENSE
Martin Jansa [Thu, 8 Sep 2011 11:37:56 +0000 (13:37 +0200)]
mesa-dri-glsl-native: fix LICENSE

(From OE-Core rev: bf9a7f66cb6f7fbdea1afe61ed6c9ef7dd349b4b)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoxorg-driver-common: bump PE for upgrade path for meta-oe users
Martin Jansa [Thu, 13 Oct 2011 08:56:02 +0000 (10:56 +0200)]
xorg-driver-common: bump PE for upgrade path for meta-oe users

* mostly because of xf86-video-omapfb
  Not downgrading package xf86-video-omapfb on root from
  1:0.1.1+r16+gitr28c006c94e57ea71df11ec4fff79d7ffcfc4860f-r16 to
  1:0.1.1+gitr1+28c006c94e57ea71df11ec4fff79d7ffcfc4860f-r17.5.

(From OE-Core rev: 3c5c8e4509b64e80bdd9e925e5c5211fc7b42be8)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoxserver-xorg: move PE to xserver-xorg-common and bump it
Martin Jansa [Thu, 13 Oct 2011 08:54:42 +0000 (10:54 +0200)]
xserver-xorg: move PE to xserver-xorg-common and bump it

* to provide upgrade path for meta-oe users, where it had PE = 2 already

(From OE-Core rev: c38cb00a359a0015bc485edf9632efe295c58533)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoxserver-xorg: drop xorg-minimal-fonts from RDEPENDS
Martin Jansa [Wed, 12 Oct 2011 07:35:57 +0000 (09:35 +0200)]
xserver-xorg: drop xorg-minimal-fonts from RDEPENDS

* as discussed here http://lists.linuxtogo.org/pipermail/openembedded-core/2011-October/010899.html

(From OE-Core rev: 7ec7ab4894b12ec1fe33082f0c1adbc098ac898d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogtk+: upgrade to 2.24.6
Martin Jansa [Fri, 30 Sep 2011 15:33:41 +0000 (17:33 +0200)]
gtk+: upgrade to 2.24.6

* older version doesn't build with glib-2.30.0

(From OE-Core rev: 782ba4d473ee39545a9b464b96564e52de35142e)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoglib: upgrade to 2.30.0
Martin Jansa [Fri, 30 Sep 2011 15:33:03 +0000 (17:33 +0200)]
glib: upgrade to 2.30.0

(From OE-Core rev: 74f43e3b269c01dba7cd5215a8e825229bd5ecff)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agocogl: Add git recipe (required by clutter)
Richard Purdie [Wed, 12 Oct 2011 13:14:39 +0000 (14:14 +0100)]
cogl: Add git recipe (required by clutter)

(From OE-Core rev: 00545a358fb1fd29a9dd7a77ee54eaf303f41493)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoclutter-1.6: update to 1.6.18
Richard Purdie [Wed, 12 Oct 2011 13:15:11 +0000 (14:15 +0100)]
clutter-1.6: update to 1.6.18

(From OE-Core rev: c23c4cd439bd43f4d2d57d11d530589c07bfcb11)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoclutter: Update git recipe to more recent version
Richard Purdie [Wed, 12 Oct 2011 13:15:33 +0000 (14:15 +0100)]
clutter: Update git recipe to more recent version

(From OE-Core rev: c5b29de1ea31dc581f460dbac66d17f784d17396)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogamin: Fix glib 2.30 deprecation issues
Richard Purdie [Wed, 12 Oct 2011 22:32:36 +0000 (23:32 +0100)]
gamin: Fix glib 2.30 deprecation issues

(From OE-Core rev: a7f5554f92523ab51a774b70e9e6bd5d8fa36b00)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopango: Update to work with glib-2.0
Richard Purdie [Wed, 12 Oct 2011 13:20:04 +0000 (14:20 +0100)]
pango: Update to work with glib-2.0

(From OE-Core rev: e1d888cd20aafafdab60ec2a857f4ee19d1f9342)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibunique: Update to work with glib-2.0
Richard Purdie [Wed, 12 Oct 2011 13:21:45 +0000 (14:21 +0100)]
libunique: Update to work with glib-2.0

(From OE-Core rev: bcc9ad43c6aa7f8cd91031850fc72d121b64cb9e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoeds: Update to work with glib-2.0
Richard Purdie [Wed, 12 Oct 2011 13:22:15 +0000 (14:22 +0100)]
eds: Update to work with glib-2.0

(From OE-Core rev: d8419d30add74c73cfb038c7e611187a651c24e6)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoImport python-setuptools from meta-oe (for glib-2.0)
Richard Purdie [Wed, 12 Oct 2011 13:17:06 +0000 (14:17 +0100)]
Import python-setuptools from meta-oe (for glib-2.0)

(From OE-Core rev: d93ffea3164952954557a5a3dc90cebbd46272b2)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>