summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-bsc913x/bsc9131rdb/0008-solve-bsc9131-MExtUtils-error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-bsc913x/bsc9131rdb/0008-solve-bsc9131-MExtUtils-error.patch')
-rw-r--r--recipes-kernel/linux/linux-bsc913x/bsc9131rdb/0008-solve-bsc9131-MExtUtils-error.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-bsc913x/bsc9131rdb/0008-solve-bsc9131-MExtUtils-error.patch b/recipes-kernel/linux/linux-bsc913x/bsc9131rdb/0008-solve-bsc9131-MExtUtils-error.patch
new file mode 100644
index 0000000..fd2ae86
--- /dev/null
+++ b/recipes-kernel/linux/linux-bsc913x/bsc9131rdb/0008-solve-bsc9131-MExtUtils-error.patch
@@ -0,0 +1,31 @@
1From d4dc0a79f4e6db11b3c3eabb079f4a97119717d9 Mon Sep 17 00:00:00 2001
2From: jack zhang <jack.zhang@enea.com>
3Date: Tue, 27 Nov 2012 02:53:06 +0100
4Subject: [PATCH] LXCRF-1247 BSC9131 failed to build images after upgrading
5 yocto 1.3
6
7Signed-off-by: jack zhang <jack.zhang@enea.com>
8
9MExtUtils::Embed generate wrong LDFLAGS for libperl
10---
11 tools/perf/Makefile | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14diff --git a/tools/perf/Makefile b/tools/perf/Makefile
15index 560e515..a94a4f8 100644
16--- a/tools/perf/Makefile
17+++ b/tools/perf/Makefile
18@@ -514,8 +514,8 @@ else
19 endif
20
21 ifndef NO_LIBPERL
22-PERL_EMBED_LDOPTS = `perl -MExtUtils::Embed -e ldopts 2>/dev/null`
23-PERL_EMBED_CCOPTS = `perl -MExtUtils::Embed -e ccopts 2>/dev/null`
24+#PERL_EMBED_LDOPTS = `perl -MExtUtils::Embed -e ldopts 2>/dev/null`
25+#PERL_EMBED_CCOPTS = `perl -MExtUtils::Embed -e ccopts 2>/dev/null`
26 endif
27
28 ifneq ($(shell sh -c "(echo '\#include <EXTERN.h>'; echo '\#include <perl.h>'; echo 'int main(void) { perl_alloc(); return 0; }') | $(CC) -x c - $(PERL_EMBED_CCOPTS) -o $(BITBUCKET) $(PERL_EMBED_LDOPTS) > /dev/null 2>&1 && echo y"), y)
29--
301.7.5.4
31