diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-09-25 12:31:11 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-09-25 12:31:11 +0000 |
commit | 18b8a107ca4f903a486988b9562c8055ada1c018 (patch) | |
tree | a8c9019724f4f3c55b6b59b8259439ce5ec885e9 /packages/classpath/classpath-tools-native.bb | |
parent | 627c4ce3d477576fcf1f13949341c9894f913061 (diff) | |
parent | f98bbbba774cd1fa5c4d320639617218bc74b987 (diff) |
merge of '0c1609602324e53bbaa1c371330798fbeb1adaec'
and '4375f1c5c294da70172d3a0d99da040cb85d66fd'
Diffstat (limited to 'packages/classpath/classpath-tools-native.bb')
-rw-r--r-- | packages/classpath/classpath-tools-native.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/classpath/classpath-tools-native.bb b/packages/classpath/classpath-tools-native.bb new file mode 100644 index 0000000000..df5df33407 --- /dev/null +++ b/packages/classpath/classpath-tools-native.bb @@ -0,0 +1,7 @@ +# Java recipes which need gjar, gjavah and so on need to depend on this +# recipe. +# This makes sure we not only have the tools' bytecode but also a proper +# interpreter that can run it. +DESCRIPTION = "Provides working jar, javah etc. from the GNU Classpath project" + +DEPENDS = "virtual/java-native classpath-native" |