[OE-core] [PATCH 1/2] Revert busybox : fix do_compile failed on qemumips when DEBUG_BUILD (ICE)

2014-12-03 Thread Hongxu Jia
Since the gcc has resolved this, so we revert the workaround patch. This reverts commit f026b7a211a44acdb7fadb50b1a84aa3e369450a. --- meta/recipes-core/busybox/busybox_1.22.1.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta/recipes-core/busybox/busybox_1.22.1.bb

[OE-core] [PATCH 0/2] Revert busybox : fix do_compile failed on qemumips when DEBUG_BUILD (ICE)

2014-12-03 Thread Hongxu Jia
The following changes since commit b8631416f12b8a904ce3deb036f9d5ce632937b0: package_regex.inc: Update REGEX'es in order to find upstream versions correctly (2014-11-28 14:03:02 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-busybox-ice-mips

[OE-core] [PATCH 2/2] Revert fixup

2014-12-03 Thread Hongxu Jia
This reverts commit 28e3f8ca6ff681f7a88c44b5c62390fa16be816b. Revert busybox : fix do_compile failed on qemumips when DEBUG_BUILD (ICE) Since the gcc has resolved this, so we revert the workaround patch. --- .../fix-ice-on-mips-while-compiling-with-g-O.patch | 65 -- 1 file

[OE-core] [daisy][PATCH] python: Building without SSLv3 support

2014-12-03 Thread Sona Sarmadi
Building python without SSLv3 support when openssl is built without any support for SSLv3. OPENSSL_NO_SSL3 is defined in the openssl headers (opensslconf.h) which is located in /usr/include/$arch/openssl/ Backported from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768611#22 Signed-off-by:

[OE-core] [PATCH 0/1] fix archiver missing tasks between do_unpack and do_patch

2014-12-03 Thread Hongxu Jia
The following changes since commit b8631416f12b8a904ce3deb036f9d5ce632937b0: package_regex.inc: Update REGEX'es in order to find upstream versions correctly (2014-11-28 14:03:02 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-archiver

[OE-core] [PATCH 1/1] archiver: execute the probable tasks between do_unpack and do_patch

2014-12-03 Thread Hongxu Jia
While archiver inherited, we edit a recipe (such as gzip) to insert four tasks between do_patch and do_unpack: ... addtask test1 after do_unpack before do_patch addtask test2 after do_unpack before do_test1 addtask test3 after do_test2 before do_test1 addtask test4 after do_test2 before do_test1

Re: [OE-core] [BUG] Openssh not closing connections on service stop

2014-12-03 Thread Diego
In data martedì 2 dicembre 2014 16:13:09, Saul Wold ha scritto: snip Isn't service termination supposed to stop all related connections at the same time? Can anybody else reproduce (or not) this issue? It may actually be designed to work this way, since the daemon spawns a process for

Re: [OE-core] Deployment for machine X will remove its results from machine Y's deploy dir

2014-12-03 Thread Mike Looijmans
On 11/27/2014 03:41 PM, Richard Purdie wrote: On Thu, 2014-11-27 at 15:22 +0100, Mike Looijmans wrote: On 11/27/2014 02:17 PM, Richard Purdie wrote: On Thu, 2014-11-27 at 05:02 -0700, Gary Thomas wrote: On 2014-11-27 01:35, Mike Looijmans wrote: Here's an example recipe to demonstrate the

Re: [OE-core] [RFC] kernel: Enable externalsrc on kernels which instantiate kernel.bbclass

2014-12-03 Thread Paul Eggleton
On Monday 22 September 2014 13:04:47 Bruce Ashfield wrote: On 14-09-22 01:03 PM, Khem Raj wrote: On Mon, Sep 22, 2014 at 8:27 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: But the reports we've been getting have been that externalsrc builds are working for kernels, and

Re: [OE-core] [PATCH] metadata_scm: Fix crash due to uncaught python exception

