diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-09-25 11:28:39 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-09-25 11:28:39 +0000 |
commit | b988a76b4d55b905e07f91e77ac57ce40f834555 (patch) | |
tree | f326d010474c268161a06d79e37299dc9fa6a7ea /packages/classpath | |
parent | 2cac5a4b33a16c8ce06ce3593c53022a6b815993 (diff) | |
parent | 503dcc2ab499bd7eb485c1c075857b65960ab108 (diff) |
merge of '3725e0639f360f0af8007c241526006b0593ddd6'
and 'ef5ab979ea7d69bb029547198259524fbad530ec'
Diffstat (limited to 'packages/classpath')
-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" |