diff options
author | Matthew McClintock <msm@freescale.com> | 2012-07-10 21:29:40 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-11 11:35:52 +0100 |
commit | ef8d6692528b586434513adc6b76e3f6f17cfd94 (patch) | |
tree | 2ddbe224801c606b7d9732272cac82a3b149604d /meta/recipes-kernel/dtc | |
parent | 82bdf46dbea8c16712fc763a02b8b8f7886f3e72 (diff) | |
download | poky-ef8d6692528b586434513adc6b76e3f6f17cfd94.tar.gz |
dtc.inc: fix for libdir == /usr/lib64
On 64bit systems dtc will still install libaries in /usr/lib
unless we havet this override
(From OE-Core rev: b60579e66601ba60669a9e1194409fcd8b80530e)
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/dtc')
-rw-r--r-- | meta/recipes-kernel/dtc/dtc.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index fab91dca93..18847c613f 100644 --- a/meta/recipes-kernel/dtc/dtc.inc +++ b/meta/recipes-kernel/dtc/dtc.inc | |||
@@ -10,8 +10,8 @@ SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \ | |||
10 | file://make_install.patch \ | 10 | file://make_install.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | EXTRA_OEMAKE='PREFIX="${prefix}"' | 13 | EXTRA_OEMAKE='PREFIX="${prefix}" LIBDIR="${libdir}"' |
14 | INC_PR = "r2" | 14 | INC_PR = "r3" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||