Re: [OE-core] [oe] RFC: libav vs. ffmpeg, redux

2015-07-10 Thread Khem Raj
On Thu, Jul 9, 2015 at 8:02 AM, Burton, Ross wrote: > On 9 July 2015 at 15:57, akuster808 wrote: > >> That make sense to me. Also libav has LICENSE_FLAGS = "commercial" so the >> change which will simplify things too. >> > > Why isn't that the case for ffmpeg too? it remains same, commercial is

Re: [OE-core] Perl recipe fixes and some updates

2015-07-10 Thread Tim Orling
> On Jul 10, 2015, at 3:52 PM, Burton, Ross wrote: > > Hi Jens, > >> On 9 July 2015 at 17:22, Jens Rehsack wrote: >> With my client's update to fido I grabbed the tuit and did some patches: >> https://github.com/rehsack/poky/commits/fido > > Can you rebase those onto master and send them to

[OE-core] [PATCH] bootimg.bbclass:iso: determine the -iso-level only if there is a rootfs

2015-07-10 Thread Ricardo Neri
It may be possible that some bootable images do not use a rootfs; this may be the case if the bootable image utilize only an initrd for all its needs. If there is not rootfs, the size calculation will fail. Furthermore, given that the iso9660 conformance level is determined using the size of rootf

Re: [OE-core] Perl recipe fixes and some updates

2015-07-10 Thread Burton, Ross
Hi Jens, On 9 July 2015 at 17:22, Jens Rehsack wrote: > With my client's update to fido I grabbed the tuit and did some patches: > https://github.com/rehsack/poky/commits/fido > Can you rebase those onto master and send them to the list as attached patches (i.e. git send-email)? Cheers, Ross -

Re: [OE-core] [PATCH] oeqa/runtime: Added 4 new runtime test cases

