mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
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: 679e04a33b6e4569e7a95758ccb10d50931f5d67) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
738f163797
commit
b2b365e8f0
@@ -10,8 +10,8 @@ SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \
|
||||
file://make_install.patch \
|
||||
"
|
||||
|
||||
EXTRA_OEMAKE='PREFIX="${prefix}"'
|
||||
INC_PR = "r2"
|
||||
EXTRA_OEMAKE='PREFIX="${prefix}" LIBDIR="${libdir}"'
|
||||
INC_PR = "r3"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user