[OE-core] [PATCH 6/6] gnome-keyring: compile schemas on host

2013-02-06 Thread Laurentiu Palcu
gsettings.bbclass offers just that. [YOCTO #3854] Signed-off-by: Laurentiu Palcu --- meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb b/meta/recipes-gnome/gnome/

[OE-core] [PATCH 5/6] gtk+: use gtk-immodules-cache class

2013-02-06 Thread Laurentiu Palcu
In order to have the proper postinst/postrm scriptlets generated for gtk+ immodules packages, use the already existing class. [YOCTO #3853] Signed-off-by: Laurentiu Palcu --- meta/recipes-gnome/gtk+/gtk+.inc|8 +--- meta/recipes-gnome/gtk+/gtk+3_3.4.4.bb | 12 ++-- me

[OE-core] [PATCH 4/6] gtk-immodules-cache: add weak asignment for GTKIMMODULES_PACKAGES

2013-02-06 Thread Laurentiu Palcu
This is needed if the GTKIMMODULES_PACKAGES is changed later, in do_populate_packages for example. This way, we don't have to add another dumb asignment in the recipe inheriting this. [YOCTO #3853] Signed-off-by: Laurentiu Palcu --- meta/classes/gtk-immodules-cache.bbclass |2 ++ 1 file cha

[OE-core] [PATCH 3/6] librsvg: use the new pixbufcache class

2013-02-06 Thread Laurentiu Palcu
Also, fix the GDK_PIXBUF_QUERYLOADERS path. [YOCTO #3582] Signed-off-by: Laurentiu Palcu --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 21 - 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gno

[OE-core] [PATCH 2/6] gdk-pixbuf: use the new pixbufcache class

2013-02-06 Thread Laurentiu Palcu
[YOCTO #3582] Signed-off-by: Laurentiu Palcu --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.26.5.bb | 48 ++-- 1 file changed, 3 insertions(+), 45 deletions(-) diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.26.5.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.26.5.bb

[OE-core] [PATCH 1/6] Add pixbufcache class

2013-02-06 Thread Laurentiu Palcu
All packages exporting pixbuf loaders should inherit this class in order to generate the correct postinst/postrm scriptlets. [YOCTO #3852] Signed-off-by: Laurentiu Palcu --- meta/classes/pixbufcache.bbclass | 57 ++ 1 file changed, 57 insertions(+) create

[OE-core] [PATCH 0/6] Yet another patchset with postinstall fixes

2013-02-06 Thread Laurentiu Palcu
Hi all, This patchset contains postinstall fixes for: * gtk+ immodules packages * librsvg * gnome-keyring Thanks, Laurentiu The following changes since commit 2180cc32b9a6d434c319292c1a636fb8e4d23899: initiscripts: Fix populate-volatiles.sh whitespace (2013-02-06 14:44:49 +) are avail

[OE-core] [PATCH 1/1][danny] crosstap: handle hyphenated x86_64 target arch

2013-02-06 Thread tom . zanussi
From: Tom Zanussi systemtap_target_arch() should also translate x86-64 (hyphenated) into x86_64 for the -a param. Failing to do that causes systemtap to see an architecture mismatch and create a cloned session with a bogusly synthesized build directory path, and fails to compile the probe. Fix

[OE-core] [PATCH 0/1][danny] fix for 3756

2013-02-06 Thread tom . zanussi
From: Tom Zanussi This was pulled into master yesterday and should be pulled into danny as well. The following changes since commit a7ce81df2f6e513a7e364c443759733c778b5c1f: yocto-bsp: qualify user files with machine name (2013-02-05 21:37:35 +) are available in the git repository at:

[OE-core] [PATCH v6] gst-plugins-gl: add package recipe

2013-02-06 Thread Jeremy Stashluk
Added notes, signoff, and upstream status to internal patch. Signed-off-by: Jeremy Stashluk --- ...-conditional-gl-framebuffer-undefined-use.patch | 35 .../gstreamer/gst-plugins-gl_0.10.3.bb | 15 + 2 files changed, 50 insertions(+) create mode 1006

Re: [OE-core] [for-danny][PATCH 1/1] classes/rootfs_rpm: fix missed complementary packages with complex arch names

2013-02-06 Thread Burton, Ross
On 6 February 2013 14:07, Paul Eggleton wrote: > If the package architecture name is complex (e.g. with the meta-yocto-bsp > beagleboard machine and Poky, the architecture-specific package name is > "armv7a-vfp-neon"), rpm reports architecture names that contain > underscores instead of dashes, wh

Re: [OE-core] [PATCH 4/6] populate-volatile.sh: improve this script

2013-02-06 Thread Richard Purdie
On Mon, 2013-01-28 at 17:05 +0800, qi.c...@windriver.com wrote: > From: Chen Qi > > Here's a list of improvements: > 1) Make it run correctly at rootfs time. > 2) Handle link config items more reasonably. > 3) Support read-only rootfs. > 4) Avoid data loss when removing directories. > > [YOCTO #

Re: [OE-core] [PATCH] bitbake-prserv-tool: show error when export file does not exist

2013-02-06 Thread Martin Jansa
On Wed, Feb 06, 2013 at 03:23:38PM +0100, Martin Jansa wrote: > * otherwise it shows error about failing import It fails like this e.g. when someone tries to migrate_localcount without any entries in cache/bb_persist_data.sqlite3 > Signed-off-by: Martin Jansa > --- > scripts/bitbake-prserv-tool

[OE-core] [PATCH] bitbake-prserv-tool: show error when export file does not exist

2013-02-06 Thread Martin Jansa
* otherwise it shows error about failing import Signed-off-by: Martin Jansa --- scripts/bitbake-prserv-tool | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/scripts/bitbake-prserv-tool b/scripts/bitbake-prserv-tool index 4654e6d..96a3470 100755 --- a/scripts/bitbake-

[OE-core] [for-danny][PATCH 0/1] RPM complementary package fix

2013-02-06 Thread Paul Eggleton
The following changes since commit fdd6da5933a3e7dd1e0ca2afd7107839b4fa65e8: librsvg: CVE-2011-3146 (2013-01-07 11:31:55 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/danny-rpm-arch http://cgit.openembedded.org/cgit.cgi/openembed

[OE-core] [for-danny][PATCH 1/1] classes/rootfs_rpm: fix missed complementary packages with complex arch names

2013-02-06 Thread Paul Eggleton
If the package architecture name is complex (e.g. with the meta-yocto-bsp beagleboard machine and Poky, the architecture-specific package name is "armv7a-vfp-neon"), rpm reports architecture names that contain underscores instead of dashes, which when passed to oe-pkgdata-util during complementary

Re: [OE-core] [PATCH] rm_work: remove package and packages-split dirs

2013-02-06 Thread Martin Jansa
On Wed, Feb 06, 2013 at 02:44:29PM +0100, Mike Looijmans wrote: > (see comment below) > > On 02/06/2013 02:26 PM, Martin Jansa wrote: > > * as described in > > > > http://git.openembedded.org/openembedded-core/commit/?id=6107ee294afde395e39d084c33e8e94013c625a9 > > > > Signed-off-by: Martin Ja

[OE-core] [PATCH] libxscrnsaver: improve RREPLACES to add libxss only for PN

2013-02-06 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb index f97fd8f..0c15557 100644 --

Re: [OE-core] [PATCH] rm_work: remove package and packages-split dirs

2013-02-06 Thread Mike Looijmans
(see comment below) On 02/06/2013 02:26 PM, Martin Jansa wrote: * as described in http://git.openembedded.org/openembedded-core/commit/?id=6107ee294afde395e39d084c33e8e94013c625a9 Signed-off-by: Martin Jansa --- meta/classes/rm_work.bbclass | 18 -- 1 file changed, 12 in

[OE-core] [PATCH] connman: be explicit when enabling ofono

2013-02-06 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-connectivity/connman/connman.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index cacbd1f..41a3a69 100644 --- a/meta/recipes-conne

[OE-core] [PATCH] rm_work: remove package and packages-split dirs

2013-02-06 Thread Martin Jansa
* as described in http://git.openembedded.org/openembedded-core/commit/?id=6107ee294afde395e39d084c33e8e94013c625a9 Signed-off-by: Martin Jansa --- meta/classes/rm_work.bbclass | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/meta/classes/rm_work.bbclass

[OE-core] [PATCH] insane.bbclass: Add missing R* variables to pkgvarcheck

2013-02-06 Thread Martin Jansa
* check also RSUGGESTS, RCONFLICTS, RPROVIDES, RREPLACES Signed-off-by: Martin Jansa --- meta/classes/insane.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 58fc70c..d285e56 100644 --- a/meta/classes/insa

Re: [OE-core] [oe-commits] Constantin Musca : netbase: split up in netbase and init-ifupdown

2013-02-06 Thread Martin Jansa
On Wed, Feb 06, 2013 at 09:38:05AM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 5ce5c3d1226d4a8a4997c63acc1b1b125770d005 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5ce5c3d1226d4a8a4997c63acc1b1b125770d005 > > A

[OE-core] [PATCH v3] systemd: set default.target to multi-user.target

2013-02-06 Thread Radu Moisan
This fixes a service dependency issue; While graphical.target is the default mode, systemd will try to start display-manager.service which is not available. Signed-off-by: Radu Moisan --- meta/recipes-core/systemd/systemd_197.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/reci

[OE-core] [PATCH] qemu: Enabled SDL when compiling for target architecture

2013-02-06 Thread Mihai Prica
- enables qemu to run images with video output without the need for vncviewer. - SDLPACKAGECONFIG is used because there is no need for the native-libsdl package when building the qemu-native package. Signed-off-by: Mihai Prica --- meta/recipes-devtools/qemu/qemu.inc | 19 +++ 1

Re: [OE-core] [oe-commits] Laurentiu Palcu : add fontcache.bbclass

2013-02-06 Thread Laurentiu Palcu
On 02/06/2013 01:56 PM, Martin Jansa wrote: > Fails in do_rootfs here, but without any details in log: > Building from feeds activated! > Running intercept scripts: >> > Executing update_font_cache > ERROR: Function failed: do_rootfs (see > /OE/shr-core/tmp-eglibc/work/tuna-oe-linux-gnueabi/shr-i

Re: [OE-core] [oe-commits] Laurentiu Palcu : add fontcache.bbclass

2013-02-06 Thread Martin Jansa
On Wed, Feb 06, 2013 at 09:38:02AM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 0c12f7fb3c2c42e5b633682bb1277b943ac19ea6 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0c12f7fb3c2c42e5b633682bb1277b943ac19ea6 > > A

Re: [OE-core] [PATCH v5] netbase: split up in netbase and init-ifupdown

2013-02-06 Thread Martin Jansa
On Wed, Feb 06, 2013 at 02:58:23AM -0700, Gary Thomas wrote: > On 2013-02-05 06:14, Otavio Salvador wrote: > > On Tue, Feb 5, 2013 at 8:29 AM, Gary Thomas wrote: > >> On 2013-02-04 08:12, Constantin Musca wrote: > >>> > >>> - netbase should only include etc-rpc, etc-protocols, etc-services > >>> a

Re: [OE-core] [PATCH v5] netbase: split up in netbase and init-ifupdown

2013-02-06 Thread Gary Thomas
On 2013-02-05 06:14, Otavio Salvador wrote: On Tue, Feb 5, 2013 at 8:29 AM, Gary Thomas wrote: On 2013-02-04 08:12, Constantin Musca wrote: - netbase should only include etc-rpc, etc-protocols, etc-services and the hosts file - the init script/configuration files should be in another package

Re: [OE-core] [PATCH 4/8] Revert "Add ptest for glib."

2013-02-06 Thread Björn Stenberg
Saul Wold wrote: > >-RDEPENDS_${PN}-ptest += "\ > >-eglibc-gconv-utf-16 \ > >-eglibc-charmap-utf-8 \ > >-eglibc-gconv-cp1255 \ > >-eglibc-charmap-cp1255 \ > >-eglibc-gconv-utf-32 \ > >-eglibc-gconv-utf-7 \ > >-eglib

Re: [OE-core] Multiple MACHINE building is broken in OE-core?

2013-02-06 Thread Martin Jansa
On Wed, Feb 06, 2013 at 08:02:31AM +, Cooper Jr., Franklin wrote: > Hi Everyone, > > While performing denzil to danny work I ran into this same issue that Mike > mentioned. I have 4 machines that are armv7a based and previously in denzil > only very specific recipes that I deliberately made

[OE-core] [PATCH][danny] nativesdk-qt4-tools: fix DEPENDS, as nativesdk is now prefixed

2013-02-06 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc index 1199a8a..538436b 1006

[OE-core] [PATCH] nativesdk-qt4-tools: fix DEPENDS, as nativesdk is now prefixed

2013-02-06 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc index 5ed0e90..cfc6fd8 1006

Re: [OE-core] Multiple MACHINE building is broken in OE-core?

2013-02-06 Thread Cooper Jr., Franklin
Hi Everyone, While performing denzil to danny work I ran into this same issue that Mike mentioned. I have 4 machines that are armv7a based and previously in denzil only very specific recipes that I deliberately made machine specific were being rebuilt. Now a significant amount of recipes are be