From: Chen Qi <[email protected]> [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 <[email protected]> Signed-off-by: Joe MacDonald <[email protected]> --- 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 bdfa045..5b5e2e1 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 (){ -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