2014-12-03 Thread Burton, Ross
Hi Merten, On 30 November 2014 at 21:38, Merten Sach ms...@mailbox.tu-berlin.de wrote: I submitted a patch about a week ago and haven't got any feedback. This is my first patch submission to the openenmbedded project, so I'm eager to know if I missed out on anything. There's too many

Re: [OE-core] [PATCH 0/5] Upgrade dbus and dbus-glib

2014-12-03 Thread Burton, Ross
On 2 December 2014 at 01:35, Chong Lu chong...@windriver.com wrote: ping This series is queued in MUT and should be merged today. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 1/1] bind: fix conf.patch to remove configuration that causes failure

2014-12-03 Thread Burton, Ross
On 2 December 2014 at 06:00, Chen Qi qi.c...@windriver.com wrote: conf.patch added db.255 confgiuration entry to named.conf. However, We don't have db.255 configuration file, so remove this entry to avoid the following failure. Can you explain why the correct fix is to remove the reference

Re: [OE-core] [RFC] kernel: Enable externalsrc on kernels which instantiate kernel.bbclass

2014-12-03 Thread Laurentiu Palcu
Hi Paul, On Wed, Dec 03, 2014 at 12:00:31PM +, Paul Eggleton wrote: On Monday 22 September 2014 13:04:47 Bruce Ashfield wrote: On 14-09-22 01:03 PM, Khem Raj wrote: On Mon, Sep 22, 2014 at 8:27 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: But the reports we've been

Re: [OE-core] [PATCH 3/3] image.bbclass: keep fstab pretty when swapping 'ro' for defaults

2014-12-03 Thread Burton, Ross
On 27 November 2014 at 16:21, Michael Jones michael.jo...@matrix-vision.de wrote: + sed -i -e '/^[#[:space:]]*\/dev\/root/{s/defaults/ro /;s/\([[:space:]]*[[:digit:]]\)\([[:space:]]*\)[[:digit:]]$/\1\20/}' ${IMAGE_ROOTFS}/etc/fstab It's perfectly valid to do something like

[OE-core] [PATCH][V2 1/3] pythonnative: set PYTHON_EXECUTABLE so that cmake can find it

2014-12-03 Thread Andreas Müller
| CMake Error at /home/a.mueller/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message): | Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) Signed-off-by: Andreas Müller schnitzelt...@googlemail.com ---

[OE-core] [PATCH][V2 3/3] fix cross-localedef build with gettext-native in sysroot

2014-12-03 Thread Andreas Müller
with previous patch applied and gettext build before cross-localedef, cross-localedef failed with. /usr/bin/ld: cannot find -lintl Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- ...d-dragging-in-gettext-s-libintl.h-libintl.patch | 104 +

[OE-core] [PATCH][V2 2/3] gettext-native: build libintl so that other native recipes can use them

2014-12-03 Thread Andreas Müller
I have a native recipe around which directly compiles/links against libintl. Gettext contains this code (usually supplied by glibc) as fallback. In native case this code is used by default because we don't have glibc there. This patch changes static linking into dynamic linking making libintl code

[OE-core] openssh: fix using the original config files in srcdir

2014-12-03 Thread Zheng Junling
Currently, we install our own ssh_config and sshd_config into ${S} in do_compile_append() task. So when finishing compiling, their .out files are generated by the original files, rather than by our own files. In most cases, installing $(CONFIGFILES) in Makefile will generate .out files again, and

Re: [OE-core] [PATCH 1/4] libaio: Upgrade to 3.110

