[OE-core] "packagegroup-core-qt4e" broken?

2015-05-21 Thread Mike Looijmans
When building (just for having something on my display) "qt4e-demo-image", it bailed out with the following error: * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-core-qt4e: * qt4-embedded-plugin-phonon-backend-gstreamer * * opkg_install_cmd: Can

[OE-core] [PATCH v2 1/3] fetch2/__init__.py: Make get_srcrev output configurable

2015-05-21 Thread Mike Looijmans
From: Mike Looijmans The idea here is to support package version numbering similar to gitpkgv in meta-openembedded. This commit is the first step towards such functionality. The original plan was to add a "get_pretty_srcrev" method to the fetcher, as per Richard's suggestion [1]. While writing t

[OE-core] [PATCH v2 3/3] bitbake.conf: Set GITPKGV variable

2015-05-21 Thread Mike Looijmans
Set GITPKGV to mimic the meta-openembedded 'gitpkgv' class. This allows a recipe to simply set: PKGV="1.2+${GITPKGV}" And no longer needs to inherit gitpkgv class. --- conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/bitbake.conf b/conf/bitbake.conf index a35219d..5dafd52

[OE-core] [PATCH v2 2/3] fetch2/git.py: Add gitpkgv_revision alternative version information

2015-05-21 Thread Mike Looijmans
From: Mike Looijmans gitpkgv_revision returns a sortable revision number that can be used in the PKGV variable for example. To mimic meta-openembedded gitpkgv behaviour to provide a sortable revision numner, one could set the following: PKGV = "1.0+${@bb.fetch2.get_srcrev(d, 'gitpkgv_revision')}

[OE-core] [PATCH v2 0/3] RFC: Integrating gitpkgv functionality

2015-05-21 Thread Mike Looijmans
Follow-up on the discussion here: http://lists.openembedded.org/pipermail/openembedded-core/2015-January/100345.html This is an implementation of gitpkgv in OE-core. It modifies the fetcher to optionally provide an incremental numbering scheme for GIT repositories. These three patches implement t

Re: [OE-core] Problem with module.bbclass

2015-05-21 Thread Anders Darander
* steffen.pankr...@elektrobit.com [150521 16:14]: > > -Original Message- > > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > > Sent: Thursday, May 21, 2015 3:54 PM > > To: Pankratz, Steffen > > Cc: openembedded-core@lists.openembedded.org > > Subject: Re: [OE-core] Problem w

[OE-core] [PATCH][V2] apt: upgrade to 1.0.9.9

2015-05-21 Thread rongqing.li
From: Roy Li 1. Upgrade to fix the several CVEs: CVE-2014-0488, CVE-2014-0490 2. Remove apt-0.9.9.4-CVE-2014-0478.patch, which was backport. 3. Romve no-ko-translation.patch, apt-1.0.9.9 has ko translation 4. Update use-host.patch no-curl.patch db_linking_hack.patch and noconfigure.patch 5. Not b

Re: [OE-core] [PATCH 3/7] linux-yocto-custom: clarify bbappend versus copy in comments

2015-05-21 Thread Bruce Ashfield
On 2015-05-21 9:19 PM, Andre McCurdy wrote: On Thu, May 21, 2015 at 5:59 PM, Bruce Ashfield wrote: On 2015-05-21 5:55 PM, Andre McCurdy wrote: On Thu, May 21, 2015 at 12:08 PM, Bruce Ashfield wrote: The kernel development manual recommends making a copy of linux-yocto-custom, while the com

Re: [OE-core] [PATCH 3/7] linux-yocto-custom: clarify bbappend versus copy in comments

2015-05-21 Thread Andre McCurdy
On Thu, May 21, 2015 at 5:59 PM, Bruce Ashfield wrote: > On 2015-05-21 5:55 PM, Andre McCurdy wrote: >> >> On Thu, May 21, 2015 at 12:08 PM, Bruce Ashfield >> wrote: >>> >>> The kernel development manual recommends making a copy of >>> linux-yocto-custom, while the comments in the recipe talk abo

