From patchwork Mon Aug 13 21:14:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [06/32] dtc.inc: fix for libdir == /usr/lib64 Date: Mon, 13 Aug 2012 21:14:47 -0000 From: Scott Garman X-Patchwork-Id: 34397 Message-Id: <679e04a33b6e4569e7a95758ccb10d50931f5d67.1344892361.git.scott.a.garman@intel.com> To: openembedded-core@lists.openembedded.org From: Matthew McClintock On 64bit systems dtc will still install libaries in /usr/lib unless we havet this override Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- meta/recipes-kernel/dtc/dtc.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index fab91dc..18847c6 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 \ file://make_install.patch \ " -EXTRA_OEMAKE='PREFIX="${prefix}"' -INC_PR = "r2" +EXTRA_OEMAKE='PREFIX="${prefix}" LIBDIR="${libdir}"' +INC_PR = "r3" S = "${WORKDIR}/git"