aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cacao/cacaoh-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cacao/cacaoh-native.inc')
-rw-r--r--recipes/cacao/cacaoh-native.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/cacao/cacaoh-native.inc b/recipes/cacao/cacaoh-native.inc
index 203edea037..655bb0c54a 100644
--- a/recipes/cacao/cacaoh-native.inc
+++ b/recipes/cacao/cacaoh-native.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.cacaojvm.org/"
LICENSE = "GPL"
DEPENDS = "libtool-native zlib-native virtual/javac-native classpath-native"
-INC_PR = "r3"
+INC_PR = "r4"
S = "${WORKDIR}/cacao-${PV}"
@@ -24,7 +24,7 @@ do_compile() {
do_install() {
install -d ${D}${bindir}/cacaoh-${PV}
- install -m 0755 src/cacaoh/cacaoh ${D}${bindir}/cacaoh-${PV}
+ libtool --mode=install install -m 0755 src/cacaoh/cacaoh ${D}${bindir}/cacaoh-${PV}
}
NATIVE_INSTALL_WORKS = "1"