summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc/dtc_git.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-01-02 01:22:42 -0800
committerSaul Wold <sgw@linux.intel.com>2011-01-02 01:25:41 -0800
commitabebecacbd531fb2595db84bf14ee9e85cc1b3eb (patch)
tree061f344dfcc910fe202be6405bd63a92d937f5ba /meta/recipes-kernel/dtc/dtc_git.inc
parent33d91c07378dab39b5c6f2693e24856c06245b2f (diff)
downloadpoky-abebecacbd531fb2595db84bf14ee9e85cc1b3eb.tar.gz
dtc: add patch to remove -Os for PPC
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/dtc/dtc_git.inc')
-rw-r--r--meta/recipes-kernel/dtc/dtc_git.inc2
1 files changed, 1 insertions, 1 deletions
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 @@
1SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git" 1SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git"
2PV = "1.2.0+git${SRCPV}" 2PV = "1.2.0+git${SRCPV}"
3PR = "r1" 3PR = "r2"
4 4
5S = "${WORKDIR}/git" 5S = "${WORKDIR}/git"