aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-06-19 12:56:19 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-19 12:56:19 +0000
commit417a34e0c7f0c3370384513de98741d429b7dded (patch)
tree93ee70c0fefa8c8d727493f81251d604afdaef84 /classes
parent37364f4aa499901587c66cb438f8b80adc9f4f39 (diff)
downloadopenembedded-417a34e0c7f0c3370384513de98741d429b7dded.tar.gz
pmount: updated to 0.9.11
Diffstat (limited to 'classes')
-rw-r--r--classes/base.bbclass10
1 files changed, 6 insertions, 4 deletions
diff --git a/classes/base.bbclass b/classes/base.bbclass
index 6656799680..a45a1137c6 100644
--- a/classes/base.bbclass
+++ b/classes/base.bbclass
@@ -171,9 +171,11 @@ 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"`
+ #if [ -d "$dir/.libs" ]; then
+ # dir=$dir/.libs
+ #fi
olddir=`pwd`
__runcmd cd $dir
@@ -191,7 +193,7 @@ oe_libinstall() {
if [ -f "$dota" -o -n "$require_static" ]; then
__runcmd install -m 0644 $dota $destpath/
fi
- dotlai=$libname.lai
+# dotlai=$libname.lai
if [ -f "$dotlai" -a -n "$libtool" ]; then
if test -n "$staging_install"
then