aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc-package.bbclass
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-09-25 16:01:33 -0700
committerKhem Raj <raj.khem@gmail.com>2010-09-27 15:05:27 -0700
commite84556845a34f8925f079a667f4f9dd101a5379f (patch)
tree2f7330a0b20b48ae62188fd59e612226a6195e54 /recipes/eglibc/eglibc-package.bbclass
parente33feda488545dbec4a71c590fee8f6f3c2a7a0d (diff)
downloadopenembedded-e84556845a34f8925f079a667f4f9dd101a5379f.tar.gz
eglibc-2.12: Configure for 64-bit mips
* Make it to install into /lib and /usr/lib instead of /lib64 and /usr/lib64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/eglibc/eglibc-package.bbclass')
-rw-r--r--recipes/eglibc/eglibc-package.bbclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc-package.bbclass b/recipes/eglibc/eglibc-package.bbclass
index a041f93ef2..972774701a 100644
--- a/recipes/eglibc/eglibc-package.bbclass
+++ b/recipes/eglibc/eglibc-package.bbclass
@@ -88,7 +88,10 @@ do_configure_prepend() {
}
do_install() {
- oe_runmake install_root=${D} install
+ oe_runmake install_root=${D} \
+ libdir='${libdir}' slibdir='${base_libdir}' \
+ localedir='${libdir}/locale' \
+ install
for r in ${rpcsvc}; do
h=`echo $r|sed -e's,\.x$,.h,'`
install -m 0644 ${S}/sunrpc/rpcsvc/$h ${D}/${includedir}/rpcsvc/