From e5231488cd1ae45078ff2bf369779f804fd7400e Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 5 Dec 2013 10:54:32 -0500 Subject: zlib: install into base_libdir [CQID: WIND00444742] Install zlib into base_libdir as kmod needs it. The purpose is to make system boot into single user mode even if /usr is missing. (LOCAL REV: NOT UPSTREAM) -- Sent to oe-core on 20131113 Signed-off-by: Chen Qi Signed-off-by: Joe MacDonald --- meta/recipes-core/zlib/zlib_1.2.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/zlib/zlib_1.2.8.bb b/meta/recipes-core/zlib/zlib_1.2.8.bb index bdfa045b7b..5b5e2e1147 100644 --- a/meta/recipes-core/zlib/zlib_1.2.8.bb +++ b/meta/recipes-core/zlib/zlib_1.2.8.bb @@ -21,7 +21,7 @@ RDEPENDS_${PN}-ptest += "make" inherit ptest do_configure (){ - ./configure --prefix=${prefix} --shared --libdir=${libdir} + ./configure --prefix=${base_prefix} --shared --libdir=${base_libdir} } do_compile (){ -- cgit 1.2.3-korg