[OE-core] [PATCH] qt4-x11-free: Fix Qt4 to build without opengl

2015-01-22 Thread Fabien Proriol
--- meta/recipes-qt/qt4/qt4-x11-free.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc index 3b1e0fe..d1b88ea 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free.inc +++

Re: [OE-core] [PATCH v2] python-smartpm: Fix attemptonly builds when file conflicts occur

2015-01-22 Thread Mark Hatle
On 1/21/15 11:31 PM, Mark Hatle wrote: [YOCTO #7299] When file conflicts occur, the RPM transaction aborts. Instead of simply accepting the failure, we now identify, capture, and remove the offending package(s) from the transaction and retry. Please hold off on this. I typo'd something

Re: [OE-core] [PATCH v2] gcc-runtime: Remove libgfortran data from receipe

2015-01-22 Thread Burton, Ross
On 22 January 2015 at 14:29, Dragomir, Daniel daniel.drago...@windriver.com wrote: Thank you, Ross! I don't know the process. Sorry for insistance. No insistence noticed - when it's merged just ping Armin to ensure it gets backported. Ross --

Re: [OE-core] Broken toolchain/SDK installation (master and dizzy)

2015-01-22 Thread Viguera, Javier
Hi Paul, On 21/01/15 18:01, Paul Eggleton wrote: I can't necessarily comment on whether this is the best fix, but FWIW I had noticed this and filed a bug for it already: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7032 Thanks for the heads-up. I will keep an eye on it. The thing

Re: [OE-core] [PATCH v2] gcc-runtime: Remove libgfortran data from receipe

2015-01-22 Thread Dragomir, Daniel
Thank you, Ross! I don't know the process. Sorry for insistance. Daniel From: Burton, Ross [ross.bur...@intel.com] Sent: Thursday, January 22, 2015 4:21 PM To: Dragomir, Daniel Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH v2]

Re: [OE-core] [PATCH] u-boot: update to 2015.01

2015-01-22 Thread Burton, Ross
On 22 January 2015 at 09:50, Raphael Philipe rapp...@gmail.com wrote: Hey Denys, I tested u-boot-fw-utils-cross_2014.07.bb in Ubuntu 12.04 and got the same error . Can you confirm that this recipe works for you? I can confirm that it doesn't work on the autobuilder:

Re: [OE-core] [PATCH v2] gcc-runtime: Remove libgfortran data from receipe

2015-01-22 Thread Dragomir, Daniel
If there are no problems with this patch, can you please cherry-pick this into the dizzy branch too? Thanks BR, Daniel From: Daniel Dragomir [daniel.drago...@windriver.com] Sent: Saturday, January 17, 2015 3:01 PM To:

Re: [OE-core] [PATCH 1/9] binutils: upgrade to 2.25

2015-01-22 Thread Burton, Ross
On 19 January 2015 at 07:16, Robert Yang liezhi.y...@windriver.com wrote: * Remove the following patches since they are already in the new code: binutils/fix-pr15815.patch binutils/fix-pr16428.patch binutils/fix-pr16476.patch binutils/fix-pr2404.patch

Re: [OE-core] [PATCH] libgcc-common: Fix file ownership for installed files

2015-01-22 Thread Dragomir, Daniel
I made a new git pull on dizzy branch and started a new build, and I see no warnings like those anymore. I guess this was solved by this commit: 2014-11-25 17:58 Richard Purdie o gcc: Rework shared work a6f2e490380581a8d4cb27bd95ec7f8d164d3b12 Skip this patch. BR, Daniel

[OE-core] [PATCH] boost: Avoid to use local host configuration

2015-01-22 Thread Fabien Proriol
Signed-off-by: Fabien Proriol fabien.pror...@jdsu.com --- meta/recipes-support/boost/boost.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index d34ca7c..069b1c8 100644 ---

Re: [OE-core] [PATCH v2] gcc-runtime: Remove libgfortran data from receipe

2015-01-22 Thread Burton, Ross
On 22 January 2015 at 13:37, Dragomir, Daniel daniel.drago...@windriver.com wrote: If there are no problems with this patch, can you please cherry-pick this into the dizzy branch too? FYI this is queued in MUT so should be in master soon. Ross --

[OE-core] [PATCH] mmc-utils: set the optimization to -O2

2015-01-22 Thread Yue Tao
From: Yue Tao yue@windriver.com The _FORTIFY_SOURCE 0 must be used with optimization 0, so force the optimization 2. The build error (_FORTIFY_SOURCE=2 with -O0) warning _FORTIFY_SOURCE requires compiling with optimization (-O) (LOCAL REV: NOT UPSTREAM) -- Sent to oe-core on 2015-01-22

[OE-core] [PATCH 1/1] distcc: fix initscript can not stop distcc daemon correctly

2015-01-22 Thread Hongxu Jia
The distcc's initscript has used option '--pid-file' to save daemon process id, but it didn't to create that file, that caused start/stop distcc daemon failed. We refer what Ubuntu 14.04 did, create pid file before start and delete it after stop [YOCTO #7090] Signed-off-by: Hongxu Jia

[OE-core] [PATCH 0/1] distcc: fix initscript can not stop distcc daemon correctly

2015-01-22 Thread Hongxu Jia
The following changes since commit c45589a55c67bfd0bf9da5050141f4d18835e113: poky.conf: mark all CentOS 6/7 versions as compatible (2015-01-12 13:31:08 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-distcc

[OE-core] [daisy][PATCH] file: CVE-2014-9620 and CVE-2014-9621

2015-01-22 Thread Chong Lu
CVE-2014-9620: Limit the number of ELF notes processed - DoS CVE-2014-9621: Limit string printing to 100 chars - DoS The patch comes from: https://github.com/file/file/commit/6ce24f35cd4a43c4bdd249e8e0c4952c1f8eac67 https://github.com/file/file/commit/0056ec32255de1de973574b0300161a1568767d6

Re: [OE-core] [PATCH] u-boot: update to 2015.01

2015-01-22 Thread Raphael Philipe
Hey Denys, I tested u-boot-fw-utils-cross_2014.07.bb in Ubuntu 12.04 and got the same error . Can you confirm that this recipe works for you? On Wed, Jan 21, 2015 at 6:20 PM, Denys Dmytriyenko de...@denix.org wrote: On Wed, Jan 21, 2015 at 06:11:23PM -0200, Otavio Salvador wrote: On Wed, Jan

Re: [OE-core] [PATCH] mmc-utils: set the optimization to -O2

2015-01-22 Thread Otavio Salvador
On Thu, Jan 22, 2015 at 6:35 AM, Mike Looijmans mike.looijm...@topic.nl wrote: Wouldn't this cause build that use -Os (or -O3) to be forced to use -O2 for this package? Using -Os makes for serious flash space savings on the MIPS settop boxes, we found that the code generated with -Os isn't

Re: [OE-core] [PATCHv2 3/4] xorg-driver: add x11 to required DISTRO_FEATURES

2015-01-22 Thread Martin Jansa
On Tue, Jan 20, 2015 at 09:17:40PM +, Burton, Ross wrote: On 10 December 2014 at 14:18, Martin Jansa martin.ja...@gmail.com wrote: meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.15.bb | 4 meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.912.bb | 4

Re: [OE-core] [PATCHv2 4/4] recipes-qt: add x11 to required DISTRO_FEATURES

2015-01-22 Thread Martin Jansa
On Tue, Jan 20, 2015 at 09:19:32PM +, Burton, Ross wrote: On 10 December 2014 at 14:18, Martin Jansa martin.ja...@gmail.com wrote: +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc @@ -8,6 +8,9 @@ DEPENDS += virtual/libgl virtual/libx11 fontconfig libxft libxext libxrender li PROVIDES +=

Re: [OE-core] [PATCH] u-boot: update to 2015.01

2015-01-22 Thread Denys Dmytriyenko
On Thu, Jan 22, 2015 at 02:12:30PM -0200, Otavio Salvador wrote: On Thu, Jan 22, 2015 at 2:07 PM, Denys Dmytriyenko de...@denix.org wrote: On Wed, Jan 21, 2015 at 03:20:05PM -0500, Denys Dmytriyenko wrote: On Wed, Jan 21, 2015 at 06:11:23PM -0200, Otavio Salvador wrote: On Wed, Jan 21,

Re: [OE-core] [PATCH] u-boot: update to 2015.01

2015-01-22 Thread Burton, Ross
On 22 January 2015 at 14:57, Denys Dmytriyenko de...@denix.org wrote: Please note that he's talking about current 2014.07 version, not the update! Can you confirm that it works or fails on the autobuilder? Sorry, got lost in the thread. The old version works fine, the upgrade breaks. Ross

[OE-core] [PATCH 1/2] image_types.bbclass: fixed 'init' creation for cpio images

2015-01-22 Thread Enrico Scholz
When /init is a dangling symlink or a symlink to a file which can not be stated on the build system (e.g. due to SELinux restrictions), the '[ ! -e .../init ]' test will succeed which causes the manual creation of /init. E.g. here: | $ ls -la cpio_append/init | lrwxrwxrwx. 1 ensc ensc 10 22. Jan

[OE-core] [PATCH 2/2] image_types.bbclass: manage 'cpio_append' directory

2015-01-22 Thread Enrico Scholz
For cpio images, do_rootfs() can operate on a dirty '${WORKDIR}/cpio_append' directory which contains e.g. files from previous builds. This can cause unwanted files in the image or can break the build. E.g. when there is a cpio_append/init - /sbin/init symlink symlink, the 'ln -sf' can fail due

Re: [OE-core] [PATCH] u-boot: update to 2015.01

2015-01-22 Thread Otavio Salvador
On Thu, Jan 22, 2015 at 2:07 PM, Denys Dmytriyenko de...@denix.org wrote: On Wed, Jan 21, 2015 at 03:20:05PM -0500, Denys Dmytriyenko wrote: On Wed, Jan 21, 2015 at 06:11:23PM -0200, Otavio Salvador wrote: On Wed, Jan 21, 2015 at 5:11 PM, Denys Dmytriyenko de...@denix.org wrote: On Wed, Jan

Re: [OE-core] [PATCH] u-boot: update to 2015.01

2015-01-22 Thread Otavio Salvador
On Thu, Jan 22, 2015 at 1:17 PM, Denys Dmytriyenko de...@denix.org wrote: On Thu, Jan 22, 2015 at 03:02:06PM +, Burton, Ross wrote: On 22 January 2015 at 14:57, Denys Dmytriyenko de...@denix.org wrote: Please note that he's talking about current 2014.07 version, not the update! Can

Re: [OE-core] [PATCH] u-boot: update to 2015.01

2015-01-22 Thread Denys Dmytriyenko
On Thu, Jan 22, 2015 at 01:40:43PM -0200, Otavio Salvador wrote: On Thu, Jan 22, 2015 at 1:17 PM, Denys Dmytriyenko de...@denix.org wrote: On Thu, Jan 22, 2015 at 03:02:06PM +, Burton, Ross wrote: On 22 January 2015 at 14:57, Denys Dmytriyenko de...@denix.org wrote: Please note that

Re: [OE-core] [PATCH] u-boot: update to 2015.01

2015-01-22 Thread Otavio Salvador
On Thu, Jan 22, 2015 at 2:00 PM, Denys Dmytriyenko de...@denix.org wrote: On Thu, Jan 22, 2015 at 01:40:43PM -0200, Otavio Salvador wrote: On Thu, Jan 22, 2015 at 1:17 PM, Denys Dmytriyenko de...@denix.org wrote: On Thu, Jan 22, 2015 at 03:02:06PM +, Burton, Ross wrote: On 22 January

Re: [OE-core] [PATCH] eglibc-use-option-groups.patch: Various fixups

2015-01-22 Thread Peter Seebach
On Thu, 22 Jan 2015 12:52:37 -0800 Juro Bystricky jurobystri...@hotmail.com wrote: ping. My memory (which is notoriously unreliable) was that we'd merged these changes, but it may be we did thim in our local tree. From: jurobystri...@hotmail.com To:

[OE-core] [PATCH v3] python-smartpm: Fix attemptonly builds when file conflicts occur

2015-01-22 Thread Mark Hatle
[YOCTO #7299] When file conflicts occur, the RPM transaction aborts. Instead of simply accepting the failure, we now identify, capture, and remove the offending package(s) from the transaction and retry. Signed-off-by: Mark Hatle mark.ha...@windriver.com ---

Re: [OE-core] [PATCH] u-boot: update to 2015.01

2015-01-22 Thread Raphael Philipe
Ross, Is u-boot-fw-utils-cross that you are talking about? On Thu, Jan 22, 2015 at 1:02 PM, Burton, Ross ross.bur...@intel.com wrote: On 22 January 2015 at 14:57, Denys Dmytriyenko de...@denix.org wrote: Please note that he's talking about current 2014.07 version, not the update! Can you

[OE-core] [PATCH v2 0/1] Fix gcc for including omp.h in target sysroot

2015-01-22 Thread Paul Eggleton
Changes since v1: apply patch to gcc 4.8 as well. The following changes since commit eaea05c88661a88a89fa6b139f7e6b243155d492: depmodwrapper-cross: Update to use STAGING_KERNEL_BUILDDIR (2015-01-17 17:05:25 +) are available in the git repository at:

Re: [OE-core] [PATCH] u-boot: update to 2015.01

2015-01-22 Thread Denys Dmytriyenko
On Thu, Jan 22, 2015 at 03:02:06PM +, Burton, Ross wrote: On 22 January 2015 at 14:57, Denys Dmytriyenko de...@denix.org wrote: Please note that he's talking about current 2014.07 version, not the update! Can you confirm that it works or fails on the autobuilder? Sorry, got lost

Re: [OE-core] [PATCH 1/1] pseudo_1.6.2.bb/pseudo_git.bb: Pseudo 1.6.3

2015-01-22 Thread Peter Seebach
On Thu, 22 Jan 2015 11:26:55 + Burton, Ross ross.bur...@intel.com wrote: On 20 January 2015 at 21:21, Peter Seebach peter.seeb...@windriver.com wrote: pseudo 1.6.3 merges (with some changes) the changes from Peter A. Bigot to make --without-fallback-passwd work. It also adds a

[OE-core] [RFC] About GPLv2's native recipe

2015-01-22 Thread Robert Yang
Hello, We have several GPLv2 recipes such as m4-native_1.4.9.bb, while we also have GPLv3's m4-native_1.4.17.bb, I think that we can remove m4-native_1.4.9.bb if the target m4_1.4.9.bb builds well ? I'd like to remove it because we don't build the lower native version by default, and we don't

[OE-core] (v3) [PATCH 0/1] pseudo 1.6.*4*

2015-01-22 Thread Peter Seebach
So, pseudo 1.6.3 had a silly configure bug which could prevent it from configuring under what turn out to be very common circumstances if you're not me doing internal development, and very rare circumstances in my normal pseudo development cycle, and I am not quite sure why it worked at all in my

[OE-core] [PATCH 1/1] pseudo_1.6.x.bb/pseudo_git.bb: Pseudo 1.6.4

2015-01-22 Thread Peter Seebach
pseudo 1.6.3 merges (with some changes) the changes from Peter A. Bigot to make --without-fallback-passwd work. It also adds a proposed fix for Yocto bug #7097, which has passed the obvious tests I could think of. pseudo 1.6.4 fixes a silly configure bug introduced with 1.6.3. [YOCTO: #7097]

Re: [OE-core] [PATCH] u-boot: update to 2015.01

2015-01-22 Thread Denys Dmytriyenko
On Thu, Jan 22, 2015 at 04:23:16PM -0500, Denys Dmytriyenko wrote: On Thu, Jan 22, 2015 at 07:50:28AM -0200, Raphael Philipe wrote: Hey Denys, I tested u-boot-fw-utils-cross_2014.07.bb in Ubuntu 12.04 and got the same error . Can you confirm that this recipe works for you? Ok, trying

Re: [OE-core] [PATCH] u-boot-fw-utils: Fix the cross build

2015-01-22 Thread Denys Dmytriyenko
On Thu, Jan 22, 2015 at 11:18:27PM -0200, Otavio Salvador wrote: This merges the u-boot-fw-utils-cross into the main u-boot-fw-utils recipe and fixes the build failure seen since 2014.07 update. So, the actual fix is to drop unnecessary EXTRA_OEMAKE that you had there from the beginning of

[OE-core] [PATCH] gcc/libgcc-common.inc: Add missing 'fakeroot' to two tasks

2015-01-22 Thread Mark Hatle
Without the fakeroot flag the two tasks may create files or symbolic links that end up being owned by the user and not root:root as expected. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-devtools/gcc/libgcc-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [OE-core] [PATCH] shadow: securetty: Add Xilinx Zynq SoC

2015-01-22 Thread Sören Brinkmann
ping? On Thu, 2015-01-08 at 02:59PM -0800, Soren Brinkmann wrote: Add Zynq's console devices to securetty. Signed-off-by: Soren Brinkmann soren.brinkm...@xilinx.com --- meta/recipes-extended/shadow/files/securetty | 4 1 file changed, 4 insertions(+) diff --git

Re: [OE-core] [PATCH] u-boot: update to 2015.01

2015-01-22 Thread Denys Dmytriyenko
On Wed, Jan 21, 2015 at 03:20:05PM -0500, Denys Dmytriyenko wrote: On Wed, Jan 21, 2015 at 06:11:23PM -0200, Otavio Salvador wrote: On Wed, Jan 21, 2015 at 5:11 PM, Denys Dmytriyenko de...@denix.org wrote: On Wed, Jan 21, 2015 at 11:17:19AM -0200, Otavio Salvador wrote: On Tue, Jan 13,

[OE-core] [PATCHv4 4/4] libpostproc: import from meta-oe

2015-01-22 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-multimedia/libav/libpostproc_git.bb | 46 1 file changed, 46 insertions(+) create mode 100644 meta/recipes-multimedia/libav/libpostproc_git.bb diff --git

[OE-core] [PATCHv4 3/4] libav: drop older 0.8.* and use libav-9 by default

2015-01-22 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../gstreamer/gst-ffmpeg_0.10.13.bb| 3 +-- meta/recipes-multimedia/libav/libav.inc| 8 .../0001-configure-enable-pic-for-AArch64.patch| 23 --

[OE-core] [PATCHv4 1/4] gst-ffmpeg: add dependency on libpostproc

2015-01-22 Thread Martin Jansa
* building with libav-9 fails with: | checking for POSTPROC... configure: error: Package requirements (libpostproc libavcodec libavutil) were not met: | | No package 'libpostproc' found Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [PATCHv4 2/4] libav: drop unused FFMPEG_LIBS and move libpostproc only to 0.8.11

2015-01-22 Thread Martin Jansa
* standalone libpostproc recipe depends on libav, but current PACKAGES_DYNAMIC indicated that libav-9.13 also provides libpostproc Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-multimedia/libav/libav.inc | 5 - meta/recipes-multimedia/libav/libav_0.8.15.bb | 2

[OE-core] [PATCHv4 0/4] libav-9

2015-01-22 Thread Martin Jansa
Changes since v3: added LICENSE_FLAGS to libpostproc as requested by Ross. The following changes since commit 0bcc01121e928d0be7a0550e500425852c63cf98: arch-mips.inc: Add the MIPS ABIEXTENSION to toolchain name (2015-01-21 14:28:43 +) are available in the git repository at:

[OE-core] [PATCHv3 3/4] xorg-driver: add x11 to required DISTRO_FEATURES

2015-01-22 Thread Martin Jansa
* it's not complete, but recipes depending on virtual/libx11 are easiest to spot, I've long list of PNBLACKLIST for all recipes which cannot be built in distro without x11 in DISTRO_FEATURES Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [PATCHv3 2/4] recipes: add x11 to required DISTRO_FEATURES

2015-01-22 Thread Martin Jansa
* it's not complete, but recipes depending on virtual/libx11 are easiest to spot, I've long list of PNBLACKLIST for all recipes which cannot be built in distro without x11 in DISTRO_FEATURES Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [PATCHv3 1/4] xorg-app: add x11 to required DISTRO_FEATURES and cleanup dependencies

2015-01-22 Thread Martin Jansa
* both got libx11 dependency from xorg-app-common.inc already Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb | 2 +- meta/recipes-graphics/xorg-app/xorg-app-common.inc | 5 - meta/recipes-graphics/xorg-app/xprop_1.2.2.bb | 2 +-

[OE-core] [PATCHv3 0/4] REQUIRED_DISTRO_FEATURES

2015-01-22 Thread Martin Jansa
Changes since v2: Removed piglit which is supposed to get fixed. Removed qt4-x11-free which inherits it from qt4x11. Used += in qt4x11.bbclass. The following changes since commit 0bcc01121e928d0be7a0550e500425852c63cf98: arch-mips.inc: Add the MIPS ABIEXTENSION to toolchain name (2015-01-21

[OE-core] [PATCHv3 4/4] recipes-qt: add x11 to required DISTRO_FEATURES

2015-01-22 Thread Martin Jansa
* it's not complete, but recipes depending on virtual/libx11 are easiest to spot, I've long list of PNBLACKLIST for all recipes which cannot be built in distro without x11 in DISTRO_FEATURES Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/qt4x11.bbclass

Re: [OE-core] [PATCH] eglibc-use-option-groups.patch: Various fixups

2015-01-22 Thread Juro Bystricky
ping. From: jurobystri...@hotmail.com To: openembedded-core@lists.openembedded.org CC: s...@linux.intel.com; peter.seeb...@windriver.com Subject: [PATCH] eglibc-use-option-groups.patch: Various fixups Date: Sun, 23 Nov 2014 09:44:17 -0800 Build suppport for mutibyte character handling

Re: [OE-core] [PATCH] u-boot: update to 2015.01

2015-01-22 Thread Denys Dmytriyenko
On Thu, Jan 22, 2015 at 07:50:28AM -0200, Raphael Philipe wrote: Hey Denys, I tested u-boot-fw-utils-cross_2014.07.bb in Ubuntu 12.04 and got the same error . Can you confirm that this recipe works for you? Ok, trying to bisect the breakage of the current 2014.07 version of fw-utils-cross

Re: [OE-core] [PATCH] systemtap: Adapt to glibc deprecation of _BSD_SOURCE: add _DEFAULT_SOURCE

2015-01-22 Thread yue.tao
Please ignore the patch, I sent a wrong version patch. On 2015年01月23日 15:53, Yue Tao wrote: The _BSD_SOURCE has been deprecation in glibc 2.20 and greater, in order to being compatible with newer glibc version, add _DEFAULT_SOURCE. The build error on fedora21_64 Signed-off-by: Yue Tao

[OE-core] [PATCH 1/1] Add XFCE image build bb file

2015-01-22 Thread Yong Li
From 7bd10751abef6c6ac7d28b8d148bdee200d0c6b1 Mon Sep 17 00:00:00 2001 From: Yong Li sdliy...@gmail.com Date: Fri, 23 Jan 2015 15:49:12 +0800 Subject: [PATCH] Add XFCE iamge build file Signed-off-by: Yong Li sdliy...@gmail.com --- meta/recipes-graphics/images/core-image-xfce.bb | 16

[OE-core] [PATCH] systemtap: Adapt to glibc deprecation of _BSD_SOURCE: add _DEFAULT_SOURCE

2015-01-22 Thread Yue Tao
The _BSD_SOURCE has been deprecation in glibc 2.20 and greater, in order to being compatible with newer glibc version, add _DEFAULT_SOURCE. The build error on fedora21_64 Signed-off-by: Yue Tao yue@windriver.com --- ...pt-to-glibc-deprecation-of-_BSD_SOURCE-ad.patch | 31