Re: [OE-core] [PATCH 1/1] gdk-pixbuf: fix parallel install issue

2012-08-05 Thread wenzong fan
On 08/06/2012 06:32 AM, Colin Walters wrote: On Fri, 2012-08-03 at 11:30 +0800, wenzong@windriver.com wrote: Make an explicit dependency to the libs install targets would fix this issue. I don't think Yocto should be running the 'make install' target with parallelism enabled; it's just go

Re: [OE-core] [PATCH] u-boot: Upgrade to upstream stable 2012.07

2012-08-05 Thread Martin Jansa
On Mon, Aug 06, 2012 at 09:54:07AM +0300, Radu Moisan wrote: > For u-boot-fw-utils, fw_enc.c was changed and it requires a header > file config.h which is autogenerated at config so it requires a > "make NAME_config". > I used for testing coreboot-x86. Is build with gold resolved in this new relea

[OE-core] [PATCH] u-boot: Upgrade to upstream stable 2012.07

2012-08-05 Thread Radu Moisan
For u-boot-fw-utils, fw_enc.c was changed and it requires a header file config.h which is autogenerated at config so it requires a "make NAME_config". I used for testing coreboot-x86. Signed-off-by: Radu Moisan --- ...ls_2012.04.01.bb => u-boot-fw-utils_2012.07.bb} |7 --- ...age_2012.04

Re: [OE-core] [PATCH][RFC] u-boot: Upgrade to upstream stable 2012.07

2012-08-05 Thread Radu Moisan
On 08/03/2012 07:19 PM, Wolfgang Denk wrote: Dear Radu Moisan, In message <1343997523-4117-1-git-send-email-radu.moi...@intel.com> you wrote: Building u-boot requires UBOOT_MACHINE. In the u-boot README file building u-boot is achieved with "make NAME_config" and then "make all". I assumend UBO

[OE-core] [PATCH] busybox: fix du-k-works test case

2012-08-05 Thread rongqing.li
From: Roy.Li [YOCTO #2896] The du-k-works test seems to assume that du -k on a directory with two files totaling 80 kilobytes should report either 80k or 88k. In ext4 filesystm however, both busybox' du -k and coreutils' du -k reports a size of 84k which causes the test to fail. Intergrate the

Re: [OE-core] [PATCH 4/5] gtk-icon-cache: call postinst scriplet at do_rootfs time

2012-08-05 Thread Andreas Müller
On Mon, Aug 6, 2012 at 12:30 AM, Andreas Müller wrote: > On Sun, Aug 5, 2012 at 6:58 PM, Laurentiu Palcu > wrote: >> You could give it a test yourselves and let me know your results. I will >> send a version 2 of the patchset(as soon as we all agree on the >> solution), with some changes suggeste

Re: [OE-core] [PATCH 1/1] gdk-pixbuf: fix parallel install issue

2012-08-05 Thread Colin Walters
On Fri, 2012-08-03 at 11:30 +0800, wenzong@windriver.com wrote: > Make an explicit dependency to the libs install targets would fix this > issue. I don't think Yocto should be running the 'make install' target with parallelism enabled; it's just going to be a source of major pain for small ga

Re: [OE-core] [PATCH 4/5] gtk-icon-cache: call postinst scriplet at do_rootfs time

2012-08-05 Thread Andreas Müller
On Sun, Aug 5, 2012 at 6:58 PM, Laurentiu Palcu wrote: > You could give it a test yourselves and let me know your results. I will > send a version 2 of the patchset(as soon as we all agree on the > solution), with some changes suggested by Mark and some PR bumps > suggested by Koen. With the image

Re: [OE-core] [PATCH] gstreamer: gst-ffmpeg: fix build issues for libav

2012-08-05 Thread Derek Buitenhuis
On 05/08/2012 3:11 PM, Khem Raj wrote: > On Sun, Aug 5, 2012 at 10:31 AM, Koen Kooi wrote: >> It's been in meta-oe for ages. I guess we should move gst-ffmpeg (which is >> called gst-libav nowadays) into meta-multimedia together with libav. > > +1 As an upstream developer, I volunteer to mainta

Re: [OE-core] [PATCH v2 13/28] external-sourcery: use ${prefix} and ${libdir} instead of /usr and /usr/lib

2012-08-05 Thread Javier Martinez Canillas
On Sun, Aug 5, 2012 at 11:34 PM, Chris Larson wrote: > On Sun, Aug 5, 2012 at 12:48 PM, Javier Martinez Canillas > wrote: >> It is considered good practice to use the build system provided >> variables instead of directly specify hardcoded paths. >> >> Signed-off-by: Javier Martinez Canillas >>

Re: [OE-core] [PATCH v2 13/28] external-sourcery: use ${prefix} and ${libdir} instead of /usr and /usr/lib

2012-08-05 Thread Chris Larson
On Sun, Aug 5, 2012 at 12:48 PM, Javier Martinez Canillas wrote: > It is considered good practice to use the build system provided > variables instead of directly specify hardcoded paths. > > Signed-off-by: Javier Martinez Canillas > --- > .../meta/external-sourcery-toolchain.bb|

[OE-core] [PATCH v2 27/28] chkconfig: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- .../recipes-extended/chkconfig/chkconfig_1.3.58.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/r

[OE-core] [PATCH v2 28/28] man: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/man/man_1.6f.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-exte

[OE-core] [PATCH v2 26/28] rsync: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-devtools/rsync/rsync_2.6.9.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH v2 25/28] qemu-config: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-bsp/qemu-config/qemu-config.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipe

