From abebecacbd531fb2595db84bf14ee9e85cc1b3eb Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Sun, 2 Jan 2011 01:22:42 -0800 Subject: dtc: add patch to remove -Os for PPC Signed-off-by: Saul Wold --- meta/recipes-kernel/dtc/dtc/remove_space_opt.patch | 16 ++++++++++++++++ meta/recipes-kernel/dtc/dtc_git.bb | 1 + meta/recipes-kernel/dtc/dtc_git.inc | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-kernel/dtc/dtc/remove_space_opt.patch (limited to 'meta/recipes-kernel/dtc') diff --git a/meta/recipes-kernel/dtc/dtc/remove_space_opt.patch b/meta/recipes-kernel/dtc/dtc/remove_space_opt.patch new file mode 100644 index 0000000000..805bf58796 --- /dev/null +++ b/meta/recipes-kernel/dtc/dtc/remove_space_opt.patch @@ -0,0 +1,16 @@ +Remove the -Os flag + +Signed-off-by: Saul Wold +Index: git/Makefile +=================================================================== +--- git.orig/Makefile ++++ git/Makefile +@@ -18,7 +18,7 @@ CONFIG_LOCALVERSION = + CPPFLAGS = -I libfdt + WARNINGS = -Werror -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \ + -Wstrict-prototypes -Wmissing-prototypes +-CFLAGS = -g -Os -fPIC -Werror $(WARNINGS) ++CFLAGS = -g -fPIC -Werror $(WARNINGS) + + BISON = bison + LEX = flex diff --git a/meta/recipes-kernel/dtc/dtc_git.bb b/meta/recipes-kernel/dtc/dtc_git.bb index 21f71e6e6a..1cca32cedb 100644 --- a/meta/recipes-kernel/dtc/dtc_git.bb +++ b/meta/recipes-kernel/dtc/dtc_git.bb @@ -4,3 +4,4 @@ LICENSE="GPLv2|BSD" LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c" +SRC_URI += " file://remove_space_opt.patch" diff --git a/meta/recipes-kernel/dtc/dtc_git.inc b/meta/recipes-kernel/dtc/dtc_git.inc index 9bcd636849..96542f999c 100644 --- a/meta/recipes-kernel/dtc/dtc_git.inc +++ b/meta/recipes-kernel/dtc/dtc_git.inc @@ -1,5 +1,5 @@ SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git" PV = "1.2.0+git${SRCPV}" -PR = "r1" +PR = "r2" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf