aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cacao/cacaoh-native.inc
diff options
context:
space:
mode:
authorFahad Usman <fahad_usman@mentor.com>2010-08-17 01:08:34 +0000
committerTom Rini <tom_rini@mentor.com>2010-09-30 14:03:09 -0700
commitccc23f16dc039cb9f7fee5425846c2a21b2a36f7 (patch)
tree0fcd044f824bc70f714b9d6d9b5f22fade2b53e2 /recipes/cacao/cacaoh-native.inc
parentaaa6bfa82aff074560881f381743811e2a0f309f (diff)
downloadopenembedded-ccc23f16dc039cb9f7fee5425846c2a21b2a36f7.tar.gz
cacaoh-native: Removed legacy style staging
* converted do_stage to do_install * use oe-stylize.py (with care as it gets require wrong). * Switch to INC_PR, bump. Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/cacao/cacaoh-native.inc')
-rw-r--r--recipes/cacao/cacaoh-native.inc12
1 files changed, 8 insertions, 4 deletions
diff --git a/recipes/cacao/cacaoh-native.inc b/recipes/cacao/cacaoh-native.inc
index a44c5035c6..2b3709f62f 100644
--- a/recipes/cacao/cacaoh-native.inc
+++ b/recipes/cacao/cacaoh-native.inc
@@ -1,9 +1,10 @@
DESCRIPTION = "Header generator for Cacao JVM - Needed for cross-compilation builds"
HOMEPAGE = "http://www.cacaojvm.org/"
-LICENSE = "GPL"
-
+LICENSE = "GPL"
DEPENDS = "libtool-native zlib-native virtual/javac-native classpath-native"
+INC_PR = "r2"
+
S = "${WORKDIR}/cacao-${PV}"
inherit autotools native
@@ -21,6 +22,9 @@ do_compile() {
oe_runmake -C src/cacaoh cacaoh
}
-do_stage() {
- install -m 0755 src/cacaoh/.libs/cacaoh ${STAGING_BINDIR}/cacaoh-${PV}
+do_install() {
+ install -d ${D}${bindir}/cacaoh-${PV}
+ install -m 0755 src/cacaoh/.libs/cacaoh ${D}${bindir}/cacaoh-${PV}
}
+
+NATIVE_INSTALL_WORKS = "1"
ion value='akuster/qa_changes'>akuster/qa_changes OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/site/common-glibc
blob: 8329bb3e15adc5239addfe381125e421ab5d4c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85