[OE-core] [PATCH v2 24/28] usbinit: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-bsp/usbinit/usbinit.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-bsp/

[OE-core] [PATCH v2 23/28] lsbinitscripts: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/lsb/lsbinitscripts_9.03.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/r

[OE-core] [PATCH v2 22/28] xserver-nodm-init: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- .../x11-common/xserver-nodm-init.bb| 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git

[OE-core] [PATCH v2 21/28] builder: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-graphics/builder/builder_0.1.bb | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/r

[OE-core] [PATCH v2 20/28] x11-common: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-graphics/x11-common/x11-common_0.1.bb | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/

[OE-core] [PATCH v2 19/28] libpam: use ${localstatedir} and ${sysconfdir} instead of /var and /etc

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/pam/libpam_1.1.5.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-

[OE-core] [PATCH v2 18/28] openssh: use ${localstatedir} instead of /var for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-connectivity/openssh/openssh_6.0p1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/r

[OE-core] [PATCH v2 17/28] linux-firware: use ${base_libdir} instead of /lib for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- .../linux-firmware/linux-firmware_git.bb | 36 ++-- 1 files changed, 18 insertions(+), 18 deletions(-) d

[OE-core] [PATCH v2 16/28] kernel.bbclass: use ${base_libdir} and ${sysconfdir} instead of /lib and /etc

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/classes/kernel.bbclass | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/classes/kernel.b

[OE-core] [PATCH v2 14/28] rpm: use ${localstatedir} and ${libdir} instead of /var and /usr/lib

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-devtools/rpm/rpm_5.4.9.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-dev

[OE-core] [PATCH v2 15/28] at: use ${base_sbindir} instead of /sbin for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/at/at_3.1.13.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-exte

[OE-core] [PATCH v2 12/28] mingetty: use ${base_sbindir} instead of /sbin for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/mingetty/mingetty_1.08.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/reci

[OE-core] [PATCH v2 13/28] external-sourcery: use ${prefix} and ${libdir} instead of /usr and /usr/lib

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- .../meta/external-sourcery-toolchain.bb|8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/me

[OE-core] [PATCH v2 11/28] lsb: use ${base_bindir} and ${sysconfdir} instead of /bin and /etc

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/lsb/lsb_1.4.bb | 62 +- 1 files changed, 31 insertions(+), 31 deletions(-) d

[OE-core] [PATCH v2 09/28] xkeyboard-config: use ${datadir} instead of /usr/share for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- .../xorg-lib/xkeyboard-config_2.1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/r

[OE-core] [PATCH v2 10/28] systemtap: use ${datadir} instead of /usr/share for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- .../systemtap/systemtap-uprobes_git.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta

[OE-core] [PATCH v2 08/28] ubootchart: use variables instead of hardcoded paths

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-devtools/ubootchart/ubootchart_svn.bb | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff

[OE-core] [PATCH v2 07/28] useradd-example: use ${datadir} instead of /usr/share for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- .../recipes-skeleton/useradd/useradd-example.bb| 36 ++-- 1 files changed, 18 insertions(+), 18 deletions(-) d

