summaryrefslogtreecommitdiff
path: root/classes/base.bbclass
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2005-12-26 09:57:00 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-26 09:57:00 +0000
commit89679b98e28d3400e6ceddc1c6bac1da671071fb (patch)
tree95b66a7a5dde7178b3653a1caff859863a76d37f /classes/base.bbclass
parent72e09dc3757283be06a4db309105e49d5d95ed4d (diff)
autotools.bbclass, base.bbclass: modify autotools_stage_all to use oe_libinstall and install aclocal macros, too
Diffstat (limited to 'classes/base.bbclass')
-rw-r--r--classes/base.bbclass6
1 files changed, 2 insertions, 4 deletions
diff --git a/classes/base.bbclass b/classes/base.bbclass
index c5359b20f8..b0ca9358bd 100644
--- a/classes/base.bbclass
+++ b/classes/base.bbclass
@@ -171,9 +171,8 @@ oe_libinstall() {
if [ -z "$dir" ]; then
dir=`pwd`
fi
- if [ -d "$dir/.libs" ]; then
- dir=$dir/.libs
- fi
+ dotlai=$libname.lai
+ dir=$dir`(cd $dir; find -name "$dotlai") | sed "s/^\.//;s/\/$dotlai\$//;q"`
olddir=`pwd`
__runcmd cd $dir
@@ -191,7 +190,6 @@ oe_libinstall() {
if [ -f "$dota" -o -n "$require_static" ]; then
__runcmd install -m 0644 $dota $destpath/
fi
- dotlai=$libname.lai
if [ -f "$dotlai" -a -n "$libtool" ]; then
if test -n "$staging_install"
then