]> code.ossystems Code Review - openembedded-core.git/commit
zlib: clean up base_libdir symlink
authorRoss Burton <ross.burton@intel.com>
Wed, 20 May 2015 14:38:49 +0000 (15:38 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 May 2015 09:48:47 +0000 (10:48 +0100)
commitada8972ec40441b06e50d3e9ccbc07241a48e30a
treef7a2560e7264ecc6766a5ace45d287375c84a70c
parentd4bf858b2c15bef128fd6d606b08203a318e2d4c
zlib: clean up base_libdir symlink

libz.so symbolic link created in ${libdir} is
../../${base_libdir}/libz.so.1.2.8.  This doesn't work if base_libdir or libdir
is changed, so use oe.path.relative to construct the correct path at build time.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/zlib/zlib_1.2.8.bb