[OE-core] [PATCH v2 06/28] cronie: use variables instead of hardcoded paths

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/cronie/cronie_1.4.8.bb | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta

[OE-core] [PATCH v2 05/28] lsbtest: use ${bindir} instead of /usr/bin for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/lsb/lsbtest_1.0.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-e

[OE-core] [PATCH v2 04/28] sudo: use ${bindir} and ${sysconfdir} instead of /usr/bin and /etc

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/sudo/sudo_1.8.5p2.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH v2 02/28] alsa-state: use ${sbindir} instead of /usr/sbin for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-bsp/alsa-state/alsa-state.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-

[OE-core] [PATCH v2 03/28] lsbsetup: use ${bindir} instead of /usr/bin for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/lsb/lsbsetup_1.0.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-

[OE-core] [PATCH v2 01/28] xinetd: use ${sbindir} and ${sysconfdir} instead of /usr/sbin and /etc

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff -

[OE-core] (no subject)

2012-08-05 Thread Javier Martinez Canillas
The OpenEmbedded User Manual list the variables that should be used to control the directories into which files are installed. It says that is a poor practice to specify hardcoded paths instead of using these variables, yet there are many recipes that don't use it. This is second version of a big

Re: [OE-core] [PATCH 00/30] cleanup: use variables instead of hardcoded paths

2012-08-05 Thread Javier Martinez Canillas
On Sun, Aug 5, 2012 at 9:10 PM, Khem Raj wrote: > Javier > > On Sun, Aug 5, 2012 at 11:16 AM, Otavio Salvador > wrote: >> On Sun, Aug 5, 2012 at 12:53 PM, Javier Martinez Canillas >> wrote: >>> Also, I didn't increment the PR on the recipes since the modifications >>> don't introduce a semantic

Re: [OE-core] [PATCH] gstreamer: gst-ffmpeg: fix build issues for libav

2012-08-05 Thread Khem Raj
On Sun, Aug 5, 2012 at 10:31 AM, Koen Kooi wrote: > It's been in meta-oe for ages. I guess we should move gst-ffmpeg (which is > called gst-libav nowadays) into meta-multimedia together with libav. +1 ___ Openembedded-core mailing list Openembedded-co

Re: [OE-core] [PATCH 00/30] cleanup: use variables instead of hardcoded paths

2012-08-05 Thread Khem Raj
Javier On Sun, Aug 5, 2012 at 11:16 AM, Otavio Salvador wrote: > On Sun, Aug 5, 2012 at 12:53 PM, Javier Martinez Canillas > wrote: >> Also, I didn't increment the PR on the recipes since the modifications >> don't introduce a semantic change on them. > thanks for doing this work. highly appre

Re: [OE-core] [PATCH 00/30] cleanup: use variables instead of hardcoded paths

2012-08-05 Thread Otavio Salvador
On Sun, Aug 5, 2012 at 12:53 PM, Javier Martinez Canillas wrote: > Also, I didn't increment the PR on the recipes since the modifications > don't introduce a semantic change on them. This is wrong; if the distro changes the variable value then it does change semantic. Please change PR on them. -

Re: [OE-core] [PATCH] gstreamer: gst-ffmpeg: fix build issues for libav

2012-08-05 Thread Koen Kooi
Op 5 aug. 2012, om 18:27 heeft Derek Buitenhuis het volgende geschreven: > On 05/08/2012 7:52 AM, Koen Kooi wrote: >> I find it a lot easier to build gst-ffmpeg against an external libav, that >> way you don't have to jump through all these hoops to get a proper libav. >> That's what the meta

Re: [OE-core] [PATCH 4/5] gtk-icon-cache: call postinst scriplet at do_rootfs time

2012-08-05 Thread Laurentiu Palcu
On 08/04/2012 10:51 PM, Khem Raj wrote: > On Sat, Aug 4, 2012 at 12:37 PM, Andreas Müller > wrote: >> And less than 3min on overo with the patches we sent (and my xfce >> image is full of gtk-icon-update). Don't misunderstand me: I agree on >> doing things like this on host if possible. But for

Re: [OE-core] [PATCH] gstreamer: gst-ffmpeg: fix build issues for libav

