]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
zlib: install into base_libdir
authorChen Qi <qi.chen@windriver.com>
Thu, 5 Dec 2013 15:54:32 +0000 (10:54 -0500)
committerChen Qi <Qi.Chen@windriver.com>
Tue, 9 Sep 2014 06:34:11 +0000 (14:34 +0800)
[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 <Qi.Chen@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
meta/recipes-core/zlib/zlib_1.2.8.bb

index bdfa045b7b94f2a27aa1dbfb0a1b5e587577d41b..5b5e2e11478dbe66e9c04363140138b3ca21d184 100644 (file)
@@ -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 (){