aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cacao/cacaoh-cldc-native_0.98.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-10-28 15:50:55 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2010-10-28 18:23:48 +0200
commit44bc5a638065a7ac705c2d7f21c256c7ebda516c (patch)
treec7fd34147e99125e04800fa8795067cb7e5d91fd /recipes/cacao/cacaoh-cldc-native_0.98.bb
parenta3871c241633708f52b64abb1df01a290d4b77ff (diff)
downloadopenembedded-44bc5a638065a7ac705c2d7f21c256c7ebda516c.tar.gz
cacaoh-*native: Try to be libtool version agnostic.
Based on a suggestion from Enrico Scholz we should use libtool --mode=install for install libtool stuff. This fixes a regresion for me that came in with commit 93c4d9d84096c817e74abf3f4c02f82af4c95178 It is working fine again now with libtool 2.2.6b (angstrom-2008), testing with libtool 2.4 would be appreciated. Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'recipes/cacao/cacaoh-cldc-native_0.98.bb')
-rw-r--r--recipes/cacao/cacaoh-cldc-native_0.98.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/cacao/cacaoh-cldc-native_0.98.bb b/recipes/cacao/cacaoh-cldc-native_0.98.bb
index 44b81fe94d..977743374d 100644
--- a/recipes/cacao/cacaoh-cldc-native_0.98.bb
+++ b/recipes/cacao/cacaoh-cldc-native_0.98.bb
@@ -5,7 +5,7 @@ SRC_URI = "\
"
do_stage() {
- install -m 0755 src/cacaoh/cacaoh ${STAGING_BINDIR}/cacaoh-cldc-${PV}
+ libtool --mode=install install -m 0755 src/cacaoh/cacaoh ${STAGING_BINDIR}/cacaoh-cldc-${PV}
}
SRC_URI[md5sum] = "8b8907c8b925761c9410bcadb9705346"