Re: [OE-core] [PATCH 3/7] linux-yocto-custom: clarify bbappend versus copy in comments

2015-05-21 Thread Bruce Ashfield
On 2015-05-21 5:55 PM, Andre McCurdy wrote: On Thu, May 21, 2015 at 12:08 PM, Bruce Ashfield wrote: The kernel development manual recommends making a copy of linux-yocto-custom, while the comments in the recipe talk about bbappends. To synchronize the two, we remove the bbappend references fro

[OE-core] [PATCH] gnutls: remove --with-libz-prefix configure option

2015-05-21 Thread Andre McCurdy
The default search path in sysroot is sufficient to find zlib, so the --with-libz-prefix configure option seems to be unnecessary. For target builds, relying on sysroot also prevents an absolute path from being hardcoded in the gnutls.pc pkg-config file. Signed-off-by: Andre McCurdy --- meta/re

Re: [OE-core] [PATCH 4/5] python3-distribute: Upgrade to python3-setuptools 15.2

2015-05-21 Thread Burton, Ross
On 21 May 2015 at 10:15, Alejandro Hernandez < alejandro.hernan...@linux.intel.com> wrote: > python3-distribute was merged back to python3-setuptools in 2013, > and it is no longer being maintained, this upgrade also provides > functionality that will be needed for python3-pip. > ERROR: The recip

Re: [OE-core] [PATCH 5/5] python3-pip: Adds recipe for python3-pip

2015-05-21 Thread Burton, Ross
On 21 May 2015 at 10:15, Alejandro Hernandez < alejandro.hernan...@linux.intel.com> wrote: > PIP is installed by default since python 3.4, due to issues with the > autobuilders, its default installation had to be disabled, this creates > a recipe for it, it brings a lot of new dependencies so it i

Re: [OE-core] [PATCH 3/5] python3-io: Fixes compilation of python3 ssl module

2015-05-21 Thread Burton, Ross
On 21 May 2015 at 10:15, Alejandro Hernandez < alejandro.hernan...@linux.intel.com> wrote: > +++ b/meta/recipes-devtools/python/python3/fix_ssl_include_dir.patch > This patch needs an explanation, upstream-status, and signed-off-by before the actual diff. Also, oh god, the upstream code is horri

Re: [OE-core] [PATCH 3/7] linux-yocto-custom: clarify bbappend versus copy in comments

2015-05-21 Thread Andre McCurdy
On Thu, May 21, 2015 at 12:08 PM, Bruce Ashfield wrote: > The kernel development manual recommends making a copy of > linux-yocto-custom, while the comments in the recipe talk about > bbappends. > > To synchronize the two, we remove the bbappend references from the > recipe and instead indicate th

[OE-core] [PATCH 1/1] rootfs.py: Make set -x not break rootfs creation

2015-05-21 Thread Peter Seebach
The rootfs logfile check errors out if it finds an "exit 1" in a log. But consider the shell idiom: if ! $command; then exit 1; fi and consider a postinstall script with a "set -x" for debugging purposes (to get log output in /var/log/postinstall.log.) Solution: Ignore lines prefixed with

[OE-core] [PATCH 0/1] Make "set -x" in postinst scripts not break rootfs

2015-05-21 Thread Peter Seebach
I was trying to debug a postinstall script, so I added set -x, so rootfs creation broke. The issue is that set -x caused lines of code to be emitted in a place where the log file checker saw them. It's totally okay for a postinstall script to exit 1; that moves it into etc/rpm-postinsts, and then i

Re: [OE-core] [PATCH] libepoxy: make buildable for x11-less environments / update to latest version

2015-05-21 Thread Burton, Ross
On 21 May 2015 at 13:42, Andreas Müller wrote: > * Make glx part configurable by PACKAGECONFIG enabled by 'x11' distro > feature > * Major upstream enhancement is using pkgconfig for egl. This should make > those egl implementations happy that require compiler extra options for > their > egl

[OE-core] [PATCH 2/7] linux-yocto/3.19: braswell DRM/i915 Graphics fixes