2012-08-05 Thread Derek Buitenhuis
On 05/08/2012 7:52 AM, Koen Kooi wrote: > I find it a lot easier to build gst-ffmpeg against an external libav, that > way you don't have to jump through all these hoops to get a proper libav. > That's what the meta-oe bbappend does :) I've always wondered why Libav was not its own recipe. It s

[OE-core] [PATCH 30/30] man: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/man/man_1.6f.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extend

[OE-core] [PATCH 29/30] chkconfig: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- .../recipes-extended/chkconfig/chkconfig_1.3.58.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/rec

[OE-core] [PATCH 25/30] xinetd: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/met

[OE-core] [PATCH 26/30] usbinit: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-bsp/usbinit/usbinit.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-bsp/us

[OE-core] [PATCH 28/30] rsync: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-devtools/rsync/rsync_2.6.9.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-d

[OE-core] [PATCH 27/30] qemu-config: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-bsp/qemu-config/qemu-config.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-

[OE-core] [PATCH 23/30] xserver-nodm-init: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- .../x11-common/xserver-nodm-init.bb| 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/

[OE-core] [PATCH 24/30] lsbinitscripts: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/lsb/lsbinitscripts_9.03.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/rec

[OE-core] [PATCH 22/30] builder: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-graphics/builder/builder_0.1.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/rec

[OE-core] [PATCH 20/30] x11-common: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-graphics/x11-common/x11-common_0.1.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/me

[OE-core] [PATCH 21/30] lsb: use ${sysconfdir} instead of /etc for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/lsb/lsb_1.4.bb | 58 +- 1 files changed, 29 insertions(+), 29 deletions(-) d

[OE-core] [PATCH 19/30] libpam: use ${localstatedir} and ${sysconfdir} instead of /var and /etc

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/pam/libpam_1.1.5.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-ex

[OE-core] [PATCH 18/30] openssh: use ${localstatedir} instead of /var for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-connectivity/openssh/openssh_6.0p1.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/rec

[OE-core] [PATCH 17/30] linux-firware: use ${base_libdir} instead of /lib for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- .../linux-firmware/linux-firmware_git.bb | 34 ++-- 1 files changed, 17 insertions(+), 17 deletions(-) d

[OE-core] [PATCH 16/30] kernel.bbclass: use ${base_libdir} and ${sysconfdir} instead of /lib and /etc

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/classes/kernel.bbclass | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/classes/kernel.b

[OE-core] [PATCH 14/30] rpm: use ${localstatedir} and ${libdir} instead of /var and /usr/lib

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-devtools/rpm/rpm_5.4.9.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devto

[OE-core] [PATCH 15/30] at: use ${base_sbindir} instead of /sbin for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/at/at_3.1.13.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extend

[OE-core] [PATCH 13/30] external-sourcery: use ${prefix} and ${libdir} instead of /usr and /usr/lib

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- .../meta/external-sourcery-toolchain.bb|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta

[OE-core] [PATCH 11/30] lsb: use ${base_bindir} instead of /bin for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/lsb/lsb_1.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/

[OE-core] [PATCH 12/30] mingetty: use ${base_sbindir} instead of /sbin for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/mingetty/mingetty_1.08.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipe

[OE-core] [PATCH 10/30] systemtap: use ${datadir} instead of /usr/share for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- .../systemtap/systemtap-uprobes_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/r

[OE-core] [PATCH 09/30] xkeyboard-config: use ${datadir} instead of /usr/share for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- .../xorg-lib/xkeyboard-config_2.1.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/rec

[OE-core] [PATCH 08/30] ubootchart: use variables instead of hardcoded paths

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-devtools/ubootchart/ubootchart_svn.bb | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --

[OE-core] [PATCH 01/30] xinetd: use ${sbindir} instead of /usr/sbin for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/xinetd/xinetd_2.3.15.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/reci

[OE-core] [PATCH 06/30] cronie: use variables instead of hardcoded paths

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/cronie/cronie_1.4.8.bb | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/r

[OE-core] [PATCH 07/30] useradd-example: use ${datadir} instead of /usr/share for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- .../recipes-skeleton/useradd/useradd-example.bb| 34 ++-- 1 files changed, 17 insertions(+), 17 deletions(-) d

[OE-core] [PATCH 03/30] lsbsetup: use ${bindir} instead of /usr/bin for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/lsb/lsbsetup_1.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-ex

