[OE-core] [PATCH] pinentry: update 0.9

2014-11-01 Thread Armin Kuster
removed some EXTRA_OECONF to fix: WARNING: QA Issue: pinentry: configure was passed unrecognised options: --disable-glibtest --disable-pinentry-gtk --disable-pinentry-qt [unknown-configure-option] Signed-off-by: Armin Kuster --- .../pinentry/{pinentry_0.8.4.bb => pinentry_0.9.0.bb}|

Re: [OE-core] [PATCH 0/3] pseudo+image.bbclass: changes to avoid host contamination

2014-11-01 Thread Peter A. Bigot
On 10/31/2014 11:15 PM, Peter A. Bigot wrote: On 10/13/2014 05:35 PM, Peter Seebach wrote: On Mon, 13 Oct 2014 17:29:26 -0500 "Peter A. Bigot" wrote: Basically, even if "root" is a special case, taking this path means making assumptions about what the application is doing based on what system

[OE-core] [PATCH 2/3] pseudo: provide fallback passwd and group files

2014-11-01 Thread Peter A. Bigot
Normally pseudo is built with --without-passwd-fallback, which requires that somebody provide target passwd and group files. Those come from base-passwd in OE, but base-passwd cannot be built without first invoking operations under pseudo that require getpw*/getgr*. Provide the absolute minimum s

[OE-core] [PATCH 1/3] pseudo: default --without-passwd-fallback

2014-11-01 Thread Peter A. Bigot
No good reason exists to fall back to the build host /etc files when attempting to resolve user and group information. Recipe dependencies should be updated so the correct target files are available. Signed-off-by: Peter A. Bigot --- meta/recipes-devtools/pseudo/pseudo_1.6.2.bb | 2 +- 1 file c

[OE-core] [PATCH 3/3] bitbake.conf: pseudo fall back to last-resort passwd files

2014-11-01 Thread Peter A. Bigot
Recipe packaging for the target requires permissions that are consistent with meta/files/fs-perms.txt which specifies certain user and group names. In the early parts of a target build base-passwd is not yet available to provide the target /etc files used for user/group lookup. Allow pseudo to fal

[OE-core] [PATCH 0/3] prevent pseudo host passwd/group contamination

2014-11-01 Thread Peter A. Bigot
I don't have my -contrib accounts yet so can't do pull requests, but these are simple. These patches build on the following unmerged fixes for pseudo's support for --without-passwd-fallback: http://patches.openembedded.org/patch/81591/ http://patches.openembedded.org/patch/81593/ http://pat

[OE-core] [PATCH] package_manager: Fix populate_sdk for dpkg packages

2014-11-01 Thread Ricardo Ribalda Delgado
Without this patch: ERROR: Unable to install packages. Command '/var/lib/jenkins/jobs/qt5022-cesium/workspace/build/tmp/sysroots/x86_64-linux/usr/bin/apt-get install --force-yes --allow-unauthenticated nativesdk-packagegroup-sdk-host packagegroup-cross-canadian-qt5022' returned 100: Reading pa