2015-05-21 Thread Bruce Ashfield
Updating the SRCREVs to integrate the following fixes: 0befa35f4099 drm/i915/chv: Remove DPIO force latency causing interpair skew issue 184e0374e4eb drm/i915: Fix chv cdclk support e2a99b9cd086 drm/i915: Increase the range of sideband address. 9d5d55ede53b drm/i915: Disable DDR DVFS

[OE-core] [PATCH 6/7] linux-yocto/3.19: CONFIG_ATA_BMDMA and gcc5 ARM64

2015-05-21 Thread Bruce Ashfield
Integrating the following commit to remove a ATA configuration warning: common-pc-drivers: Enable CONFIG_ATA_BMDMA Enabling the ATA_BMDMA re-enables ATA_PIIX which was getting disabled Signed-off-by: Saul Wold And the following to fix the ARM64 gcc5 boot: arm64: psci: move

[OE-core] [PATCH 7/7] linux-yocto/3.19: NFC config, Braswell fixes and axxia support

2015-05-21 Thread Bruce Ashfield
Updating the 3.19 kernel SRCREVs for the following commits: NFC: 727cfce45077 meta: intel-common: enable generic NFC support f3e890065903 meta: features/nfc: add generic configuration for NFC support Braswell: d3c0b958e688 drm/i915: New offset for reading frequencies on CHV. dac6bab

[OE-core] [PATCH 5/7] linux-yocto/3.19: Braswell DRM fixes

2015-05-21 Thread Bruce Ashfield
Updating the 3.19 kernel SRCREVs to integrate the following Braswell changes: 374b5d0e09ea drm/i915: Only wait for required lanes in vlv_wait_port_ready() fca99e8ee111 Revert "drm/i915: Hack to tie both common lanes together on chv" 00682f31b612 drm/i915: Work around DISPLAY_PHY_CONTROL regi

[OE-core] [PATCH 3/7] linux-yocto-custom: clarify bbappend versus copy in comments

