aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc/dtc.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-11-03 08:35:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-07 14:03:25 +0000
commit4c4143e0f0382118448c7c2a452dafac0db5130f (patch)
treebc11c8dfcafc2fd35284e98486f060da93c7658d /meta/recipes-kernel/dtc/dtc.inc
parent43213fd610da7b550e6d738e224b49004776f799 (diff)
downloadopenembedded-core-contrib-4c4143e0f0382118448c7c2a452dafac0db5130f.tar.gz
dtc: Add patch to correctly install shared libraries and links
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/dtc/dtc.inc')
-rw-r--r--meta/recipes-kernel/dtc/dtc.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc
index 0f45d5f08e..9b4b7682b8 100644
--- a/meta/recipes-kernel/dtc/dtc.inc
+++ b/meta/recipes-kernel/dtc/dtc.inc
@@ -7,10 +7,11 @@ DEPENDS = "flex-native bison-native"
inherit autotools
SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \
+ file://make_install.patch \
"
EXTRA_OEMAKE='PREFIX="${prefix}"'
-INC_PR = "r1"
+INC_PR = "r2"
S = "${WORKDIR}/git"