2014-12-03 Thread Burton, Ross
Hi Saul, On 3 December 2014 at 01:18, Saul Wold s...@linux.intel.com wrote: libaio does not build with PIE flags enabled This failed in *some* (but not all) of the autobuilder jobs: | io_queue_init.os: In function `io_queue_init': |

Re: [OE-core] [RFC] kernel: Enable externalsrc on kernels which instantiate kernel.bbclass

2014-12-03 Thread Bruce Ashfield
On Wed, Dec 3, 2014 at 7:00 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 22 September 2014 13:04:47 Bruce Ashfield wrote: On 14-09-22 01:03 PM, Khem Raj wrote: On Mon, Sep 22, 2014 at 8:27 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: But the reports we've

Re: [OE-core] [RFC] kernel: Enable externalsrc on kernels which instantiate kernel.bbclass

2014-12-03 Thread Bruce Ashfield
On Wed, Dec 3, 2014 at 7:23 AM, Laurentiu Palcu laurentiu.pa...@intel.com wrote: Hi Paul, On Wed, Dec 03, 2014 at 12:00:31PM +, Paul Eggleton wrote: On Monday 22 September 2014 13:04:47 Bruce Ashfield wrote: On 14-09-22 01:03 PM, Khem Raj wrote: On Mon, Sep 22, 2014 at 8:27 AM, Bruce

Re: [OE-core] [PATCH 0/6][dizzy] some wic bugfixes

2014-12-03 Thread Philip Balister
On 11/21/2014 11:07 AM, Tom Zanussi wrote: From the original posting: This patchset fixes a couple serious wic bugs: [YOCTO #6863] - Wic fails to create a working image for a large file system [YOCTO #6290] - Update WIC for gummiboot I generated core-image-sdk images for each of the wic

Re: [OE-core] Why is systemd installed to / (was: [yocto] Export bitbake variables between recipes)

2014-12-03 Thread Peter Kjellerstedt
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Mark Hatle Sent: den 2 december 2014 19:45 To: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] Why is systemd installed to

Re: [OE-core] Why is systemd installed to / (was: [yocto] Export bitbake variables between recipes)

2014-12-03 Thread Mark Hatle
On 12/3/14, 9:36 AM, Peter Kjellerstedt wrote: Can anyone please explain why OE-core installs systemd to / rather than /usr? Because I have traced the recipe all the way back to its introduction in OE classic, and I cannot find any rationale for this odd decision. And it is extra weird given the

Re: [OE-core] [PATCH 0/6][dizzy] some wic bugfixes

2014-12-03 Thread akuster808
On 12/03/2014 05:40 AM, Philip Balister wrote: On 11/21/2014 11:07 AM, Tom Zanussi wrote: From the original posting: This patchset fixes a couple serious wic bugs: [YOCTO #6863] - Wic fails to create a working image for a large file system [YOCTO #6290] - Update WIC for gummiboot I

[OE-core] [PATCH 0/2] Dizzy-next merge request

2014-12-03 Thread Armin Kuster
Please consider these changes for Dizzy. The following changes since commit 9e8bb322154e67e521e8c982d20d46dda20c024b: babeltrace: Backport fix for unaligned integer (2014-11-26 17:05:47 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib

[OE-core] [PATCH 1/2] wic: Use overhead factor when creating partitions from rootfs directories

2014-12-03 Thread Armin Kuster
From: Tom Zanussi tom.zanu...@linux.intel.com When creating partitions sized to given rootfs directories, filesystem creation could fail in cases where the calculated target partition size was too small to contain the filesystem created using mkfs. This occurred in particular when creating

[OE-core] [PATCH 2/2] gst-ffmpeg: fixes for CVE-2014-8548 and CVE-2014-8541

2014-12-03 Thread Armin Kuster
From: Roy Li rongqing...@windriver.com Issue: LIN7-1755 Issue: LIN7-1739 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-8541 libavcodec/mjpegdec.c in FFmpeg before 2.4.2 considers only dimension differences, and not bits-per-pixel differences, when determining whether an image size

Re: [OE-core] [PATCH 3/4] gnupg: Upgrade to 2.1.0

2014-12-03 Thread Burton, Ross
On 3 December 2014 at 01:18, Saul Wold s...@linux.intel.com wrote: Add patch to use pkg-config instead of npth-config and remove --without-curl as it's not used anymore. Also needed a patch to add libgpg-error to correctly build dirmngr Signed-off-by: Saul Wold s...@linux.intel.com

Re: [OE-core] [PATCH 0/6][dizzy] some wic bugfixes

2014-12-03 Thread akuster808
staged missing commit. regards, Armin On 12/03/2014 05:40 AM, Philip Balister wrote: On 11/21/2014 11:07 AM, Tom Zanussi wrote: From the original posting: This patchset fixes a couple serious wic bugs: [YOCTO #6863] - Wic fails to create a working image for a large file system [YOCTO #6290]

Re: [OE-core] [RFC] kernel: Enable externalsrc on kernels which instantiate kernel.bbclass

2014-12-03 Thread Bruce Ashfield
On Wed, Dec 3, 2014 at 9:36 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 03 December 2014 08:14:44 Bruce Ashfield wrote: On Wed, Dec 3, 2014 at 7:23 AM, Laurentiu Palcu laurentiu.pa...@intel.com wrote: Hi Paul, On Wed, Dec 03, 2014 at 12:00:31PM +, Paul

Re: [OE-core] [PATCH 2/4] libgpg-error: Update to 1.17

2014-12-03 Thread Burton, Ross
On 3 December 2014 at 01:18, Saul Wold s...@linux.intel.com wrote: Added do_compile_prepend() copy an architecture specific header file. This works on everything but qemuarm: | ./mkheader linux-gnueabi arm-poky-linux-gnueabi

[OE-core] [PATCH 1/1] insane.bbclass: Added QA test for unexpanded ${D}

2014-12-03 Thread Alejandro Hernandez
Checks in FILES and pkg_* variables ,solves common mistake of using ${D} instead of $D and warns the user accordingly. [YOCTO #6642] Signed-off-by: Alejandro Hernandez alejandro.hernan...@linux.intel.com --- meta/classes/insane.bbclass | 34 +- 1 file changed, 33

Re: [OE-core] [PATCH 1/1] insane.bbclass: Added QA test for unexpanded ${D}

2014-12-03 Thread Mark Hatle
On 12/3/14, 11:00 AM, Alejandro Hernandez wrote: Checks in FILES and pkg_* variables ,solves common mistake of using ${D} instead of $D and warns the user accordingly. [YOCTO #6642] Signed-off-by: Alejandro Hernandez alejandro.hernan...@linux.intel.com --- meta/classes/insane.bbclass | 34

Re: [OE-core] [PATCH 0/2] Revert busybox : fix do_compile failed on qemumips when DEBUG_BUILD (ICE)

2014-12-03 Thread Burton, Ross
On 3 December 2014 at 08:07, Hongxu Jia hongxu@windriver.com wrote: Hongxu Jia (2): Revert busybox : fix do_compile failed on qemumips when DEBUG_BUILD (ICE) Revert fixup I think you meant to squash that :) (I'll do this). Ross --

Re: [OE-core] [daisy][PATCH] python: Building without SSLv3 support

2014-12-03 Thread Burton, Ross
On 3 December 2014 at 08:09, Sona Sarmadi sona.sarm...@enea.com wrote: Building python without SSLv3 support when openssl is built without any support for SSLv3. OPENSSL_NO_SSL3 is defined in the openssl headers (opensslconf.h) which is located in /usr/include/$arch/openssl/ Backported from:

Re: [OE-core] [PATCH 1/2] packaging: allow globs in CONFFILES

2014-12-03 Thread Burton, Ross
On 1 December 2014 at 06:01, Chen Qi qi.c...@windriver.com wrote: +def get_conffiles(pkg, d): Presumably this function is mostly a copy-and-paste of the FILES_* globbing code also in package.bbclass. Can the common code be extracted into a shared function so that the two copies don't diverge?

Re: [OE-core] [daisy][PATCH] python: Building without SSLv3 support

2014-12-03 Thread Sona Sarmadi
Hi Ross, Sure. I forgot to make sure that python can be built when OPENSSL_NO_SSL3 is defined in the openssl. I will check this as well and re-send the patch. -- Sona On 3 December 2014 at 08:09, Sona Sarmadi sona.sarm...@enea.commailto:sona.sarm...@enea.com wrote: Building python

Re: [OE-core] [RFC] kernel: Enable externalsrc on kernels which instantiate kernel.bbclass

2014-12-03 Thread Paul Eggleton
On Wednesday 03 December 2014 08:14:44 Bruce Ashfield wrote: On Wed, Dec 3, 2014 at 7:23 AM, Laurentiu Palcu laurentiu.pa...@intel.com wrote: Hi Paul, On Wed, Dec 03, 2014 at 12:00:31PM +, Paul Eggleton wrote: On Monday 22 September 2014 13:04:47 Bruce Ashfield wrote: On

Re: [OE-core] [PATCH 0/6][dizzy] some wic bugfixes

2014-12-03 Thread Tom Zanussi
On Wed, 2014-12-03 at 07:50 -0800, akuster808 wrote: On 12/03/2014 05:40 AM, Philip Balister wrote: On 11/21/2014 11:07 AM, Tom Zanussi wrote: From the original posting: This patchset fixes a couple serious wic bugs: [YOCTO #6863] - Wic fails to create a working image for a large

[OE-core] [PATCH 1/1] kernel.bbclass: Create modules directory even if there is no modules installed

2014-12-03 Thread Armin Kuster
From: He Zhe zhe...@windriver.com During kernel_do_install it needs to make symbol link at ${D}/lib/modules/${KERNEL_VERSION}/build, but there will not be ${D}/lib/modules/${KERNEL_VERSION} if there is no modules installed for current image, which will result in a build failure. Add mkdir -p

[OE-core] [PATCH 0/1] Dizzy-next merge request

2014-12-03 Thread Armin Kuster
one more merge The following changes since commit be128c799489b95b740f2803c16e047a1f307781: gst-ffmpeg: fixes for CVE-2014-8548 and CVE-2014-8541 (2014-12-03 08:01:28 -0800) are available in the git repository at: git://git.yoctoproject.org/poky-contrib akuster/dizzy-next

[OE-core] a question on libatomic

2014-12-03 Thread Alexander Varnin
Hello! I'm using openembedded as a part of poky to build OS and softward for my Freescale IMX53. There was libatomic introduced in gcc 4.8, and I see it is getting build - I see the respective rpm packages in the deploy directory. But it doesn't getting installed to my target rootfs image - there

Re: [OE-core] [PATCH 1/2] packaging: allow globs in CONFFILES

2014-12-03 Thread Burton, Ross
On 1 December 2014 at 06:01, Chen Qi qi.c...@windriver.com wrote: Allow globs in CONFFILES and default CONFFILES to '${sysconfdir}'. If I apply this patch and build core-image-sato with package_ipk: | *** Error: CONTROL/conffiles mentions conffile /etc/depmod.d which does not exist | ***

Re: [OE-core] [PATCH 6/7] pseudo: remove older version and patches

2014-12-03 Thread Saul Wold
Armin This is also ready for backport to dizzy, as it's been merged in master The resolvconf and lzo (still pending) should be back ported as well. Thanks Sau! On 11/21/2014 09:20 AM, Saul Wold wrote: Signed-off-by: Saul Wold s...@linux.intel.com ---

[OE-core] [PATCH v2] lzo: add debian patch for alignment issue

2014-12-03 Thread Saul Wold
[YOCTO #6994] Signed-off-by: Saul Wold s...@linux.intel.com --- v2 Fixed Patched Tag info ...0001-Use-memcpy-instead-of-reinventing-it.patch | 70 ++ meta/recipes-support/lzo/lzo_2.08.bb | 1 + 2 files changed, 71 insertions(+) create mode 100644

Re: [OE-core] [PATCH 1/3] libdrm: Upgrade to 2.4.58.

2014-12-03 Thread Burton, Ross
On 1 December 2014 at 22:36, Aníbal Limón anibal.li...@linux.intel.com wrote: Remove GNU_SOURCE_definition patch because is already integrated in upstream. Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com There must have been some documentation changes as this is failing on the

Re: [OE-core] [PATCH 0/2] Revert busybox : fix do_compile failed on qemumips when DEBUG_BUILD (ICE)

2014-12-03 Thread Hongxu Jia
On 12/04/2014 01:48 AM, Burton, Ross wrote: On 3 December 2014 at 08:07, Hongxu Jia hongxu@windriver.com mailto:hongxu@windriver.com wrote: Hongxu Jia (2): Revert busybox : fix do_compile failed on qemumips when DEBUG_BUILD (ICE) Revert fixup I think you

[OE-core] [PATCH 1/1] improve the sanity check for PATH and BBPATH

2014-12-03 Thread Shiqun.Lin
From 583f97149ed3122e7b196f08c6bceca9d5a4961c Mon Sep 17 00:00:00 2001 From: Shiqun Lin shiqun@windriver.com Date: Thu, 4 Dec 2014 09:50:18 +0800 Subject: [PATCH] improve the sanity check for PATH and BBPATH Issue: LIN5-19447, Build fails if ./ is in the PATH a customer was using ./ in his

[OE-core] [PATCH] procps: Upgrade to 3.3.10

2014-12-03 Thread Saul Wold
This is now the procps-ng version cleaned up patches added to fix up usrbin_execprefix in OE-Core Add CPPFLAGS to allow seperate build directory works [YOCTO #6952] Signed-off-by: Saul Wold s...@linux.intel.com --- Git was not able to detect a rename unfortunatly in this case.

Re: [OE-core] [RFC] kernel: Enable externalsrc on kernels which instantiate kernel.bbclass

2014-12-03 Thread Bruce Ashfield
On Wed, Dec 3, 2014 at 11:50 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Wed, Dec 3, 2014 at 9:36 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 03 December 2014 08:14:44 Bruce Ashfield wrote: On Wed, Dec 3, 2014 at 7:23 AM, Laurentiu Palcu

[OE-core] [PATCH v3 2/2] u-boot.inc : add compile multiple u-boot feature

2014-12-03 Thread Chunrong Guo
Signed-off-by: Chunrong Guo b40...@freescale.com --- meta/recipes-bsp/u-boot/u-boot.inc | 72 +- 1 file changed, 47 insertions(+), 25 deletions(-) diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index c695b73..9b93946

[OE-core] [PATCH v3 1/2] uboot-config.bbclass: Allow multiple U-Boot config for machine

2014-12-03 Thread Chunrong Guo
This adds support to build multiple U-Boot configs for a machine; this is useful when we have support for different media boots which require different U-Boot configuration (e.g: eMMC and NAND). Signed-off-by: Chunrong Guo b40...@freescale.com --- meta/classes/uboot-config.bbclass | 37

Re: [OE-core] [PATCH v2 2/2] u-boot.inc : add compile multiple u-boot feature

2014-12-03 Thread b40...@freescale.com
Hello Otavio Salvador, Thank you for your comments. I had submitted patch v3 . Please review them . Thanks Chunrong -Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Tuesday, December

Re: [OE-core] [PATCH 1/3] libdrm: Upgrade to 2.4.58.

2014-12-03 Thread Nicolas Dechesne
On Thu, Dec 4, 2014 at 12:30 AM, Burton, Ross ross.bur...@intel.com wrote: | I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl | warning: failed to load external entity

[OE-core] [PATCH] tcmode-default.inc: use GCCVERSION for gcc-source

2014-12-03 Thread Koen Kooi
This was missing leading to gcc-source-foo being built when using gcc-cross-bar with GCCVERSION=bar. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/conf/distro/include/tcmode-default.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/tcmode-default.inc

Re: [OE-core] [PATCH] procps: Upgrade to 3.3.10

2014-12-03 Thread Koen Kooi
Op 4 dec. 2014, om 03:43 heeft Saul Wold s...@linux.intel.com het volgende geschreven: This is now the procps-ng version cleaned up patches added to fix up usrbin_execprefix in OE-Core Add CPPFLAGS to allow seperate build directory works [YOCTO #6952] Signed-off-by: Saul Wold