git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d262539
)
classpath-tools-native.bb: Converted to new style staging
author
Fahad Usman
<fahad_usman@mentor.com>
Fri, 17 Sep 2010 02:54:37 +0000
(
02:54
+0000)
committer
Tom Rini
<tom_rini@mentor.com>
Thu, 30 Sep 2010 21:03:08 +0000
(14:03 -0700)
* Converted do_stage to do_install.
* Added NATIVE_INSTALL_WORKS = "1"
* Added PR = "r1"
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/classpath/classpath-tools-native.bb
patch
|
blob
|
history
diff --git
a/recipes/classpath/classpath-tools-native.bb
b/recipes/classpath/classpath-tools-native.bb
index
7adf702
..
52566be
100644
(file)
--- a/
recipes/classpath/classpath-tools-native.bb
+++ b/
recipes/classpath/classpath-tools-native.bb
@@
-5,9
+5,12
@@
DESCRIPTION = "Provides working jar, javah etc. from the GNU Classpath project"
DEPENDS = "virtual/java-native classpath-native"
+PR = "r1"
inherit native
-do_
stage
() {
- :
+do_
install
() {
+
:
}
+
+NATIVE_INSTALL_WORKS = "1"