2015-07-10 Thread Burton, Ross
On 8 July 2015 at 16:17, Daniel Istrate wrote: > +@testcase(963) > +def test_connmand_file(self): > +""" > +Summary: test connmand file > +Expected:connman-applet should be ELF32 binary > +Product: BSPs > +Author: Lucian Musat > +

Re: [OE-core] [PATCH v2] pulseaudio: add systemd to PACKAGECONFIG if enabled in DISTRO_FEATURES

2015-07-10 Thread Burton, Ross
On 10 July 2015 at 15:04, Pau Espin Pedrol wrote: > +FILES_${PN}-server = "${bindir}/pulseaudio ${bindir}/start-* > ${sysconfdir} ${bindir}/pactl */udev/rules.d/*.rules > ${libdir}/systemd/user/*" > That's going to break in multiarch builds, ie systemd units go into $prefix/lib even if $libdir i

Re: [OE-core] [PATCH] parted_1.8.6.bb: add parted that not GPLv3

2015-07-10 Thread Burton, Ross
On 9 July 2015 at 12:38, Otavio Salvador wrote: > Parted 1.8 is very old and not supported at all. The number of fixes > after it is such huge which makes Parted mostly useless in new storage > and disk formats. I see NO benefit in having it and a serious > maintenance burden. > I wasn't aware t

Re: [OE-core] [PATCH][V2] db: add debug_lock option to show diagnostic info

2015-07-10 Thread Burton, Ross
On 7 July 2015 at 09:17, Zhixiong Chi wrote: > +Index: db-6.0.30/dist/configure > Don't patch generated files as they'll change drastically over time and make maintaining the patch impossible. Also if the patch has been submitted upstream, including a link to the submission (bug, list thread, e

Re: [OE-core] [PATCH 1/1] insane.bbclass: skip dev-deps QA checking for ptest package

2015-07-10 Thread Burton, Ross
On 6 July 2015 at 11:01, Robert Yang wrote: > The ptest pkg such as perl-ptest may need .h, .so or other files in dev > package to run test cases, so skipping dev-deps checkin for ptest > package. > Is this a common occurrence or is perl the first instance of this? This warning can be skipped wi

Re: [OE-core] [PATCH] systemd: bug fix for the path of systemd.conf

2015-07-10 Thread Burton, Ross
On 3 July 2015 at 09:00, Andreas Oberritter wrote: > > if [ -s ${D}${libdir}/tmpfiles.d/systemd.conf ]; the > > - ${@bb.utils.contains('PACKAGECONFIG', 'networkd', ':', > 'sed -i -e "\$ad /run/systemd/netif/links 0755 root root -" > ${D}${libdir}/tmpfiles.d/systemd.conf', d)} >

Re: [OE-core] [PATCH] elfutils: fix stack usage warning

2015-07-10 Thread Burton, Ross
Can you rebase this for the current master please, which has 0.163. Ross On 6 July 2015 at 05:58, wrote: > From: Roy Li > > Signed-off-by: Roy Li > --- > .../0001-fix-a-stack-usage-warning.patch | 28 > ++ > meta/recipes-devtools/elfutils/elfutils_0.162.bb |

Re: [OE-core] [PATCH] lighttpd: Bug fix

2015-07-10 Thread Burton, Ross
The short log should be more expressive than "bug fix", and is Pending the correct upstream status? Ross On 17 June 2015 at 02:34, Li xin wrote: > mod_cgi buffers data without bound,so fix it. > > Reference: http://redmine.lighttpd.net/issues/1264 > > Signed-off-by: Li Xin > --- > .../0001-mo

Re: [OE-core] [PATCH 2/5] xf86-input-vmmouse: Upgrade 13.0.0 -> 13.1.0

2015-07-10 Thread Burton, Ross
On 9 July 2015 at 08:52, Jussi Kukkonen wrote: > PR = "${INC_PR}.0" > I edited this out when testing in MUT, but as we need a V2 for the udev problem you can delete this PR assignment too. Ross -- ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH] buildtools-tarball: Add inherit toolchain-scripts

2015-07-10 Thread Richard Purdie
The core class used to have this inherit but its being phased out, add the inherit directly where we need it instead. Signed-off-by: Richard Purdie diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 673bfb0..112b001 100644 --- a/meta/r

Re: [OE-core] [PATCH 1/1] populate_sdk_base.bbclass: don't inherit toolchain-scripts.bbclass

2015-07-10 Thread Richard Purdie
On Thu, 2015-07-09 at 01:49 -0700, Robert Yang wrote: > Fixed when enable multilib: > require conf/multilib.conf > MULTILIBS = "multilib:lib32" > DEFAULTTUNE_virtclass-multilib-lib32 = "x86" > > $ bitbake core-image-minimal > No lib32 package should be built since we don't build > lib32-core-image

Re: [OE-core] [meta-oe][PATCH] mc: Upgrade to release 4.8.14

2015-07-10 Thread Richard Purdie
On Fri, 2015-07-10 at 15:23 +0300, Amarnath Valluri wrote: > Dropped mc-CTRL.patch, as it was merged to upstream. > Upstream commit-id: e78b636eba9d23e9f5f066b022bd5640c85409be. mc-CTRL.patch is still used by the non-gplv3 recipe? https://autobuilder.yoctoproject.org/main/builders/nightly-non-gpl

Re: [OE-core] [PATCH 2/5] xf86-input-vmmouse: Upgrade 13.0.0 -> 13.1.0

2015-07-10 Thread Richard Purdie
On Thu, 2015-07-09 at 10:52 +0300, Jussi Kukkonen wrote: > Remove backported patch. > > Signed-off-by: Jussi Kukkonen > - This caused: ERROR: QA Issue: xf86-input-vmmouse: Files/directories were installed but not shipped in any package: /usr/libx32/udev /usr/libx32/udev/rules.d /usr/libx

[OE-core] [PATCH v2] python-smartpm: Have native smart use nativepython

2015-07-10 Thread Randy Witt
Currently when trying to use smart via devshell or in the bitbake environment, it will fail without inheriting pythonnative. Since the native tools should "just work" use nativepython in the shebang line for smart. Signed-off-by: Randy Witt --- meta/recipes-devtools/python/python-smartpm_git.bb

Re: [OE-core] Update rrdtool from 1.4.8 to 1.5.3

2015-07-10 Thread Burton, Ross
On 9 July 2015 at 17:38, Jens Rehsack wrote: > here is an update patch for meta-oe/recipes-extended/rrdtool: > > https://github.com/rehsack/meta-openembedded/commit/6ed5b4489beb1233bd4b3c9f73064e973eeef2ad > Please send the actual patch instead of a link to the patch, and meta-oe patches go to o

Re: [OE-core] [PATCH 1/1] If a the number of hard links decreases or increases while creating the tar files used for an ipk package, tar fails with error code 1, we use hardlinks on package/ and packa

2015-07-10 Thread Burton, Ross
That commit message went a bit crazy, can you reformat it please? :) Ross On 10 July 2015 at 09:13, Alejandro Hernandez < alejandro.hernan...@linux.intel.com> wrote: > [YOCTO #7933] > > Signed-off-by: Alejandro Hernandez > --- > meta/recipes-devtools/opkg-utils/opkg-utils/tar_ignore_error.patc

Re: [OE-core] [PATCH] python-smartpm: Have native smart use nativepython

2015-07-10 Thread Burton, Ross
On 10 July 2015 at 19:16, Randy Witt wrote: > Currently when trying to use smart via devshell or in the bitbake > environment, it will fail without inheriting pythonnative. Since the > native tools should "just work" use nativepython in the shebang line for > smart. > smart was recently upgraded

Re: [OE-core] Library Patches Causing Many Packages to Rebuild

2015-07-10 Thread Burton, Ross
On 10 July 2015 at 18:09, Connor Smith wrote: > Ah, that makes sense. I investigated some more, and the do_package task > has a hard-coded dependency on rpm-native. Removing this dependency and > rebuilding resolved the issue; the only ipks being rebuilt now are from > packages that depend on ope

[OE-core] [PATCH] python-smartpm: Have native smart use nativepython

2015-07-10 Thread Randy Witt
Currently when trying to use smart via devshell or in the bitbake environment, it will fail without inheriting pythonnative. Since the native tools should "just work" use nativepython in the shebang line for smart. Signed-off-by: Randy Witt --- meta/recipes-devtools/python/python-smartpm_1.4.1.b

Re: [OE-core] Library Patches Causing Many Packages to Rebuild

2015-07-10 Thread Connor Smith
On 07/10/2015 04:20 AM, Burton, Ross wrote: > > On 10 July 2015 at 00:24, Connor Smith wrote: > > rpm-native appears to be recompiling because the do_populate_sysroot > hash is changing for the native versions of openssl and python. I'm not > sure why either of these tasks are changi

Re: [OE-core] [PATCH 00/12] Remove invalid sed command

2015-07-10 Thread Christopher Larson
On Fri, Jul 10, 2015 at 12:14 AM, Robert Yang wrote: > The sed doesn't return false when miss match, I use a rough wrapper to > find out the mis matches: > > 1) s/sed -i/mysed -i/ in the recipes > $ find meta -name '*.bbclass' -o -name '*.bb' -o -name '*.inc' -exec sed > -i 's/[[:space:]]sed -i

[OE-core] Yocto Project Status WW28

2015-07-10 Thread Jolley, Stephen K
Current Dev Position: 1.9 Milestone 2 (M2) Next Deadline: M2 cut off of July 27th at noon GMT SWAT team rotation: Paul -> Ross https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: * Too many issues in 1.9M1 RC1 to release, moving to RC2. * 1.9 M1 RC2 due t

[OE-core] [PATCH 1/1] If a the number of hard links decreases or increases while creating the tar files used for an ipk package, tar fails with error code 1, we use hardlinks on package/ and packages-

2015-07-10 Thread Alejandro Hernandez
[YOCTO #7933] Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/opkg-utils/opkg-utils/tar_ignore_error.patch | 2 +- meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/opkg-u

Re: [OE-core] RFC: libav vs. ffmpeg, redux

2015-07-10 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Eggleton schreef op 09-07-15 om 12:24: > Hi all, > > A few years ago we made the switch from ffmpeg to libav (a mostly drop-in > compatible fork), with fairly good justification at the time. However, > it looks like Debian has just made the swit

Re: [OE-core] [PATCH 1/1] rpcbind: handle rpcbind options

2015-07-10 Thread Richard Purdie
On Fri, 2015-07-10 at 13:36 +0800, wenzong@windriver.com wrote: > From: Li Wang > > the patch refers to: > https://bugs.launchpad.net/ubuntu/+source/rpcbind/+bug/835833 > > Run test: > $ systemctl restart rpcbind > $ systemctl status rpcbind I shouldn't have to follow a link to figure out

[OE-core] [PATCH v2] pulseaudio: add systemd to PACKAGECONFIG if enabled in DISTRO_FEATURES

2015-07-10 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index b309d26..5c37413 100644 ---

[OE-core] [PATCH 0/1] Shell message function support (OE-Core side)

2015-07-10 Thread Paul Eggleton
I'm finally sending out the patches to support the output of bbwarn, bberror etc. actually going to the console. This is the OE-Core side of the changes to implement it (changes are also required to BitBake, the patch for which has been sent to the bitbake-devel list). The following changes sinc

[OE-core] [PATCH 1/1] classes/logging: make shell message functions output to the console

2015-07-10 Thread Paul Eggleton
Use the FIFO that is now set up when executing tasks within BitBake to make bbdebug/bbnote/bbwarn/bbplain/bberror/bbfatal output to the console through BitBake's UI (as their python counterparts do) instead of only outputting to the task log. Note that this requires the corresponding change in Bit

[OE-core] [PATCH] pulseaudio: add systemd to PACKAGECONFIG if enabled in DISTRO_FEATURES

2015-07-10 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index b309d26..ca33324 100644 --- a/m

[OE-core] [PATCH] recipetool/append: Fix selftest failure with multilib

2015-07-10 Thread Richard Purdie
If you have multilib enabled, it finds lib32-base-files instead of base-files for test_recipetool_appendfile_basic causing a test failure. Add a fix for this. Signed-off-by: Richard Purdie diff --git a/scripts/lib/recipetool/append.py b/scripts/lib/recipetool/append.py index 9903871..a2133f7 1

[OE-core] lib/oe/recipeutils: Ensure order of data store doesn't influence the result

2015-07-10 Thread Richard Purdie
The order of the keys from the data store is not prescribed. If target_datadir comes before datadir the selftests fail since the 'wrong' variable is used for substitutions. This highlights an issue with the replace_dir_vars() function. Fix this. Signed-off-by: Richard Purdie diff --git a/meta/li

[OE-core] [PATCH] oeqa/sstatetests: Add NATIVELSB sstate signature equivalence test

2015-07-10 Thread Richard Purdie
The sstate checksums should be independent of whichever NATIVELSBSTRING is detected. Add an automated QA test which tests this using bitbake -S. To make this possible, we need to be able to override the value of NATIVELSBSTRING so make a small change to allow this. Signed-off-by: Richard Purdie

Re: [OE-core] [PATCH V2] libical: upgrade to 1.0.1

2015-07-10 Thread Iorga, Cristian
For now, please ignore this one, it seems I haven't tested properly, sorry. /Cristian -Original Message- From: Iorga, Cristian Sent: Friday, July 10, 2015 3:07 PM To: openembedded-core@lists.openembedded.org Cc: Iorga, Cristian Subject: [PATCH V2] libical: upgrade to 1.0.1 Bugfix release

Re: [OE-core] [PATCH 2/2] libical: upgrade to 1.0.1

2015-07-10 Thread Martin Jansa
On Thu, Jul 09, 2015 at 04:09:59PM +0100, Burton, Ross wrote: > On 9 July 2015 at 15:32, Martin Jansa wrote: > > > aren't github archives regenerated from time to time with different > > checksums? > > > > Yes. I keep on meaning to write a QA test for this. :) FWIW: someone in systemd herd sai

[OE-core] [meta-oe][PATCH] mc: Upgrade to release 4.8.14

2015-07-10 Thread Amarnath Valluri
Dropped mc-CTRL.patch, as it was merged to upstream. Upstream commit-id: e78b636eba9d23e9f5f066b022bd5640c85409be. Signed-off-by: Amarnath Valluri --- meta/recipes-extended/mc/mc/mc-CTRL.patch | 31 -- .../mc/{mc_4.8.13.bb => mc_4.8.14.bb} | 5 ++-- 2 f

[OE-core] [PATCH V2] libical: upgrade to 1.0.1

2015-07-10 Thread Cristian Iorga
Bugfix release mainly. autotools build system removed, cmake is now used. perl is needed during the configure phase. Switched to releases download link. Signed-off-by: Cristian Iorga --- .../libical/{libical_1.0.0.bb => libical_1.0.1.bb}| 11 +++ 1 file changed, 7 insertions(

Re: [OE-core] [PATCH] squashfs-tools: upgrade to newer revision from git

2015-07-10 Thread Alexander Kanavin
On 07/10/2015 02:06 PM, Martin Jansa wrote: When a new version with this fix is released we should revert back to tarballs. If the patch didn't already appear in poky, I would suggest you cherry-pick those fixes instead. He said that there won't be any new release in near future if ever. Tha

[OE-core] [wic][PATCH] wic: Set default set of bitbake variables

2015-07-10 Thread Ed Bartosh
Set default set of bitbake variables to the set of variables for the first parsed image. This allows wic to find proper bitbake varibale values if it's called with '-e ' even without specifying image in the call of get_bitbake_var. Signed-off-by: Ed Bartosh --- scripts/lib/wic/utils/oe/misc.py

Re: [OE-core] [PATCH] squashfs-tools: upgrade to newer revision from git

2015-07-10 Thread Martin Jansa
On Fri, Jul 10, 2015 at 12:38:59PM +0300, Alexander Kanavin wrote: > On 07/01/2015 04:23 PM, Martin Jansa wrote: > > On Mon, Jun 08, 2015 at 02:13:48PM +0200, Martin Jansa wrote: > >> * 4.3 release has nasty hard to reproduce bug in LZO compression > >>which in few cases results in one of these

[OE-core] [PATCH] oeqa/bblayers.py: Show useful failure msg. for all test cases

2015-07-10 Thread Costin Constantin
Signed-off-by: Costin Constantin --- meta/lib/oeqa/selftest/bblayers.py | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/lib/oeqa/selftest/bblayers.py b/meta/lib/oeqa/selftest/bblayers.py index bf3dd1b..6a9c097 100644 --- a/meta/lib/oeqa/selftest/bblaye

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the "blib" string

2015-07-10 Thread Jens Rehsack
> Am 10.07.2015 um 11:28 schrieb Rongqing Li : > > > > On 2015年07月10日 17:09, Jens Rehsack wrote: >> Hi, >> >> When build dir includes contain blib, there is an error which should be >> solved first. >> >> Can you please give an example where this condition is true? >> And maybe refer where y

Re: [OE-core] [PATCH v4 0/3] These patches aim to make the spdx file be compliant with the SPDX 1.2 Specification.

2015-07-10 Thread Lei, Maohui
Hi Why not accept this improvement ? I met someone was interested in it. Cheers Lei > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Lei, > Maohui > Sent: Friday, June 19, 2015 1:14

Re: [OE-core] [PATCH][meta-perl] libxml-libxml-perl: update from 2.0116 to 2.0121

2015-07-10 Thread wenzong fan
On 07/10/2015 05:15 PM, Burton, Ross wrote: meta-perl patches go to openembedded-devel list. Sorry for the wrong post, I'll re-send it to oe-devel list. Wenzong Ross On 10 July 2015 at 10:07, mailto:wenzong@windriver.com>> wrote: From: Wenzong Fan mailto:wenzong@windriver.com>

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the "blib" string

2015-07-10 Thread Jussi Kukkonen
On 10 July 2015 at 11:54, wrote: > From: Wenzong Fan > > If build dir includes the string "blib", filter it out from @INC may empty > the @INC and cause build errors like: > > Can't locate ExtUtils/MakeMaker.pm in @INC \ > (you may need to install the ExtUtils::MakeMaker module) \ > (@INC

Re: [OE-core] [PATCH] squashfs-tools: upgrade to newer revision from git

2015-07-10 Thread Alexander Kanavin
On 07/01/2015 04:23 PM, Martin Jansa wrote: On Mon, Jun 08, 2015 at 02:13:48PM +0200, Martin Jansa wrote: * 4.3 release has nasty hard to reproduce bug in LZO compression which in few cases results in one of these 2 errors: >> the official repo is: https://git.kernel.org/cgit/fs/

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the "blib" string

2015-07-10 Thread Rongqing Li
On 2015年07月10日 17:09, Jens Rehsack wrote: Hi, When build dir includes contain blib, there is an error which should be solved first. Can you please give an example where this condition is true? And maybe refer where you reported it upstream? the below commands can trigger this bug; under P

Re: [OE-core] Library Patches Causing Many Packages to Rebuild

2015-07-10 Thread Burton, Ross
On 10 July 2015 at 00:24, Connor Smith wrote: > rpm-native appears to be recompiling because the do_populate_sysroot > hash is changing for the native versions of openssl and python. I'm not > sure why either of these tasks are changing. > This is likely the source of a lot of the rebuilds. ope

Re: [OE-core] [PATCH][meta-perl] libxml-libxml-perl: update from 2.0116 to 2.0121

2015-07-10 Thread Burton, Ross
meta-perl patches go to openembedded-devel list. Ross On 10 July 2015 at 10:07, wrote: > From: Wenzong Fan > > Signed-off-by: Wenzong Fan > --- > .../libxml/libxml-libxml-perl_2.0116.bb| 47 > -- > .../libxml/libxml-libxml-perl_2.0121.bb| 47 >

[OE-core] [PATCH][meta-perl] libxml-libxml-perl: update from 2.0116 to 2.0121

2015-07-10 Thread wenzong.fan
From: Wenzong Fan Signed-off-by: Wenzong Fan --- .../libxml/libxml-libxml-perl_2.0116.bb| 47 -- .../libxml/libxml-libxml-perl_2.0121.bb| 47 ++ 2 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 meta-perl/recip

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the "blib" string

2015-07-10 Thread Jens Rehsack
Hi, When build dir includes contain blib, there is an error which should be solved first. Can you please give an example where this condition is true? And maybe refer where you reported it upstream? Best regards, Jens > Am 10.07.2015 um 10:54 schrieb rongqing...@windriver.com: > > From: Wenzo

[OE-core] [PATCH][resend] perl: fix build failure if building dir has the "blib" string

2015-07-10 Thread rongqing.li
From: Wenzong Fan If build dir includes the string "blib", filter it out from @INC may empty the @INC and cause build errors like: Can't locate ExtUtils/MakeMaker.pm in @INC \ (you may need to install the ExtUtils::MakeMaker module) \ (@INC contains: .) at Makefile.PL Signed-off-by: Roy L

[OE-core] [PATCH] lttng-tools: Allow multiple attempts to connect to relayd

2015-07-10 Thread jianchuan.wang
From: Jianchuan Wang Enable to connect to relayd when connecting failed for allowing multiple connects. Signed-off-by: Jianchuan Wang --- ...ow-multiple-attempts-to-connect-to-relayd.patch | 43 ++ meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb | 1 + 2 files changed,

[OE-core] [PATCH 05/12] rpm: remove invalid sed command

2015-07-10 Thread Robert Yang
There is no __check_files in rpm/macros any more, so remove the sed command. Signed-off-by: Robert Yang --- meta/recipes-devtools/rpm/rpm_5.4+cvs.bb |1 - meta/recipes-devtools/rpm/rpm_5.4.14.bb |1 - 2 files changed, 2 deletions(-) diff --git a/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb

[OE-core] [PATCH 12/12] qt4: fixes for sed command

2015-07-10 Thread Robert Yang
* There is no $$QT_BUILD_TREE/bin/lrelease in any .pro file, so remove the sed command. * Only translations/translations.pro has "qtPrepareTool(LRELEASE", so use the file name directly rather than find all the .pro files. * The SEDME in linux.conf had been gone in 2010, and no '-Wl,-rpath-lin

[OE-core] [PATCH 11/12] cups: remove invalid sed command

2015-07-10 Thread Robert Yang
There is no STRIP in Makedefs, no serial in backend/Makefile either, so remove the sed commands. Signed-off-by: Robert Yang --- meta/recipes-extended/cups/cups.inc |3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc

[OE-core] [PATCH 09/12] python-pygtk: remove invalid sed command

2015-07-10 Thread Robert Yang
* There is no 'tests docs' in Makefile.am any more, so remove: sed -i 's:tests docs:tests:' ${S}/Makefile.am * Remove the invalid sed command in do_install_append, only the one for pygtk-demo is needed. Signed-off-by: Robert Yang --- .../recipes-devtools/python/python-pygtk_2.24.0.bb | 2

[OE-core] [PATCH 00/12] Remove invalid sed command

2015-07-10 Thread Robert Yang
The sed doesn't return false when miss match, I use a rough wrapper to find out the mis matches: 1) s/sed -i/mysed -i/ in the recipes $ find meta -name '*.bbclass' -o -name '*.bb' -o -name '*.inc' -exec sed -i 's/[[:space:]]sed -i/ mysed -i/g' {} \; 2) Add mysed to tmp/sysroots/x86_64-linux/us

[OE-core] [PATCH 10/12] perf: remove invalid sed command

2015-07-10 Thread Robert Yang
The current kernel supports WERROR now, and there is no Werror in tools/perf/Makefile, remove both sed commands. Signed-off-by: Robert Yang --- meta/recipes-kernel/perf/perf.bb |6 -- 1 file changed, 6 deletions(-) diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf

[OE-core] [PATCH 08/12] python: remove invalid sed command

2015-07-10 Thread Robert Yang
There is no ccache in Makefile any more. Signed-off-by: Robert Yang --- meta/recipes-devtools/python/python3_3.4.3.bb |2 -- meta/recipes-devtools/python/python_2.7.9.bb |3 --- 2 files changed, 5 deletions(-) diff --git a/meta/recipes-devtools/python/python3_3.4.3.bb b/meta/recipes-d

[OE-core] [PATCH 01/12] elfutils 0.163: remove do_configure_prepend

2015-07-10 Thread Robert Yang
It is derived from elfutils 0.148, but 0.162 doesn't need them, it doesn't need i386_dis.h or x86_64_dis.h either, there are the same two files in the source, so move elfutils/i386_dis.h to elfutils-0.148/i386_dis.h and elfutils/x86_64_dis.h to elfutils-0.148/x86_64_dis.h for elfutils 0.148 only.

[OE-core] [PATCH 04/12] qemu: remove invalid sed command

2015-07-10 Thread Robert Yang
The sed command was used for editting to code added by linker-flags.patch, but the patch had been gone in 2013, and verified that there is no -lX11 in Makefile.target, so remove the sed command. Signed-off-by: Robert Yang --- meta/recipes-devtools/qemu/qemu.inc | 10 -- 1 file changed,

[OE-core] [PATCH 03/12] glibc-initial: remove invalid sed command

2015-07-10 Thread Robert Yang
There is no "{ (exit 1); exit 1; }; }" in configure any more, and also remove chmod since sed command is removed. Signed-off-by: Robert Yang --- meta/recipes-core/glibc/glibc-initial.inc |2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-core/glibc/glibc-initial.inc b/meta/rec

[OE-core] [PATCH 07/12] perl: remove invalid sed command

2015-07-10 Thread Robert Yang
There is no match of sed pattern any more. Signed-off-by: Robert Yang --- meta/recipes-devtools/perl/perl_5.22.0.bb |3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-devtools/perl/perl_5.22.0.bb b/meta/recipes-devtools/perl/perl_5.22.0.bb index 050a98c..f72afa7 100644 --- a/

[OE-core] [PATCH 06/12] mdadm: remove do_configure_prepend

2015-07-10 Thread Robert Yang
There is no '.*ansidecl.h.*/d' in sha1.h any more. Signed-off-by: Robert Yang --- meta/recipes-extended/mdadm/mdadm_3.3.2.bb |5 - 1 file changed, 5 deletions(-) diff --git a/meta/recipes-extended/mdadm/mdadm_3.3.2.bb b/meta/recipes-extended/mdadm/mdadm_3.3.2.bb index 87e06f5..b2fbe4a

[OE-core] [PATCH 02/12] opkg: remove do_configure_prepend

2015-07-10 Thread Robert Yang
There is no -Werror in libopkg/Makefile.am any more. Signed-off-by: Robert Yang --- meta/recipes-devtools/opkg/opkg_0.2.4.bb |5 - 1 file changed, 5 deletions(-) diff --git a/meta/recipes-devtools/opkg/opkg_0.2.4.bb b/meta/recipes-devtools/opkg/opkg_0.2.4.bb index a9ba037..ec0f923 1006