[oe-commits] Robert Schuster : gnujaf-native: Deleted.

git version control git at git.openembedded.org
Wed Aug 4 09:22:40 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5fecddd8633cc062ddd7552ad682ffb0093950c8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5fecddd8633cc062ddd7552ad682ffb0093950c8

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Wed Aug  4 10:57:17 2010 +0200

gnujaf-native: Deleted.
gnumail-native: Deleted.
gnujaf: BBCLASEXTEND="native"-ified.
gnumail: Dito.

---

 recipes/classpathx/gnujaf-native_1.1.1.bb  |    6 ------
 recipes/classpathx/gnujaf_1.1.1.bb         |    5 +++++
 recipes/classpathx/gnumail-native_1.1.2.bb |    5 -----
 recipes/classpathx/gnumail_1.1.2.bb        |    6 ++++++
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/recipes/classpathx/gnujaf-native_1.1.1.bb b/recipes/classpathx/gnujaf-native_1.1.1.bb
deleted file mode 100644
index b9abb4e..0000000
--- a/recipes/classpathx/gnujaf-native_1.1.1.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require gnujaf_${PV}.bb
-
-inherit java-native
-
-SRC_URI[md5sum] = "de50d7728e8140eb404f2b4554321f8c"
-SRC_URI[sha256sum] = "b1b5ef560d30fcb11fbf537246857d14110ce4eb2b200d4c54690472305d87b7"
diff --git a/recipes/classpathx/gnujaf_1.1.1.bb b/recipes/classpathx/gnujaf_1.1.1.bb
index 7ba6e67..e0dfd24 100644
--- a/recipes/classpathx/gnujaf_1.1.1.bb
+++ b/recipes/classpathx/gnujaf_1.1.1.bb
@@ -12,6 +12,8 @@ inherit autotools java-library
 
 S = "${WORKDIR}/activation-${PV}"
 
+PR = "r1"
+
 export JAVAC = "javac"
 
 # Fake javadoc
@@ -30,3 +32,6 @@ do_compile() {
 
 SRC_URI[md5sum] = "de50d7728e8140eb404f2b4554321f8c"
 SRC_URI[sha256sum] = "b1b5ef560d30fcb11fbf537246857d14110ce4eb2b200d4c54690472305d87b7"
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"
diff --git a/recipes/classpathx/gnumail-native_1.1.2.bb b/recipes/classpathx/gnumail-native_1.1.2.bb
deleted file mode 100644
index 4866452..0000000
--- a/recipes/classpathx/gnumail-native_1.1.2.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require gnumail_${PV}.bb
-
-inherit native
-
-DEPENDS = "fastjar-native gnujaf-native inetlib-native"
diff --git a/recipes/classpathx/gnumail_1.1.2.bb b/recipes/classpathx/gnumail_1.1.2.bb
index cf85587..3eab0f6 100644
--- a/recipes/classpathx/gnumail_1.1.2.bb
+++ b/recipes/classpathx/gnumail_1.1.2.bb
@@ -12,6 +12,9 @@ inherit java-library autotools
 S = "${WORKDIR}/mail-${PV}"
 
 DEPENDS = "fastjar-native gnujaf inetlib"
+DEPENDS_virtclass-native = "fastjar-native gnujaf-native inetlib-native"
+
+PR = "r1"
 
 export JAVAC = "${STAGING_BINDIR_NATIVE}/javac"
 export JAVA = "${STAGING_BINDIR_NATIVE}/java"
@@ -43,3 +46,6 @@ do_stage() {
 
 SRC_URI[md5sum] = "0a94ff4328ceb6a4131be96946976a33"
 SRC_URI[sha256sum] = "5eb09597a8f81bfc943206e3e0f45b963ba605a646051c353374f1b475bb9f04"
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list