All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cacaoh: patches to get do_install do its work
@ 2010-10-22  8:11 Jaap de Jong
  2010-10-24 13:19 ` Enrico Scholz
  2010-10-28  6:24 ` Stefan Schmidt
  0 siblings, 2 replies; 12+ messages in thread
From: Jaap de Jong @ 2010-10-22  8:11 UTC (permalink / raw)
  To: openembedded-devel

 From 60a5f60af4ad65112452f98d99350fce45332e8e Mon Sep 17 00:00:00 2001
From: Jaap de Jong <jaap.dejong@nedap.com>
Date: Fri, 22 Oct 2010 09:28:25 +0200
Subject: [PATCH] cacaoh: patches to get do_install do its work

Signed-off-by: Jaap de Jong <jaap.dejong@nedap.com>
---
  recipes/cacao/cacaoh-cldc-native_0.98.bb |    2 +-
  recipes/cacao/cacaoh-native.inc          |    2 +-
  recipes/cacao/cacaoh-openjdk-native.inc  |    2 +-
  3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/cacao/cacaoh-cldc-native_0.98.bb 
b/recipes/cacao/cacaoh-cldc-native_0.98.bb
index 9a34b36..44b81fe 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/.libs/cacaoh 
${STAGING_BINDIR}/cacaoh-cldc-${PV}
+    install -m 0755 src/cacaoh/cacaoh ${STAGING_BINDIR}/cacaoh-cldc-${PV}
  }

  SRC_URI[md5sum] = "8b8907c8b925761c9410bcadb9705346"
diff --git a/recipes/cacao/cacaoh-native.inc 
b/recipes/cacao/cacaoh-native.inc
index 2b3709f..d745107 100644
--- a/recipes/cacao/cacaoh-native.inc
+++ b/recipes/cacao/cacaoh-native.inc
@@ -24,7 +24,7 @@ do_compile() {

  do_install() {
    install -d ${D}${bindir}/cacaoh-${PV}
-  install -m 0755 src/cacaoh/.libs/cacaoh ${D}${bindir}/cacaoh-${PV}
+  install -m 0755 src/cacaoh/cacaoh ${D}${bindir}/cacaoh-${PV}
  }

  NATIVE_INSTALL_WORKS = "1"
diff --git a/recipes/cacao/cacaoh-openjdk-native.inc 
b/recipes/cacao/cacaoh-openjdk-native.inc
index 5070e7e..4afb955 100644
--- a/recipes/cacao/cacaoh-openjdk-native.inc
+++ b/recipes/cacao/cacaoh-openjdk-native.inc
@@ -27,5 +27,5 @@ do_compile() {
  }

  do_install() {
-    install -m 0755 src/cacaoh/.libs/cacaoh 
${STAGING_BINDIR}/cacaoh-openjdk-${PV}
+    install -m 0755 src/cacaoh/cacaoh 
${STAGING_BINDIR}/cacaoh-openjdk-${PV}
  }
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-10-28 16:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-22  8:11 [PATCH] cacaoh: patches to get do_install do its work Jaap de Jong
2010-10-24 13:19 ` Enrico Scholz
2010-10-24 18:36   ` Khem Raj
2010-10-25 10:53     ` Enrico Scholz
2010-10-25 17:49       ` Khem Raj
2010-10-26  9:01         ` Enrico Scholz
2010-10-28 13:59           ` Stefan Schmidt
2010-10-28  6:24 ` Stefan Schmidt
2010-10-28  6:36   ` Khem Raj
2010-10-28  7:44     ` Stefan Schmidt
2010-10-28 14:02       ` Jaap de Jong
2010-10-28 16:23         ` Stefan Schmidt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.