diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2010-08-04 11:07:03 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2010-08-04 11:23:23 +0200 |
commit | d86b654c48e3230e0d926695999a00ae429b9187 (patch) | |
tree | 48e4f734b3030fbf2aaa524dc743e2db365ffd36 /recipes/classpath | |
parent | aea1620293b691b8c94f8f086dc321cd48e5952a (diff) |
inetlib-native: Removed.
inetlib: BBCLASSEXTEND="native"-ified.
Diffstat (limited to 'recipes/classpath')
-rw-r--r-- | recipes/classpath/inetlib-native_1.1.1.bb | 6 | ||||
-rw-r--r-- | recipes/classpath/inetlib_1.1.1.bb | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/recipes/classpath/inetlib-native_1.1.1.bb b/recipes/classpath/inetlib-native_1.1.1.bb deleted file mode 100644 index 59999e8508..0000000000 --- a/recipes/classpath/inetlib-native_1.1.1.bb +++ /dev/null @@ -1,6 +0,0 @@ -require inetlib_${PV}.bb - -inherit native - -SRC_URI[md5sum] = "aaa24be4bc8d172ac675be8bdfa636ee" -SRC_URI[sha256sum] = "1b078a39e022f86e4e2c8189b4d2789a5da414e8f1cb285587b7800b950a44de" diff --git a/recipes/classpath/inetlib_1.1.1.bb b/recipes/classpath/inetlib_1.1.1.bb index 362d0aa1cf..2cb73c4ca6 100644 --- a/recipes/classpath/inetlib_1.1.1.bb +++ b/recipes/classpath/inetlib_1.1.1.bb @@ -12,6 +12,8 @@ inherit java-library autotools DEPENDS = "fastjar-native" +PR = "r1" + JPN = "libgnuinet-java" export JAVAC = "javac" @@ -31,3 +33,6 @@ do_install_append() { SRC_URI[md5sum] = "aaa24be4bc8d172ac675be8bdfa636ee" SRC_URI[sha256sum] = "1b078a39e022f86e4e2c8189b4d2789a5da414e8f1cb285587b7800b950a44de" + +NATIVE_INSTALL_WORKS = "1" +BBCLASSEXTEND = "1" |