aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorChen Qi <qi.chen@windriver.com>2013-12-05 10:54:32 -0500
committerChen Qi <Qi.Chen@windriver.com>2014-09-09 14:34:11 +0800
commite5231488cd1ae45078ff2bf369779f804fd7400e (patch)
treeaba540bcea08738e62785a63b6f9d78223e2fff3 /meta
parente72aac2ae9e5fce1715fa04b7e94034fd06892d9 (diff)
downloadopenembedded-core-contrib-e5231488cd1ae45078ff2bf369779f804fd7400e.tar.gz
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 <Qi.Chen@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/zlib/zlib_1.2.8.bb2
1 files changed, 1 insertions, 1 deletions
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 (){