summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/vblade/files/cross.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-networking/recipes-daemons/vblade/files/cross.patch
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-networking/recipes-daemons/vblade/files/cross.patch')
-rw-r--r--meta-networking/recipes-daemons/vblade/files/cross.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/vblade/files/cross.patch b/meta-networking/recipes-daemons/vblade/files/cross.patch
new file mode 100644
index 000000000..d2eb15614
--- /dev/null
+++ b/meta-networking/recipes-daemons/vblade/files/cross.patch
@@ -0,0 +1,16 @@
1Remove CC and CFLAGS values, we set these ourselves
2
3Upstream-Status: Inappropriate [config]
4
5diff -urN vblade-19.old//makefile vblade-19//makefile
6--- vblade-19.old//makefile 2008-10-08 22:07:40.000000000 +0100
7+++ vblade-19//makefile 2008-11-18 19:07:51.700365029 +0000
8@@ -9,8 +9,6 @@
9 mandir = ${sharedir}/man
10
11 O=aoe.o bpf.o ${PLATFORM}.o ata.o
12-CFLAGS += -Wall -g -O2
13-CC = gcc
14
15 vblade: $O
16 ${CC} -o vblade $O