[OE-core] [PATCH 00/30] cleanup: use variables instead of hardcoded paths

2012-08-05 Thread Javier Martinez Canillas
The OpenEmbedded User Manual list the variables that should be used to control the directories into which files are installed. It says that is a poor practice to specify hardcoded paths instead of using these variables, yet there are many recipes that don't use it. This is a big patch-set that do

[OE-core] [PATCH 02/30] alsa-state: use ${sbindir} instead of /usr/sbin for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-bsp/alsa-state/alsa-state.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bs

[OE-core] [PATCH 04/30] sudo: use ${bindir} and ${sysconfdir} instead of /usr/bin and /etc

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/sudo/sudo_1.8.5p2.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-e

[OE-core] [PATCH 05/30] lsbtest: use ${bindir} instead of /usr/bin for packaging

2012-08-05 Thread Javier Martinez Canillas
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-extended/lsb/lsbtest_1.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-ext

[OE-core] [PATCH] qt4-native: fix creating /include directory in build host root

2012-08-05 Thread Martin Jansa
* same fix as http://git.openembedded.org/openembedded-core/commit/?id=7d3fd68480d54a8ef0d91a772df3506cd45ef2c2 is needed for native too Signed-off-by: Martin Jansa --- meta/recipes-qt/qt4/qt4-native.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes

Re: [OE-core] [oe-commits] Paul Eggleton : qt4: allow recipes building commercial edition

2012-08-05 Thread Martin Jansa
On Fri, Aug 03, 2012 at 09:17:30AM +0200, Martin Jansa wrote: > On Fri, Aug 03, 2012 at 12:15:26AM +0200, Martin Jansa wrote: > > On Tue, Jul 31, 2012 at 07:05:17AM +, g...@git.openembedded.org wrote: > > > Module: openembedded-core.git > > > Branch: master > > > Commit: 2be0058fc4acddab6116376

Re: [OE-core] [PATCH] gstreamer: gst-ffmpeg: fix build issues for libav

2012-08-05 Thread Koen Kooi
Op 4 aug. 2012, om 20:57 heeft Derek Buitenhuis het volgende geschreven: > On 02/08/2012 5:15 PM, Yao Zhao wrote: >> 1.The included libav configure is not generated by autotools >> patch use-correct-toolchain.patch patched its configure to >> use correct toolchain wrapper. > > Why are you pat

Re: [OE-core] [PATCH 4/5] gtk-icon-cache: call postinst scriplet at do_rootfs time

2012-08-05 Thread Koen Kooi
Op 4 aug. 2012, om 21:37 heeft Andreas Müller het volgende geschreven: > On Sat, Aug 4, 2012 at 7:14 PM, Koen Kooi wrote: >> >> Op 4 aug. 2012, om 16:01 heeft Laurentiu Palcu >> het volgende geschreven: >> >>> >>> >>> On 08/04/2012 12:29 PM, Andreas Müller wrote: On Sat, Aug 4, 2012

Re: [OE-core] [oe-core][RFC] bitbake.conf: exclude whole MACHINEOVERRIDES from OVERRIDES vardeps

2012-08-05 Thread Martin Jansa
On Mon, Jul 23, 2012 at 08:48:52AM -0700, Chris Larson wrote: > On Mon, Jul 23, 2012 at 8:45 AM, Richard Purdie > wrote: > > On Mon, 2012-07-23 at 16:25 +0200, Martin Jansa wrote: > >> * whole MACHINEOVERRIDES can change e.g. between MACHINES with different > >> arm architecture, causing allarch

[OE-core] [PATCH] opkg-utils: inherit pythonnative

2012-08-05 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-devtools/opkg-utils/opkg-utils_git.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb index 92e6624..caa66f7 100644 ---

[OE-core] [PATCH] layer.conf: add udev-extraconf to SIGGEN_EXCLUDERECIPES_ABISAFE

2012-08-05 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/conf/layer.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 090c8e2..dfcb1f3 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -23,4 +23,5 @@ SIGGEN_EXCLUDERECIPES_ABI

[OE-core] [PATCH] eglibc-locale: bump PR after fc4b138948656d482603b80f8c8e86fdbb185df4

2012-08-05 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-core/eglibc/eglibc-locale.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc index c08e38d..d6bdcb5 100644 --- a/meta/recipes-core/eglib