From: Robert Schuster Date: Wed, 4 Aug 2010 09:07:03 +0000 (+0200) Subject: inetlib-native: Removed. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d86b654c48e3230e0d926695999a00ae429b9187;p=openembedded.git inetlib-native: Removed. inetlib: BBCLASSEXTEND="native"-ified. --- 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"