2015-05-21 Thread Bruce Ashfield
The kernel development manual recommends making a copy of linux-yocto-custom, while the comments in the recipe talk about bbappends. To synchronize the two, we remove the bbappend references from the recipe and instead indicate that a copy should be updated. [YOCTO: #6925] Signed-off-by: Bruce A

[OE-core] [PATCH 4/7] linux-yocto: drop suggestion of devshell for patch failures

2015-05-21 Thread Bruce Ashfield
When a patch fails to apply, the kernel-yocto bbclass attempted to be helpful and suggest that devshell be used to fix the issue. The only problem is that you can't get to devshell if a patch is failing. We drop this bad advise and instead point to the linux source directory. [YOCTO: #6202] Sig

[OE-core] [PATCH 0/7] linux-yocto: consolidated pull request

2015-05-21 Thread Bruce Ashfield
Richard, This pull request covers configuration and BSP fixes that I've been gathering for 3.19 and 3.14. There are two minor Yocto bug fixes as well: linux-yocto-custom: clarify bbappend versus copy in comments linux-yocto: drop suggestion of devshell for patch failures This doesn't conta

[OE-core] [PATCH 1/7] linux-yocto/3.14: cavium and configuration changes

2015-05-21 Thread Bruce Ashfield
Updating the 3.14 SRCREVs to integrate the latest round of cavium support patches, as well as configuration backports from 3.19. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 4 ++-- meta/re

[OE-core] [PATCH 2/5] python3: Fix distutils import error

2015-05-21 Thread Alejandro Hernandez
The patch 12-distutils-prefix-is-inside-staging-area.patch is used to fix problems when trying to get some environmental variables but it is only necessary for python3-native, on python3-core it causes an error when importing distutils since env variables of the likes of HOST_SYS and such do not ex

[OE-core] [PATCH 1/5] python3: fix pyconfig.h installation on target

2015-05-21 Thread Alejandro Hernandez
The file pyconfig.h wasnt being deployed on target, causing an error when importing some libraries that required it, this patch fixes python3 manifest to include this file and fix the issue. [YOCTO #7764] Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/python/python-3.4-manifest.in

[OE-core] [PATCH 3/5] python3-io: Fixes compilation of python3 ssl module

2015-05-21 Thread Alejandro Hernandez
During python3 compilation, the module ssl was being skippped due to the fact that the compilation script couldnt find the required files, this patch fixes setup.py so it looks for the files in the correct directory, hence fixing its compilation and installation. [YOCTO #7768] Signed-off-by: Alej

[OE-core] [PATCH 4/5] python3-distribute: Upgrade to python3-setuptools 15.2

2015-05-21 Thread Alejandro Hernandez
python3-distribute was merged back to python3-setuptools in 2013, and it is no longer being maintained, this upgrade also provides functionality that will be needed for python3-pip. [YOCTO #7763] Signed-off-by: Alejandro Hernandez --- meta/classes/setuptools3.bbclass | 2 +-

[OE-core] [PATCH 5/5] python3-pip: Adds recipe for python3-pip

2015-05-21 Thread Alejandro Hernandez
PIP is installed by default since python 3.4, due to issues with the autobuilders, its default installation had to be disabled, this creates a recipe for it, it brings a lot of new dependencies so it is chosen not to be installed by default along with python3-core. [YOCTO #7762] Signed-off-by: Al

[OE-core] [PATCH 0/5] python3: Several fixes, compilation of modules, runtime issues, and two new recipes

2015-05-21 Thread Alejandro Hernandez
Adds python3-pip recipe, upgrades python3-distribute to python3-setuptools to keep up to date with upstream, fixes runtime issues for these modules and for python3 in general. The following changes since commit 62f3e62e0a2145d32fd75530b6f2aeba00dc1bc4: python3: Upgrade from 3.4.2 to 3.4.3 (2015

[OE-core] [PATCH] bitbake.conf: add support for NFC into combined features

2015-05-21 Thread Cristian Iorga
if nfc feature is present in DISTRO_FEATURES and in MACHINE_FEATURES, add it into COMBINED_FEATURES. Partial fix for [YOCTO #7451]. Signed-off-by: Cristian Iorga --- meta/conf/bitbake.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/b

[OE-core] OE Changelog since 2015-05-10 until 2015-05-17

2015-05-21 Thread cliff . brake
Changelog since 2015-05-10 until 2015-05-17. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

[OE-core] [PATCH v2] initrdscripts: make boot drive detection more generic

2015-05-21 Thread Awais Belal
The init script that invokes install and install-efi scripts passes the first parameter that identifies the boot drive but in cases when this disk is labeled and kernel configurations allow disk labeling under /run/media/ this would pass the disk label. The earlier implementation considered that th

Re: [OE-core] Problem with module.bbclass

2015-05-21 Thread Steffen.Pankratz
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Thursday, May 21, 2015 3:54 PM > To: Pankratz, Steffen > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] Problem with module.bbclass HiPaul, > > I am using > > http://git.opene

[OE-core] [PATCH] initrdscripts: make boot drive detection more generic

2015-05-21 Thread Awais Belal
The init script that invokes install and install-efi scripts passes the first parameter that identifies the boot drive but in cases when this disk is labeled and kernel configurations allow disk labeling under /run/media/ this would pass the disk label. The earlier implementation considered that th

Re: [OE-core] Problem with module.bbclass

2015-05-21 Thread Bruce Ashfield
On Thu, May 21, 2015 at 9:53 AM, Paul Eggleton wrote: > Hi Steffen, > > On Thursday 21 May 2015 13:48:34 steffen.pankr...@elektrobit.com wrote: >> I am using >> http://git.openembedded.org/openembedded-core/tree/meta/classes/module.bbcl >> ass as a base for my recipe to compile a kernel module out

Re: [OE-core] Problem with module.bbclass

2015-05-21 Thread Bruce Ashfield
On Thu, May 21, 2015 at 9:48 AM, wrote: > Hi, > > I am using > http://git.openembedded.org/openembedded-core/tree/meta/classes/module.bbclass > as a base for my recipe to compile a kernel module outside of the kernel > tree. > > This is my recipe: > > DESCRIPTION = "Nouveau kernel module" > SE

Re: [OE-core] Problem with module.bbclass

2015-05-21 Thread Paul Eggleton
Hi Steffen, On Thursday 21 May 2015 13:48:34 steffen.pankr...@elektrobit.com wrote: > I am using > http://git.openembedded.org/openembedded-core/tree/meta/classes/module.bbcl > ass as a base for my recipe to compile a kernel module outside of the kernel > tree. > > This is my recipe: > > DESCRIP

[OE-core] Problem with module.bbclass

2015-05-21 Thread Steffen.Pankratz
Hi, I am using http://git.openembedded.org/openembedded-core/tree/meta/classes/module.bbclass as a base for my recipe to compile a kernel module outside of the kernel tree. This is my recipe: DESCRIPTION = "Nouveau kernel module" SECTION = "kernel/modules" LICENSE = "CLOSED" #fixme PR = "r0" S

Re: [OE-core] [PATCH] libepoxy: make buildable for x11-less environments / update to latest version

2015-05-21 Thread Otavio Salvador
On Thu, May 21, 2015 at 9:42 AM, Andreas Müller wrote: > * Make glx part configurable by PACKAGECONFIG enabled by 'x11' distro feature > * Major upstream enhancement is using pkgconfig for egl. This should make > those egl implementations happy that require compiler extra options for > their >

[OE-core] [PATCH] libepoxy: make buildable for x11-less environments / update to latest version

2015-05-21 Thread Andreas Müller
* Make glx part configurable by PACKAGECONFIG enabled by 'x11' distro feature * Major upstream enhancement is using pkgconfig for egl. This should make those egl implementations happy that require compiler extra options for their egl headers. Example: meta-fsl-arm/imx-gpu-viv sets -DLINUX (an

[OE-core] [PATCH v2] oe-selftest: Build wic runtime requirements and images before testing

2015-05-21 Thread Ed Bartosh
Some native tools (syslinux, parted, mtools, etc) are required by wic to produce images. Unit tests fail if the tools are not available. Baked tools and image-core-minimal used by wic before running tests. [YOCTO #7730] Signed-off-by: Ed Bartosh --- meta/lib/oeqa/selftest/wic.py | 8 +++-

[OE-core] [PATCH 1/1] classes/buildhistory: ensure that git user email and name are set

2015-05-21 Thread Paul Eggleton
The git user.email and user.name settings must be set or the commit to the buildhistory repo (when BUILDHISTORY_COMMIT is set to "1") will fail. If the user hasn't set these, set some dummy values since the actual value is unlikely to be particularly useful and it's far worse for the commit not to

[OE-core] [PATCH 0/1] Work around missing git user config in buildhistory

2015-05-21 Thread Paul Eggleton
The following change since commit fe7780a9bbbfa4dcbbe457618a0842e91a3c6a0e: libxdmcp: make libbsd usage deterministic (2015-05-21 10:48:41 +0100) is available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/buildhistory-gituser http://cgit.openembedde

[OE-core] [fido][PATCH] squashfs-tools: build and install unsquashfs as well

2015-05-21 Thread Martin Jansa
* it's useful for debugging corrupt squashfs images from mksquashfs Signed-off-by: Martin Jansa --- meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb b/meta/

[OE-core] [dizzy][PATCH] squashfs-tools: build and install unsquashfs as well

2015-05-21 Thread Martin Jansa
* it's useful for debugging corrupt squashfs images from mksquashfs Signed-off-by: Martin Jansa --- meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb b/meta/

[OE-core] [PATCH] squashfs-tools: build and install unsquashfs as well

2015-05-21 Thread Martin Jansa
* it's useful for debugging corrupt squashfs images from mksquashfs Signed-off-by: Martin Jansa --- meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb b/meta/

[OE-core] [daisy][PATCH] squashfs-tools: enable building unsquashfs and fix squashfs-4.2-fix-CVE-2012-4025.patch

2015-05-21 Thread Martin Jansa
* build unsqaushfs, useful when debuging corrupt squashfs from mksquashfs * squashfs-4.2-fix-CVE-2012-4025.patch fixes CVE in unsquashfs which we weren't building and it actually breaks building it, because someone missed squashfs_fs.h change from the original change * add git headers in all

Re: [OE-core] [PATCH 1/1] combo-layer: handle unset dest_dir in sanity_check()

2015-05-21 Thread Paul Eggleton
On Wednesday 20 May 2015 13:48:20 Patrick Ohly wrote: > The previous "clean up dest_dir checking" patch (f8cdbe7497) improved > handling of empty dest_dir but made handling of unset dest_dir worse: > instead showing the "Option dest_dir is not defined for component ..." > error, it fails with a Pyt

Re: [OE-core] [PATCH] oe-selftest: Build wic runtime requirements and images before testing

2015-05-21 Thread Paul Eggleton
Hi Ed, On Thursday 21 May 2015 11:07:58 Ed Bartosh wrote: > Some native tools (syslinux, parted, mtools, etc) are required > by wic to produce images. Unit tests fail if the tools are > not available. > > Baked tools and image-core-minimal used by wic before running tests. > > [YOCTO #7730] > >

Re: [OE-core] Moving GStreamer 0.10 to meta-multimedia

2015-05-21 Thread Burton, Ross
On 28 April 2015 at 20:54, Burton, Ross wrote: > This is basically a heads-up that we're working on moving GStreamer 0.10 > out of oe-core[1] and into meta-multimedia, where anyone who still needs > 0.10 can use and maintain them. > FYI, they've now been removed from oe-core. Ross -- _

Re: [OE-core] [PATCH] zlib: minor symbolic link issue

2015-05-21 Thread Burton, Ross
On 21 May 2015 at 08:31, Matthieu CRAPET wrote: > I didn’t know such a function was existing. You can use it of course, it’s > much better. > > I found the (obscure) regexp in libcgroup recipe, it could be updated too. > > > > Is it worth it I send a v2 patch ? > I already sent it, but thanks fo

[OE-core] [PATCH] oe-selftest: Build wic runtime requirements and images before testing

2015-05-21 Thread Ed Bartosh
Some native tools (syslinux, parted, mtools, etc) are required by wic to produce images. Unit tests fail if the tools are not available. Baked tools and image-core-minimal used by wic before running tests. [YOCTO #7730] Signed-off-by: Ed Bartosh --- meta/lib/oeqa/selftest/wic.py | 6 ++ 1

Re: [OE-core] [PATCH] opkg-utils: Change alternatives lib path from /usr/lib/opkg to /var/lib/opkg

2015-05-21 Thread Zhou, Li
Hi, Martin: I have tried to use , but opkg-utils is built for both native and target. localstatedir will get different value in the two cases. It causes that update-alternative for native can't get the right path. I can't find a proper variable to do this by now. Do you have any sugges

[OE-core] [PATCH] libxdmcp: make libbsd usage deterministic

2015-05-21 Thread Ross Burton
libxdmcp can optionally use arc4random_buf() from libbsd instead of it's own random key generation code. As this is an optional dependency add a PACKAGECONFIG for it and default to not using libbsd. Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-lib/libxdmcp_1.1.2.bb | 3 +++ 1 file c

[OE-core] [wic][PATCH] wic: Make sure file exists before removing it

2015-05-21 Thread Ed Bartosh
Bunch of os.remove calls were added to the partition.py lately. They're causing wic to fail with OSError: [Errno 2] No such file or directory if file doesn't exist. Added check for file existence to all recently added calls of os.remove. That should fix this regression. Signed-off-by: Ed Bartosh

[OE-core] [PATCH v2] [RESEND] gtk-engines: Make gtk-engines-dev installable by dropping dependency to not generated gtk-engines package.

2015-05-21 Thread Florian Boor
--- meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb index 33b6afe..036aa27 100644 --- a/meta/recipes-gnome/gtk-engines/gtk-engines_

[OE-core] [PATCH 11/11] packagegroup-core-lsb: do not mix single and double quotes.

2015-05-21 Thread Ismo Puustinen
--- meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb index 3d5075e..61e1aed 100644 --- a/meta

[OE-core] [PATCH 09/11] grub: do not mix single and double quotes.

2015-05-21 Thread Ismo Puustinen
--- meta/recipes-bsp/grub/grub_2.00.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb index 88a709e..0347442 100644 --- a/meta/recipes-bsp/grub/grub_2.00.bb +++ b/meta/recipes-bsp/grub/grub_2.00.bb @@

[OE-core] [PATCH 10/11] gconf: do not mix single and double quotes.

2015-05-21 Thread Ismo Puustinen
--- meta/recipes-gnome/gnome/gconf_3.2.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index 17fdafa..a8ea5fa 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb +++ b/meta/recipes-gnome/gn

[OE-core] [PATCH 08/11] packagegroup-core-tools-testapps: do not mix single and double quotes.

2015-05-21 Thread Ismo Puustinen
--- meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb index 95b398

[OE-core] [PATCH 06/11] packagegroup-core-boot: do not mix single and double quotes.

2015-05-21 Thread Ismo Puustinen
--- meta/recipes-core/packagegroups/packagegroup-core-boot.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb index 09f5373..a363aea 100644 --- a/meta/reci

[OE-core] [PATCH 05/11] libfile-checktree-perl: escape quotes inside variable values.

2015-05-21 Thread Ismo Puustinen
--- meta/recipes-lsb4/perl/libfile-checktree-perl_4.41.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-lsb4/perl/libfile-checktree-perl_4.41.bb b/meta/recipes-lsb4/perl/libfile-checktree-perl_4.41.bb index ce37c72..28d726e 100644 --- a/meta/recipes-lsb4/p

[OE-core] [PATCH 04/11] foomatic-filters: escape quotes inside variable values.

2015-05-21 Thread Ismo Puustinen
--- meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb b/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb index 790c981..db7ea35 100644 --- a/meta/recipes-

[OE-core] [PATCH 07/11] libclass-isa-perl: escape quotes inside variable values.

2015-05-21 Thread Ismo Puustinen
--- meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb b/meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb index f93841d..ea65cda 100644 --- a/meta/recipes-lsb4/perl/libclass-isa-perl

[OE-core] [PATCH 02/11] libxml-sax-perl: escape quotes and fix whitespace.

2015-05-21 Thread Ismo Puustinen
--- meta/recipes-extended/perl/libxml-sax-perl_0.99.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb index 45d3966..d17a8e9 100644 --- a/meta/recipes-extended/perl/lib

[OE-core] [PATCH 01/11] flac: do not mix single and double quotes.

2015-05-21 Thread Ismo Puustinen
--- meta/recipes-multimedia/flac/flac_1.3.1.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-multimedia/flac/flac_1.3.1.bb b/meta/recipes-multimedia/flac/flac_1.3.1.bb index f25271f..69ca62d 100644 --- a/meta/recipes-multimedia/flac/flac_1.3.1.bb +++

[OE-core] [PATCH 03/11] grub: do not mix single and double quotes.

2015-05-21 Thread Ismo Puustinen
--- meta/recipes-bsp/grub/grub_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb index c2760c9..d7ad209 100644 --- a/meta/recipes-bsp/grub/grub_git.bb +++ b/meta/recipes-bsp/grub/grub_git.bb @@ -27,

[OE-core] [PATCH 00/11] Fix quotes in several recipes

2015-05-21 Thread Ismo Puustinen
I recently wrote my own parser for BitBake recipes and ran it over the recipes in openembedded-core. I found a number of bugs in my parser, but I also saw some "patterns" in recipes which I thought were against the spec but still allowed by the BitBake parser. This patch series fixes quotes in var

Re: [OE-core] [PATCH] zlib: minor symbolic link issue

2015-05-21 Thread Matthieu CRAPET
Hi Ross, I didn’t know such a function was existing. You can use it of course, it’s much better. I found the (obscure) regexp in libcgroup recipe, it could be updated too. Is it worth it I send a v2 patch ? Matthieu De : Burton, Ross [mailto:ross.bur...@intel.com] Envoyé : mercredi 20 mai 201