]> code.ossystems Code Review - openembedded-core.git/commit
glibc: fix libdir/libexecdir path confusion
authorRoss Burton <ross.burton@intel.com>
Tue, 3 Jun 2014 10:11:18 +0000 (11:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Dec 2015 10:20:08 +0000 (10:20 +0000)
commit0c73dcb7c1c369a66e4c5804fcdd19f657426a5d
treeba8b65088cb1879efa053f2cb699f25c07e09573
parent431ad7a268fc07c367ce830c4f69dba515f44b4e
glibc: fix libdir/libexecdir path confusion

$libdir/glibc is deleted if it doesn't exist but this is incorrectly assuming
what variables are used to create this directory.  In fact libexecdir is being
used in the Makefile so use that in the recipe too.

This fixes builds where libexecdir is changed.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/glibc/glibc-package.inc