[OE-core] [PATCH 0/1] matchbox-session-sato: do not rdepend on initscripts

2013-03-01 Thread Qi.Chen
From: Chen Qi The following changes since commit 2cc4fe4a0874c42421b1bf3fa100160a9e60a9da: upstream_tracking.inc: Coonectivity and multimedia packages updates (2013-02-25 05:58:20 -0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/matchbox-initscrip

[OE-core] [PATCH 1/1] matchbox-session-sato: do not rdepend on initscripts

2013-03-01 Thread Qi.Chen
From: Chen Qi Previously, matchbox-session-sato depended on initscripts, thus resulting in initscripts package built and installed in case of systemd init manager. But there is actually no dependency between them. So this patch removes the dependency. [YOCTO #3940] Signed-off-by: Chen Qi ---

Re: [OE-core] [CONSOLIDATED PULL 00/40] Post-ELC Patches and Updates

2013-03-01 Thread Martin Jansa
On Fri, Mar 01, 2013 at 12:26:49AM +, Richard Purdie wrote: > On Fri, 2013-03-01 at 00:42 +0100, Martin Jansa wrote: > > On Thu, Feb 28, 2013 at 11:15:08PM +, Richard Purdie wrote: > > > > Martin Jansa (1): > > > > sanity: use lsb distro_identifier > > > > > > Where are the updates this

Re: [OE-core] [oe] [PATCH]: Resolve sysvinit and util-linux conflicting man pages.

2013-03-01 Thread Martin Jansa
On Thu, Feb 28, 2013 at 09:19:09PM -0500, Jeffrey Honig wrote: > From: Jeffrey C Honig > > [ CQID: WIND00404316 ] > > Use alternatives mechanism to prevent sysvlinux and util-linux > man pages from causing conflicts. It would be better to set higher then default priority in one of them, otherwi

Re: [OE-core] [PATCH][oe-core] systemd.bbclass: fix bb.error

2013-03-01 Thread Martin Jansa
On Wed, Feb 27, 2013 at 01:47:00PM -0800, Khem Raj wrote: > On Wed, Feb 27, 2013 at 9:46 AM, Martin Jansa wrote: > > NOTE: recipe avahi-ui-0.6.31-r7.0: task do_package: Started > > ERROR: %s does not appear in package list, please add it avahi-ui-daemon > > ERROR: %s does not appear in package lis

[OE-core] systemd-systemctl-native not pulled in when building systemd image

2013-03-01 Thread Erik Botö
Hi, I'm building a small image with systemd as DISTRO_FEATURES_INITMAN and it's also in DISTRO_FEATURES. But checking the log.do_rootfs I see that systemctl is missing when running the postinst script of e.g. systemd-compat-units. If I put in DEPENDS += " systemd-systemctl-native" in my image rec

[OE-core] [PATCH 0/2] fix toolchain relocation issues

2013-03-01 Thread Hongxu Jia
[YOCTO #3338] The following changes since commit d7b248e715d99766bf8602ff9f038f8b0afa5e78: augeas: change SRC_URI (2013-02-26 08:02:29 -0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-toolchain-relocation http://git.pokylinux.org/cgit.cgi/pok

[OE-core] [PATCH 1/2] perl-nativesdk:fix toolchain relocation issues

2013-03-01 Thread Hongxu Jia
1, Use create_wrapper to create perl wrapper in the SDK. 2, Add perl.real to perl-nativesdk package. [YOCTO #3338] Signed-off-by: Hongxu Jia --- meta/recipes-devtools/perl/perl_5.14.3.bb |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/perl/per

[OE-core] [PATCH 2/2] populate_sdk_base.bbclass:fix toolchain relocation issues

2013-03-01 Thread Hongxu Jia
When run "autoreconf" in toolchain, there is an error if the host's perl's version is not the same as the one in the SDK, the error says that the executable perl mismatches the perl lib's version. This is because most of the autotools' scripts use the "#!/usr/bin/perl -w" which is host perl, but t

[OE-core] [PATCH 1/2] package_rpm.bbclass: add more description for pre/post scriptlets

2013-03-01 Thread Kang Kai
When write rpm spec file, one description line "# pkgname - script_type" is added to pre/post scriptlets for base package but no such line writted for subpackage. Add similiar line to subpackage to facilitate handling the pre/post scriptlets. Signed-off-by: Kang Kai --- meta/classes/package_r

[OE-core] [PATCH 2/2] package_rpm.bbclass: name postinst files with package name

2013-03-01 Thread Kang Kai
When create rootfs, some post install scripts need be run on device. They are saved under directory /etc/rpm-postinst and named with numbers such as 100, 101 etc. Update to name the postinst script file with its package name instead of just number. That may be more easy to debug when there is a er

[OE-core] [PATCH 0/2] Name rpm package postinstll files with their package names

2013-03-01 Thread Kang Kai
[YOCTO #3218] The following changes since commit 0bedc0b80d9b46cbbf4a2c5e120a6aa52cbc7c2e: sudo : upgrade to 1.8.6p6 (2013-02-28 23:15:52 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib kaikang/name-rpm-postinst http://git.pokylinux.org/cgit.cgi/poky-co

Re: [OE-core] [CONSOLIDATED PULL 00/40] Post-ELC Patches and Updates

2013-03-01 Thread Burton, Ross
On 1 March 2013 09:18, Martin Jansa wrote: > I'm not using poky as DISTRO and don't have access to most of those > distros to check lsb_release output. > > I'm sure about Ubuntu where it's easy: > Ubuntu-10.04 \n \ > Ubuntu-11.10 \n \ > Ubuntu-12.04 \n \ >

Re: [OE-core] systemd-systemctl-native not pulled in when building systemd image

2013-03-01 Thread Burton, Ross
On 1 March 2013 09:25, Erik Botö wrote: > I'm building a small image with systemd as DISTRO_FEATURES_INITMAN and > it's also in DISTRO_FEATURES. But checking the log.do_rootfs I see > that systemctl is missing when running the postinst script of e.g. > systemd-compat-units. That's a bug in system

Re: [OE-core] [PATCH 1/1] base-passwd.preinst:fix creating passwd and group error

2013-03-01 Thread Burton, Ross
On 28 February 2013 15:25, Javier Viguera wrote: > I was bite by this one [YOCTO #3917] in *danny* branch not allowing me to > create a rootfs based in DEB packages. Sometimes happens, sometimes not, > depending on whether 'base-files' is installed in the rootfs before or after > 'base-passwd'. >

[OE-core] [RFC] U-Boot Recipes

2013-03-01 Thread Jack Mitchell
Today I was building an image for the beaglebone with oe-core + meta-beagleboard. meta-beagleboard pretty much provides the machine definition and the kernel. In order to build the correct u-boot (2013.01+) I had to add u-boot 2013.01 to oe-core. Whilst during this I noticed the mess that the u

[OE-core] Perf using host system includes

2013-03-01 Thread Jack Mitchell
It seems Perf is managing to have some system includes slip into the build. Attached is the log file with details. -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- DEBUG: Executing shell function do_compile NOTE: make -j 8 -C /mnt/SSD/oe-r0005/cco

[OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Emilia Ciobanu
Signed-off-by: Emilia Ciobanu --- .../btrfs-tools/btrfs-tools_git.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index e963a74..df216b1 100644 --- a/meta/recip

[OE-core] [PATCH v2] remake: added PV to git package recipe

2013-03-01 Thread Emilia Ciobanu
Signed-off-by: Emilia Ciobanu --- meta/recipes-devtools/remake/remake_git.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/remake/remake_git.bb b/meta/recipes-devtools/remake/remake_git.bb index 42c4d48..a7cf54e 100644 --- a/meta/recipes-devtools/remake/remake_gi

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Richard Purdie
On Fri, 2013-03-01 at 14:19 +0200, Emilia Ciobanu wrote: > Signed-off-by: Emilia Ciobanu > --- > .../btrfs-tools/btrfs-tools_git.bb |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb > b/meta/recipes-devtools/btrfs-

Re: [OE-core] [PATCH V3 0/2]fix native package compile error with gcc 4.3.4 on x86 host

2013-03-01 Thread Hongxu Jia
On 03/01/2013 07:57 AM, Richard Purdie wrote: On Thu, 2013-02-28 at 07:49 -0800, Khem Raj wrote: On Thu, Feb 28, 2013 at 3:06 AM, Burton, Ross wrote: On 28 February 2013 07:09, Hongxu Jia wrote: Change from V2: as Khem Raj suggested, use `-march=native' to cause the compiler to auto-detect t

Re: [OE-core] [RFC] U-Boot Recipes

2013-03-01 Thread Bruce Ashfield
On Fri, Mar 1, 2013 at 6:47 AM, Jack Mitchell wrote: > Today I was building an image for the beaglebone with oe-core + > meta-beagleboard. meta-beagleboard pretty much provides the machine > definition and the kernel. In order to build the correct u-boot (2013.01+) I > had to add u-boot 2013.01 to

[OE-core] [PATCH] qemu.inc: Non deterministic compile of qemu

2013-03-01 Thread Jason Wessel
When you using a qemuppc target and sstate you might end up with the problem: qemu-system-ppc: error while loading shared libraries: libfdt.so.1: cannot open shared object file: No such file or directory The way you can force this to happen assuming you are using sstate is as follows: bitbake

Re: [OE-core] [RFC] U-Boot Recipes

2013-03-01 Thread Richard Purdie
On Fri, 2013-03-01 at 08:33 -0500, Bruce Ashfield wrote: > On Fri, Mar 1, 2013 at 6:47 AM, Jack Mitchell > wrote: > > Today I was building an image for the beaglebone with oe-core + > > meta-beagleboard. meta-beagleboard pretty much provides the machine > > definition and the kernel. In order to

Re: [OE-core] [PATCH V2] Add scratch directory for NFS upcall state storage

2013-03-01 Thread Richard Purdie
On Thu, 2013-02-28 at 10:43 -0800, Rich Dubielzig wrote: > When the /var/lib/nfs/v4recovery directory is not present, NFSD cannot > record the upcall state and cannot end the 90-second grace period on > startup. This is true even when NFS4 is not being served according to > nfsstat. > > More deta

Re: [OE-core] [RFC] U-Boot Recipes

2013-03-01 Thread Bruce Ashfield
On Fri, Mar 1, 2013 at 9:42 AM, Richard Purdie wrote: > On Fri, 2013-03-01 at 08:33 -0500, Bruce Ashfield wrote: >> On Fri, Mar 1, 2013 at 6:47 AM, Jack Mitchell >> wrote: >> > Today I was building an image for the beaglebone with oe-core + >> > meta-beagleboard. meta-beagleboard pretty much pro

[OE-core] [PATCH] apt: upgrade to 0.9.7.7

2013-03-01 Thread Constantin Musca
bb files: remove invalid config.sub/config.guess files (autotools will generate the correct files) allocate-larger-memory.patch: not needed anymore fix-gcc-4.6-null-not-defined.patch: added - include header that defines NULL includes-fix.patch: not needed anymore localefixes.patch: removed

Re: [OE-core] [oe-commits] Constantin Musca : mesa: upgrade to 9.0.2

2013-03-01 Thread Martin Jansa
On Tue, Feb 12, 2013 at 01:28:46PM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 7a0eca4379b72981a378ffe62f4e8e3428ee791a > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7a0eca4379b72981a378ffe62f4e8e3428ee791a > > A

Re: [OE-core] [oe-commits] Constantin Musca : mesa: upgrade to 9.0.2

2013-03-01 Thread Burton, Ross
On 1 March 2013 15:10, Martin Jansa wrote: > This breaks upgrade path: > * check_data_file_clashes: Package libdricore9.0.2-1 wants to install > * file /etc/drirc > But that file is already provided by package * libdricore9.0.1-1 Urgh, that's annoying API versioning. I wonder if some

Re: [OE-core] [PATCH] apt: upgrade to 0.9.7.7

2013-03-01 Thread Constantin Musca
On 03/01/2013 05:06 PM, Constantin Musca wrote: bb files: remove invalid config.sub/config.guess files (autotools will generate the correct files) allocate-larger-memory.patch: not needed anymore fix-gcc-4.6-null-not-defined.patch: added - include header that defines NULL includes-fix.pat

[OE-core] Last minute 1.3.1 series

2013-03-01 Thread Burton, Ross
Hi, The branch openembedded-core-contrib:ross/danny-next contains the following series for danny: d961e42 install: Look for grub2 files on the initramfs, not rootfs f8d4458 tcp-wrappers: add socklen_t.patch c98fd66 tcp-wrappers: remove size_t.patch d8204a2 alsa-tools: fix compilation error 7912f3

Re: [OE-core] [PATCH] qemu.inc: Non deterministic compile of qemu

2013-03-01 Thread Khem Raj
Sent from my iPad On Mar 1, 2013, at 6:26 AM, Jason Wessel wrote: > When you using a qemuppc target and sstate you might end up with > the problem: > > qemu-system-ppc: error while loading shared libraries: > libfdt.so.1: cannot open shared object file: No such file or directory > > The wa

Re: [OE-core] [CONSOLIDATED PULL 00/40] Post-ELC Patches and Updates

2013-03-01 Thread Trevor Woerner
On Fri, Mar 1, 2013 at 4:18 AM, Martin Jansa wrote: > I'm sure about Ubuntu where it's easy: > Ubuntu-10.04 \n \ > Ubuntu-11.10 \n \ > Ubuntu-12.04 \n \ > Ubuntu-12.10 \n \ > but with others I'll need some help. I can help with openSUSE, what do you

Re: [OE-core] [CONSOLIDATED PULL 00/40] Post-ELC Patches and Updates

2013-03-01 Thread Martin Jansa
On Fri, Mar 01, 2013 at 10:57:50AM -0500, Trevor Woerner wrote: > On Fri, Mar 1, 2013 at 4:18 AM, Martin Jansa wrote: > > I'm sure about Ubuntu where it's easy: > > Ubuntu-10.04 \n \ > > Ubuntu-11.10 \n \ > > Ubuntu-12.04 \n \ > > Ubuntu-12.10 \n \ >

Re: [OE-core] [PATCH] qemu.inc: Non deterministic compile of qemu

2013-03-01 Thread Trevor Woerner
On Fri, Mar 1, 2013 at 9:26 AM, Jason Wessel wrote: > When you using a qemuppc target and sstate you might end up with > the problem: > > diff --git a/meta/recipes-devtools/qemu/qemu.inc > b/meta/recipes-devtools/qemu/qemu.inc > index 6c44b31..eb60d43 100644 > --- a/meta/recipes-devtools/qemu/qem

Re: [OE-core] [CONSOLIDATED PULL 00/40] Post-ELC Patches and Updates

2013-03-01 Thread Trevor Woerner
On Fri, Mar 1, 2013 at 11:01 AM, Martin Jansa wrote: > send lsb_release -a output openSUSE 12.2: $ lsb_release -a LSB Version: core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64:desktop-4.0-amd64:desktop-4.0-noarch:graphics-2.0-amd64:graphics-2.0-noar

[OE-core] Fwd: Hello everyone

2013-03-01 Thread Matthew McClintock
Hello all, If you need to contact me, please use this new email address msm-...@mcclintock.net, instead of m...@freescale.com or b29...@freescale.com. Thanks! -M ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.

[OE-core] [PATCH 0/2] Connman upgrade and qemu ethernet provisioning

2013-03-01 Thread Cristian Iorga
Connman 1.12 features Ethernet provisioning As such, qemu machines will use it to prevent connman to loose connectivity if no network infrastructure is present. Fixes Yocto bugs YB3227, YB3804, YB3843. Cristian Iorga (2): connman: upgrade to 1.12 connman: Wired inteface provisioned via qemu

[OE-core] [PATCH 1/2] connman: upgrade to 1.12

2013-03-01 Thread Cristian Iorga
- 0002-storage.c-If-there-is-no-d_type-support-use-fstatat.patch no longer needed; fix included in package source code Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/connman/connman.inc |2 +- ...If-there-is-no-d_type-support-use-fstatat.patch | 55

[OE-core] [PATCH 2/2] connman: Wired inteface provisioned via qemu

2013-03-01 Thread Cristian Iorga
- connman-conf package re-implemented - connman 1.12 introduces provisioning for wired interfaces also; - wired interface settings are read from kernel cmdline if present; - after that are passed to connman as a config file - for BA, this is not needed, as BA will have a network infrastructure to w

[OE-core] [PATCH v3] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Emilia Ciobanu
Signed-off-by: Emilia Ciobanu --- .../btrfs-tools/btrfs-tools_git.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index e963a74..df216b1 100644 --- a/meta/recip

Re: [OE-core] [oe] [PATCH]: Resolve sysvinit and util-linux conflicting man pages.

2013-03-01 Thread Jeffrey Honig
Martin Jansa wrote: > On Thu, Feb 28, 2013 at 09:19:09PM -0500, Jeffrey Honig wrote: > > From: Jeffrey C Honig > > > > [ CQID: WIND00404316 ] > > > > Use alternatives mechanism to prevent sysvlinux and util-linux > > man pages from causing conflicts. > > It would be better to set higher then

Re: [OE-core] [oe] [PATCH]: Resolve sysvinit and util-linux conflicting man pages.

2013-03-01 Thread Mark Hatle
On 3/1/13 1:12 AM, Khem Raj wrote: On (28/02/13 21:19), Jeffrey Honig wrote: From: Jeffrey C Honig [ CQID: WIND00404316 ] except above. Patch looks ok. We've submitted patches before with those identifiers and nobody has complained. It's within the patch submission guidelines (and well m

[OE-core] [OE-Core][PATCH] iproute2: Fix build failure on ppc

2013-03-01 Thread Khem Raj
Latest version bump started failing for ppc32 attached patch is a backport from 3.9-rc1 Signed-off-by: Khem Raj --- ...tion-error-of-m_ipt.c-with-Werror-enabled.patch | 46 .../iproute2/iproute2_3.8.0.bb |6 ++- 2 files changed, 50 insertions(+), 2

Re: [OE-core] [oe] [PATCH]: Resolve sysvinit and util-linux conflicting man pages.

2013-03-01 Thread Mark Hatle
On 3/1/13 11:13 AM, Jeffrey Honig wrote: Martin Jansa wrote: On Thu, Feb 28, 2013 at 09:19:09PM -0500, Jeffrey Honig wrote: From: Jeffrey C Honig [ CQID: WIND00404316 ] Use alternatives mechanism to prevent sysvlinux and util-linux man pages from causing conflicts. It would be better to

[OE-core] [PATCH 3/3] systemtap: add python and bash dependencies

2013-03-01 Thread tom . zanussi
From: Tom Zanussi There are a number of scripts in the systemtap installation that use python and bash, so we need to add run-time dependencies for them. If not, we can generate build errors like "no package provides /usr/bin/python". Fixes [YOCTO #3951]. Signed-off-by: Tom Zanussi --- meta/

[OE-core] [PATCH 0/3]

2013-03-01 Thread tom . zanussi
From: Tom Zanussi This patchset contains a couple of things: - a sysprof upgrade (YOCTO #3448) - a fix for YOCTO #3951, which is for perf, but I found and fixed a similar problem for systemtap while doing the fix for perf. In any case, I'm now able to build a minimal image with tool

[OE-core] [PATCH 2/3] perf: add bash dependency

2013-03-01 Thread tom . zanussi
From: Tom Zanussi There are a number of scripts in the perf installation that use bash, so we need to add a run-time dependency on bash for them. If not, we can generate build errors like "no package provides /bin/bash". Fixes [YOCTO #3951]. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/

[OE-core] [PATCH 1/3] sysprof: upgrade to 1.2.0

2013-03-01 Thread tom . zanussi
From: Tom Zanussi Signed-off-by: Tom Zanussi --- ...PowerPC-checks-for-__NR_perf_counter_open.patch | 35 -- meta/recipes-kernel/sysprof/sysprof_git.bb | 6 ++-- 2 files changed, 2 insertions(+), 39 deletions(-) delete mode 100644 meta/recipes-kernel/sysprof/files

[OE-core] [PATCH] sanity.bbclass: always use oe.lsb.distro_identifier method

2013-03-01 Thread Martin Jansa
* even when /etc/redhat-release or /etc/SuSE-release exists * don't read /etc/lsb-release manually, NATIVELSBSTRING is not reading it too Signed-off-by: Martin Jansa --- meta/classes/sanity.bbclass | 36 1 file changed, 4 insertions(+), 32 deletions(-) dif

Re: [OE-core] Perf using host system includes

2013-03-01 Thread Trevor Woerner
On Fri, Mar 1, 2013 at 7:00 AM, Jack Mitchell wrote: > It seems Perf is managing to have some system includes slip into the build. > Attached is the log file with details. Strange... I can't reproduce this. I just performed a build from master adding: IMAGE_INSTALL_append = " perf" to my co

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Saul Wold
On 03/01/2013 04:41 AM, Richard Purdie wrote: On Fri, 2013-03-01 at 14:19 +0200, Emilia Ciobanu wrote: Signed-off-by: Emilia Ciobanu --- .../btrfs-tools/btrfs-tools_git.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_g

Re: [OE-core] [PATCH v3] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Saul Wold
On 03/01/2013 09:11 AM, Emilia Ciobanu wrote: Signed-off-by: Emilia Ciobanu --- .../btrfs-tools/btrfs-tools_git.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Martin Jansa
I don't think 0.20~rc1 sorts lower then 0.20 at least in opkg world: OE @ ~/projects/opkg-utils $ ./opkg-compare-versions 0.20~rc1 '<=' 0.20 && echo "Y" OE @ ~/projects/opkg-utils $ ./opkg-compare-versions 0.20-rc1 '<=' 0.20 && echo "Y" OE @ ~/projects/opkg-utils $ ./opkg-compare-versions 0.19+0.2

Re: [OE-core] [PATCH] buildhistory.bbclass: add support for SRCREV logging

2013-03-01 Thread Saul Wold
On 02/27/2013 07:37 AM, Constantin Musca wrote: - create "latest_srcrev" for each recipe with the following format: ${BB_FILENAME},${SRC_URI},${SRCREV},${FROM_AUTOREV} [YOCTO #3041] Signed-off-by: Constantin Musca --- meta/classes/buildhistory.bbclass | 23 ++- 1 file ch

[OE-core] [PATCH 2/2] pulseaudio: add config option to ensure valgrind is excluded

2013-03-01 Thread Saul Wold
There have been occasions that pulseaudio sees valgrind and then later it's not available, adding this setting ensures determinism by disabling it by default Signed-off-by: Saul Wold --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/re

[OE-core] [PATCH] Specify use of gdbm database for pulseaudio

2013-03-01 Thread Rich Dubielzig
The OE code as-is makes pulseaudio depend on gdbm, but the actual configure process may automatically select the tdb library if a samba build has already started. This is problematic because it's nondeterministic and the samba build may not be in a completed state causing compile to fail. Signed-

[OE-core] [PATCH V2] pulseaudio: Specify gdbm in configure

2013-03-01 Thread Rich Dubielzig
The OE code as-is makes pulseaudio depend on gdbm, but the actual configure process may automatically select the tdb library if a samba build has already started. This is problematic because it's nondeterministic and the samba build may not be in a completed state causing compile to fail. Signed-

Re: [OE-core] [PATCH V2] pulseaudio: Specify gdbm in configure

2013-03-01 Thread Martin Jansa
On Fri, Mar 01, 2013 at 02:39:12PM -0800, Rich Dubielzig wrote: > The OE code as-is makes pulseaudio depend on gdbm, but the actual configure > process may automatically select the tdb library if a samba build has already > started. This is problematic because it's nondeterministic and the samba >

Re: [OE-core] [PATCH 1/3] libaudit: new package

2013-03-01 Thread Colin Walters
On Thu, 2013-02-28 at 21:01 +, Richard Purdie wrote: > We fixed some issues in mesa-dri and gtk+ using techniques with these > variables (all of which are now upstream in the appropriate sources). For reference here's the gtk+ work he landed upstream: https://bugzilla.gnome.org/show_bug.cgi?

[OE-core] [PATCH V2] pulseaudio: Specify gdbm in configure (Denzil)

2013-03-01 Thread Rich Dubielzig
The OE code as-is makes pulseaudio depend on gdbm, but the actual configure process may automatically select the tdb library if a samba build has already started. This is problematic because it's nondeterministic and the samba build may not be in a completed state causing compile to fail. Signed-

Re: [OE-core] [PATCH 1/3] libaudit: new package

2013-03-01 Thread Burton, Ross
On 28 February 2013 21:14, Tom Zanussi wrote: > OK, thanks for that info. I think I have enough to go on to try to turn > this into something upstreamable now... Interestingly it appears that if you can mandate a new-enough automake you can actually override CC per-target these days, which does

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Burton, Ross
On 1 March 2013 19:24, Martin Jansa wrote: > I don't think 0.20~rc1 sorts lower then 0.20 at least in opkg world: Hmph, stupid opkg. That's just a quick change to the comparison logic though right? Deb and rpm have these semantics for ~. Ross ___ Open

Re: [OE-core] [PATCH 1/1] matchbox-session-sato: do not rdepend on initscripts

2013-03-01 Thread Burton, Ross
On 1 March 2013 08:42, wrote: > From: Chen Qi > > Previously, matchbox-session-sato depended on initscripts, thus resulting > in initscripts package built and installed in case of systemd init manager. > > But there is actually no dependency between them. So this patch removes > the dependency.

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Richard Purdie
On Fri, 2013-03-01 at 23:09 +, Burton, Ross wrote: > On 1 March 2013 19:24, Martin Jansa wrote: > > I don't think 0.20~rc1 sorts lower then 0.20 at least in opkg world: > > Hmph, stupid opkg. That's just a quick change to the comparison logic > though right? Deb and rpm have these semantics f

Re: [OE-core] [V3] nfs-utils: Add scratch directory for NFS upcall state storage (denzil)

2013-03-01 Thread Dubielzig, Rich
I'm sorry to be filling up the forum like this. Please disregard this patch, for some reason it is reverting my change instead of adding it. From: Rich Dubielzig [rich.dubiel...@windriver.com] Sent: Friday, March 01, 2013 3:36 PM To: Openembedded-core@list

Re: [OE-core] [PATCH 1/2] connman: upgrade to 1.12

2013-03-01 Thread Saul Wold
On 03/01/2013 08:48 AM, Cristian Iorga wrote: - 0002-storage.c-If-there-is-no-d_type-support-use-fstatat.patch no longer needed; fix included in package source code Does this also address the netinet/in.h issue that I recently added for 1.10 and the 3.8 Kernel? Ultimately this patch will need

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Richard Purdie
On Fri, 2013-03-01 at 20:24 +0100, Martin Jansa wrote: > I don't think 0.20~rc1 sorts lower then 0.20 at least in opkg world: > > > OE @ ~/projects/opkg-utils $ ./opkg-compare-versions 0.20~rc1 '<=' > 0.20 && echo "Y" > OE @ ~/projects/opkg-utils $ ./opkg-compare-versions 0.20-rc1 '<=' > 0.20 &&

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

2013-03-01 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 | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/meta/classes/rm_work.bbcla

[OE-core] [PATCH] package_rpm.bbclass: Fix translate_smart_to_oe arch comparison

2013-03-01 Thread Mark Hatle
When the OE arch is of the format "foo_bar-foobar" the previous comparison routine did not selectively translate the '-' causing a failed comparison. In order to work around this issue, we -always- compare the RPM translated version of the package architectures. Signed-off-by: Mark Hatle --- me