diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-11-03 08:35:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-07 14:05:37 +0000 |
commit | 953b45841fdcb90080cc72a98ddd14551f85e103 (patch) | |
tree | f76017dea648643f3be405506ffeb1a5ec15f887 /meta/recipes-kernel/dtc/dtc.inc | |
parent | 35574646e73da6c73173512124f58ca81d3e7c64 (diff) | |
download | poky-953b45841fdcb90080cc72a98ddd14551f85e103.tar.gz |
dtc: Add patch to correctly install shared libraries and links
(From OE-Core rev: 4c4143e0f0382118448c7c2a452dafac0db5130f)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/dtc/dtc.inc')
-rw-r--r-- | meta/recipes-kernel/dtc/dtc.inc | 3 |
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" | |||
7 | inherit autotools | 7 | inherit autotools |
8 | 8 | ||
9 | SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \ | 9 | SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \ |
10 | file://make_install.patch \ | ||
10 | " | 11 | " |
11 | 12 | ||
12 | EXTRA_OEMAKE='PREFIX="${prefix}"' | 13 | EXTRA_OEMAKE='PREFIX="${prefix}"' |
13 | INC_PR = "r1" | 14 | INC_PR = "r2" |
14 | 15 | ||
15 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
16 | 17 | ||