inetlib-native: Removed.
authorRobert Schuster <robertschuster@fsfe.org>
Wed, 4 Aug 2010 09:07:03 +0000 (11:07 +0200)
committerRobert Schuster <robertschuster@fsfe.org>
Wed, 4 Aug 2010 09:23:23 +0000 (11:23 +0200)
inetlib: BBCLASSEXTEND="native"-ified.

recipes/classpath/inetlib-native_1.1.1.bb [deleted file]
recipes/classpath/inetlib_1.1.1.bb

diff --git a/recipes/classpath/inetlib-native_1.1.1.bb b/recipes/classpath/inetlib-native_1.1.1.bb
deleted file mode 100644 (file)
index 59999e8..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-require inetlib_${PV}.bb
-
-inherit native
-
-SRC_URI[md5sum] = "aaa24be4bc8d172ac675be8bdfa636ee"
-SRC_URI[sha256sum] = "1b078a39e022f86e4e2c8189b4d2789a5da414e8f1cb285587b7800b950a44de"
index 362d0aa..2cb73c4 100644 (file)
@@ -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"