[OE-core] [PATCH 1/1] archiver.bbclass: Amend the problem for moving tarballs in ${DL_DIR} to ${DEPLOY_DIR}/source when enable archiver

2012-04-11 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com When running bitbake core-imamge-minmal, the error information like the following will appear: ERROR: Error executing a python function in /buildarea2/yzhao-test/poky-test/meta/recipes-core/zlib/zlib_1.2.6.bb: IOError: [Errno 2] No such file or

[OE-core] [PATCH 0/1] archiver.bbclass: Amend the problem for moving tarballs in ${DL_DIR} to ${DEPLOY_DIR}/source when enable archiver

2012-04-11 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com When running bitbake core-imamge-minmal, error information like the following will appear: ERROR: Error executing a python function in /buildarea2/yzhao-test/poky-test/meta/recipes-core/zlib/zlib_1.2.6.bb: IOError: [Errno 2] No such file or

Re: [OE-core] [PATCH] udev: generalize the check in touchscreen rule

2012-04-11 Thread Andrea Adami
On Mon, Apr 2, 2012 at 11:35 PM, Andrea Adami andrea.ad...@gmail.com wrote: * The actual rule only works for devices reporting ts pressure * and ignores the other touchscreens (happens e.g. on ipaq h1940). * a0,1,*18   a = absolute axes (ABS_X 0x00 ABS_Y 0x01 ABS_PRESSURE 0x18) * (see

Re: [OE-core] [CONSOLIDATED PULL (for RC3) 2/5] initrdscripts: fix init-live.sh and use unionfs

2012-04-11 Thread Richard Purdie
On Tue, 2012-04-10 at 18:33 -0700, Saul Wold wrote: From: Yang Shi yang@windriver.com [YOCTO #1487] When booting up with liveCD image, init scripts can't work well on read-only filesystem. Unionfs, which is supported in Yocto kernel, allows a filesystem to appear as writeable, but

Re: [OE-core] [PATCH] udev: generalize the check in touchscreen rule

2012-04-11 Thread Richard Purdie
On Wed, 2012-04-11 at 10:59 +0200, Andrea Adami wrote: On Mon, Apr 2, 2012 at 11:35 PM, Andrea Adami andrea.ad...@gmail.com wrote: * The actual rule only works for devices reporting ts pressure * and ignores the other touchscreens (happens e.g. on ipaq h1940). * a0,1,*18 a = absolute axes

Re: [OE-core] [PATCH 0/3] Important fixes for rc3

2012-04-11 Thread Richard Purdie
On Wed, 2012-04-11 at 03:19 +, Otavio Salvador wrote: The patches in this set are all important IMO and I do think they ought to be included. The following changes since commit bde1744018afd4616e114b20ffdc21b9abddcedc: hello-mod: Move hello-mod from meta to meta-skeleton (2012-04-10

Re: [OE-core] [PATCH] udev: generalize the check in touchscreen rule

2012-04-11 Thread Koen Kooi
Op 11 apr. 2012, om 12:16 heeft Richard Purdie het volgende geschreven: On Wed, 2012-04-11 at 10:59 +0200, Andrea Adami wrote: On Mon, Apr 2, 2012 at 11:35 PM, Andrea Adami andrea.ad...@gmail.com wrote: * The actual rule only works for devices reporting ts pressure * and ignores the other

[OE-core] [PATCH] python: Fix host contamination issue

2012-04-11 Thread Richard Purdie
python-nativesdk could fail with: | /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-ppc/build/build/tmp/sysroots/x86_64-linux/usr/bin/python: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by

Re: [OE-core] [CONSOLIDATED PULL (for RC3) 0/5] Please review and pull this morning

2012-04-11 Thread Richard Purdie
On Tue, 2012-04-10 at 18:33 -0700, Saul Wold wrote: Richard, This is a set of fixes for RC3, there is a pending set for meta-yocto to review. Sau! The following changes since commit bde1744018afd4616e114b20ffdc21b9abddcedc: hello-mod: Move hello-mod from meta to meta-skeleton

Re: [OE-core] [PATCH] u-boot: add machine name to spl image name

2012-04-11 Thread Richard Purdie
On Tue, 2012-04-10 at 15:56 +0200, Koen Kooi wrote: Op 10 apr. 2012, om 15:41 heeft Richard Purdie het volgende geschreven: On Fri, 2012-04-06 at 06:29 -0700, Koen Kooi wrote: Op 5 apr. 2012 om 20:18 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 04/05/2012

Re: [OE-core] libpython2

2012-04-11 Thread Richard Purdie
On Tue, 2012-04-10 at 15:41 +0200, Andreas Oberritter wrote: Hi, bitbake complains: NOTE: multiple providers are available for runtime libpython2 (python, python-nativesdk) NOTE: consider defining a PREFERRED_PROVIDER entry to match libpython2 That's because I'm building a recipe for a

[OE-core] [PATCH] utility-taska.bbclass: Add distclean task for removing sources

2012-04-11 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * Bring distclean task from openembedded classic. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/classes/utility-tasks.bbclass | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git

Re: [OE-core] libpython2

2012-04-11 Thread Richard Purdie
On Tue, 2012-04-10 at 06:56 -0700, Chris Larson wrote: On Tue, Apr 10, 2012 at 6:41 AM, Andreas Oberritter o...@opendreambox.org wrote: NOTE: multiple providers are available for runtime libpython2 (python, python-nativesdk) NOTE: consider defining a PREFERRED_PROVIDER entry to match

[OE-core] [PATCH] mirrors: remove snapshot.debian.net

2012-04-11 Thread Andreas Oberritter
* snapshot.debian.net returns HTML pages for archives it doesn't contain, causing unpredictably broken downloads. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta/classes/mirrors.bbclass |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH] utility-taska.bbclass: Add distclean task for removing sources

2012-04-11 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * Bring distclean task from openembedded classic. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/classes/utility-tasks.bbclass | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git

Re: [OE-core] [PATCH] u-boot: add machine name to spl image name

2012-04-11 Thread Koen Kooi
Op 11 apr. 2012, om 13:36 heeft Richard Purdie het volgende geschreven: On Tue, 2012-04-10 at 15:56 +0200, Koen Kooi wrote: Op 10 apr. 2012, om 15:41 heeft Richard Purdie het volgende geschreven: On Fri, 2012-04-06 at 06:29 -0700, Koen Kooi wrote: Op 5 apr. 2012 om 20:18 heeft Saul Wold

[OE-core] [PATCH V2] utility-tasks.bbclass: Add distclean task for removing sources

2012-04-11 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * Bring distclean task from openembedded classic. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/classes/utility-tasks.bbclass | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git

Re: [OE-core] [PATCH] utility-taska.bbclass: Add distclean task for removing sources

2012-04-11 Thread Ahsan, Noor
Sorry about the wrong patches. -Original Message- From: Ahsan, Noor Sent: Wednesday, April 11, 2012 4:48 PM To: openembedded-core@lists.openembedded.org Cc: Ahsan, Noor Subject: [PATCH] utility-taska.bbclass: Add distclean task for removing sources From: Noor Ahsan noor_ah...@mentor.com

Re: [OE-core] [PATCH] udev: generalize the check in touchscreen rule

2012-04-11 Thread Andrea Adami
As far as I understand that, the rule was originally written for corgi touchscreen and did indeed work for ads7846 ts. Then something went wrong and this patch appeared: udev 124: support devices with ads7846 touchscreen and wrong modalias

Re: [OE-core] [PATCH 1/1] package.bbclass: needs_ldconfig from linux_so is needed in global namespace

2012-04-11 Thread Richard Purdie
On Tue, 2012-04-10 at 18:34 +0300, Andrei Gherzan wrote: On Tue, Apr 10, 2012 at 12:02, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-04-06 at 16:57 +0300, Andrei Gherzan wrote: The suite of statements in a function definition executes with a

[OE-core] [PATCH] insane.bbclass: Add missing variable bpn

2012-04-11 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * bpn variable was used but it was not defined. Add bpn to resolve that issue. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/classes/insane.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [OE-core] [PATCH V2] utility-tasks.bbclass: Add distclean task for removing sources

2012-04-11 Thread Richard Purdie
On Wed, 2012-04-11 at 16:49 +0500, Noor, Ahsan wrote: From: Noor Ahsan noor_ah...@mentor.com * Bring distclean task from openembedded classic. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/classes/utility-tasks.bbclass | 30 ++ 1 files changed,

Re: [OE-core] [PATCH] udev: generalize the check in touchscreen rule

2012-04-11 Thread Marko Katić
Current tslib indeed does use ABS_PRESSURE to signal applied pressure. BTN_TOUCH is only used to indicate pen up events. This happens in the input_raw module. Tslib could be modified to check whether the underlying input device supports ABS_PRESSURE. if not, it shoud use BTN_TOUCH to signal

Re: [OE-core] [PATCH 0/3] Important fixes for rc3

2012-04-11 Thread Otavio Salvador
On Wed, Apr 11, 2012 at 07:21, Richard Purdie richard.pur...@linuxfoundation.org wrote: A typo fix is not high priority for -rc3. Sending patches which you then request me to manually fix up for -rc3 is a bit of a joke. The typo I agree and I can resend the patch but I didn't because it was 1am

Re: [OE-core] [PATCH] udev: generalize the check in touchscreen rule

2012-04-11 Thread Paul Eggleton
On Wednesday 11 April 2012 13:57:29 Andrea Adami wrote: Finally, bluelightning reported that on ipaq h1940 the rule did not match and added a .bbappend in meta-handheld. FYI this is because pressure support was removed from the driver. I don't know if there's ever hope of it coming back.

Re: [OE-core] [PATCH] udev: generalize the check in touchscreen rule

2012-04-11 Thread Andrea Adami
On Wed, Apr 11, 2012 at 2:55 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 11 April 2012 13:57:29 Andrea Adami wrote: Finally, bluelightning reported that on ipaq h1940 the rule did not match and added a .bbappend in meta-handheld. FYI this is because pressure support

Re: [OE-core] [PATCH] udev: generalize the check in touchscreen rule

2012-04-11 Thread Paul Eggleton
On Wednesday 11 April 2012 15:09:10 Andrea Adami wrote: On Wed, Apr 11, 2012 at 2:55 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 11 April 2012 13:57:29 Andrea Adami wrote: Finally, bluelightning reported that on ipaq h1940 the rule did not match and added a

Re: [OE-core] [PATCH] udev: generalize the check in touchscreen rule

2012-04-11 Thread Andrea Adami
On Wed, Apr 11, 2012 at 3:18 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 11 April 2012 14:15:57 Paul Eggleton wrote: FWIW, I can report that with a patch to the rule such as this one Just to clarify, I meant Andrea's patch to the udev rule, not the NACKed kernel

[OE-core] [PATCH 0/1] Integrate new js185 as a new bb file

2012-04-11 Thread Andrei Gherzan
This is a temporary solution until we know what to do with packages like web or web-webkit. The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5: runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:47 +0100) are available in the git repository at:

[OE-core] [PATCH 1/1] js185: Integrate version 1.8.5

2012-04-11 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-support/js/files/link_with_gcc.patch | 12 +++ meta/recipes-support/js/files/usepic.patch| 15 ++-- meta/recipes-support/js/js185_1.0.0.bb| 36 + 3 files changed, 45

[OE-core] [PATCH] distro-tracking: Fix syslinux NO_UPDATE_REASON

2012-04-11 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../conf/distro/include/distro_tracking_fields.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index

[OE-core] [PATCH 1/1] gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/gdbm

2012-04-11 Thread Andrei Gherzan
ndbm.h is needed by python for dbm module. This is why -enable-libgdbm-compat was added to configure. The second change is because python is looking for the gdbm headers in include/gdbm. The easiest way to solve this issue is to add symlinks in include/gdbm. In order to avoid breaking packages

[OE-core] [PATCH 0/1][V2] gdbm: Package compat libs in ${PN}-compat

2012-04-11 Thread Andrei Gherzan
Thanks to: Martin Jansa The following changes since commit f720b01586bf19bf6f00d705d0d4a2d2a3786780: python: Add patch to avoid warning about sunaudiodev module (2012-04-11 16:53:57 +0300) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ag/pythonbug2

Re: [OE-core] [PATCH 1/1] gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/gdbm

2012-04-11 Thread Martin Jansa
On Wed, Apr 11, 2012 at 4:18 PM, Andrei Gherzan and...@gherzan.ro wrote: ndbm.h is needed by python for dbm module. This is why -enable-libgdbm-compat was added to configure. The second change is because python is looking for the gdbm headers in include/gdbm. The easiest way to solve this

[OE-core] [PATCH 1/3] createrepo: Python scripts should use the python interpreter from env

2012-04-11 Thread Andrei Gherzan
Added path to modify the hardcoded path of python interpreter from python scripts. The python interpreter should be the one from native sysroot and not the one from host machine. [YOCTO #2134] Signed-off-by: Andrei Gherzan and...@gherzan.ro --- ...n-scripts-should-use-interpreter-from-env.patch

[OE-core] [PATCH 3/3] rpm-native: Compile python rpm module (with-python)

2012-04-11 Thread Andrei Gherzan
This module is needed by python scripts from createrepo native package. [YOCTO #2134] Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-devtools/rpm/rpm_5.4.0.bb |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb

[OE-core] [PATCH 2/3] package-index: Force NATIVE python to use modules from STAGING_DIR_NATIVE

2012-04-11 Thread Andrei Gherzan
Export PYTHONHOME to ${STAGING_DIR_NATIVE}/usr. In this way python will search for modules in native sysroot. [YOCTO #2134] Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-core/meta/package-index.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

Re: [OE-core] [PATCH 1/1] gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/gdbm

2012-04-11 Thread Andrei Gherzan
On Wed, Apr 11, 2012 at 17:25, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Apr 11, 2012 at 4:18 PM, Andrei Gherzan and...@gherzan.ro wrote: ndbm.h is needed by python for dbm module. This is why -enable-libgdbm-compat was added to configure. The second change is because python is

[OE-core] [V3 1/1] gdbm: Package compat libs in gdbm-compat

2012-04-11 Thread Andrei Gherzan
In order to avoid breaking packages which depend on old package name libgdbm4 (= 1.10), compat libs are packaged into a separate package named gdbm-compat. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-support/gdbm/gdbm_1.10.bb |7 ++- 1 files changed, 6

Re: [OE-core] [V3 1/1] gdbm: Package compat libs in gdbm-compat

2012-04-11 Thread Koen Kooi
Op 11 apr. 2012, om 16:57 heeft Andrei Gherzan het volgende geschreven: In order to avoid breaking packages which depend on old package name libgdbm4 (= 1.10), compat libs are packaged into a separate package named gdbm-compat. You need to send a patch to bump PR on everything with gdbm in

[OE-core] MINUTES: OE TSC 13 March 2012

2012-04-11 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee 13 March 2012 Attending: Richard Purdie (RP) Paul Eggleton (bluelightning) Mark Hatle (fray) Tom Rini (Tartarus) Khem (khem) Minutes: Jefro (Jefro) Agenda Summary 1. pick a chair fray

[OE-core] MINUTES: OE TSC 10 April 2012 (date corrected)

2012-04-11 Thread Jeff Osier-Mixon
[Sorry - this was yesterday's meeting, date corrected] OpenEmbedded Technical Steering Committee 10 April 2012 Attending:   Richard Purdie (RP)   Paul Eggleton (bluelightning)   Mark Hatle (fray)   Tom Rini (Tartarus)   Khem (khem) Minutes: Jefro (Jefro)

Re: [OE-core] [PATCH 1/1] classes/package_deb: create .gz index instead of .bz2

2012-04-11 Thread Saul Wold
On 04/10/2012 03:52 PM, Paul Eggleton wrote: apt is looking for Packages.gz files instead of the .bz2 files we are currently creating and failing when they cannot be found. It is not immediately obvious how to make the current version use the .bz2 indexes; thus create .gz indexes for now which

Re: [OE-core] [PATCH 1/1] archiver.bbclass: Amend the problem for moving tarballs in ${DL_DIR} to ${DEPLOY_DIR}/source when enable archiver

2012-04-11 Thread Saul Wold
On 04/10/2012 11:15 PM, Xiaofeng Yan wrote: From: Xiaofeng Yanxiaofeng@windriver.com When running bitbake core-imamge-minmal, the error information like the following will appear: ERROR: Error executing a python function in

Re: [OE-core] [PATCH 0/2] Misc bugfixes

2012-04-11 Thread Saul Wold
On 04/09/2012 03:27 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5: runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:47 +0100) are available in the git

Re: [OE-core] [PATCH V2 0/1] multilib header support for python

2012-04-11 Thread Saul Wold
On 04/05/2012 07:40 PM, Lianhao Lu wrote: Added multilib header support for python, so that lib32-python and python won't have conflicting file pyconfig.h. The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47: Saul Wold (1): runqemu-internal: Add console=tty

Re: [OE-core] [PATCH V4 0/1] connman: added dependency to ofono.

2012-04-11 Thread Saul Wold
On 04/10/2012 08:32 AM, Lianhao Lu wrote: Per community discussion result, we temporarily added the denpendency to ofono for connman in 1.2 release, and we'll change it to using PACKAGECONFIG to optionally build ofono. Also bump the PR. The following changes since commit

Re: [OE-core] [PATCH] insane.bbclass: Add missing variable bpn

2012-04-11 Thread Saul Wold
On 04/11/2012 05:00 AM, Noor, Ahsan wrote: From: Noor Ahsannoor_ah...@mentor.com * bpn variable was used but it was not defined. Add bpn to resolve that issue. Signed-off-by: Noor Ahsannoor_ah...@mentor.com --- meta/classes/insane.bbclass |1 + 1 files changed, 1 insertions(+), 0

[OE-core] [V4 0/2] Package gdbm compat libs in gdbm-compat and PR bumps

2012-04-11 Thread Andrei Gherzan
In order to avoid breaking packages which depend on old package name libgdbm4 (= 1.10) compat libs are packaged into a separate package named gdbm-compat PR bumps for packages with gdbm in depends. Thanks to Koen Kooi. The following changes since commit 8e3c4f8874525f0826236f05484051bc9482cdbc:

[OE-core] [V4 2/2] PR bump packages with gdbm in DEPENDS

2012-04-11 Thread Andrei Gherzan
This is done because of this change in gdbm: gdbm: Package compat libs in gdbm-compat Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-devtools/perl/perl_5.14.2.bb |2 +- meta/recipes-devtools/python/python_2.7.2.bb |2 +- .../pulseaudio/pulseaudio_1.1.bb

[OE-core] [V4 1/2] gdbm: Package compat libs in gdbm-compat

2012-04-11 Thread Andrei Gherzan
In order to avoid breaking packages which depend on old package name libgdbm4 (= 1.10), compat libs are packaged into a separate package named gdbm-compat. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-support/gdbm/gdbm_1.10.bb |7 ++- 1 files changed, 6

[OE-core] [PATCH] vala: Add vala package as a devtool (version 0.12.1)

2012-04-11 Thread Florin Sarbu
Added the vala package from meta-oe to support future systemd integration. Signed-off-by: Florin Sarbu florin.sa...@windriver.com --- meta/recipes-devtools/vala/vala.inc | 25 + meta/recipes-devtools/vala/vala_0.12.1.bb |7 +++ 2 files changed, 32

[OE-core] [PATCH] vala: Add vala package as a devtool (version 0.12.1)

2012-04-11 Thread Florin Sarbu
Added the vala package from meta-oe to support future systemd integration. Signed-off-by: Florin Sarbu florin.sa...@windriver.com --- meta/recipes-devtools/vala/vala.inc | 25 + meta/recipes-devtools/vala/vala_0.12.1.bb |7 +++ 2 files changed, 32

[OE-core] [PATCH] vala: Add vala package as a devtool (version 0.12.1)

2012-04-11 Thread Florin Sarbu
Added the vala package from meta-oe to support future systemd integration. Signed-off-by: Florin Sarbu florin.sa...@windriver.com --- meta/recipes-devtools/vala/vala.inc | 25 + meta/recipes-devtools/vala/vala_0.12.1.bb |7 +++ 2 files changed, 32

Re: [OE-core] [PATCH] vala: Add vala package as a devtool (version 0.12.1)

2012-04-11 Thread Martin Jansa
On Wed, Apr 11, 2012 at 07:13:41PM +0300, Florin Sarbu wrote: Added the vala package from meta-oe to support future systemd integration. When you're adding it from meta-oe, why not in current version with needed patch to build e.g. midori?

[OE-core] [PATCH] package_rpm: Fix useradd preinst ordering issues

2012-04-11 Thread Richard Purdie
We were already having occasional ordering issues with package_rpm. Fixing the ldconfig postinstall issue pushed rpm over the cliff and totally broke rpm builds with the packages getting installed in effectively a random order and the useradd preinstalls getting executed out of order and breaking.

Re: [OE-core] [PATCH] package_rpm: Fix useradd preinst ordering issues

2012-04-11 Thread Mark Hatle
On 4/11/12 4:31 PM, Richard Purdie wrote: We were already having occasional ordering issues with package_rpm. Fixing the ldconfig postinstall issue pushed rpm over the cliff and totally broke rpm builds with the packages getting installed in effectively a random order and the useradd preinstalls

Re: [OE-core] [PATCH] vala: Add vala package as a devtool (version 0.12.1)

2012-04-11 Thread Paul Eggleton
On Wednesday 11 April 2012 13:43:20 Martin Jansa wrote: On Wed, Apr 11, 2012 at 07:13:41PM +0300, Florin Sarbu wrote: Added the vala package from meta-oe to support future systemd integration. When you're adding it from meta-oe, why not in current version with needed patch to build e.g.

[OE-core] [PATCH] python: use PKGSUFFIX for libpython2

2012-04-11 Thread Andreas Oberritter
* python-nativesdk shouldn't provide libpython2, but libpython2-nativesdk. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta/recipes-devtools/python/python_2.7.2.bb |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git