[oe-commits] Robert Schuster : jamvm-native 1.5.3: Prevent evil jni. h from being installed.

git version control git at git.openembedded.org
Tue Sep 29 07:37:19 UTC 2009


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

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Tue Sep 29 09:36:37 2009 +0200

jamvm-native 1.5.3: Prevent evil jni.h from being installed.

---

 recipes/jamvm/files/jamvm-1.5.3-jni_h-noinst.patch |   13 +++++++++++++
 recipes/jamvm/jamvm-native_1.5.3.bb                |    4 +++-
 2 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/recipes/jamvm/files/jamvm-1.5.3-jni_h-noinst.patch b/recipes/jamvm/files/jamvm-1.5.3-jni_h-noinst.patch
new file mode 100644
index 0000000..f0884fd
--- /dev/null
+++ b/recipes/jamvm/files/jamvm-1.5.3-jni_h-noinst.patch
@@ -0,0 +1,13 @@
+Index: jamvm-1.5.3/src/Makefile.am
+===================================================================
+--- jamvm-1.5.3.orig/src/Makefile.am	2009-09-29 09:29:13.386565473 +0200
++++ jamvm-1.5.3/src/Makefile.am	2009-09-29 09:33:47.702565852 +0200
+@@ -23,7 +23,7 @@
+ DIST_SUBDIRS = os arch interp
+ 
+ bin_PROGRAMS = jamvm
+-include_HEADERS = jni.h
++noinst_HEADERS = jni.h
+ 
+ lib_LTLIBRARIES = libjvm.la
+ noinst_LTLIBRARIES = libcore.la
diff --git a/recipes/jamvm/jamvm-native_1.5.3.bb b/recipes/jamvm/jamvm-native_1.5.3.bb
index 07a213c..bc3cbe9 100644
--- a/recipes/jamvm/jamvm-native_1.5.3.bb
+++ b/recipes/jamvm/jamvm-native_1.5.3.bb
@@ -2,5 +2,7 @@
 
 require jamvm-native.inc
 
-PR = "r0"
+PR = "r1"
+
+SRC_URI += "file://jamvm-1.5.3-jni_h-noinst.patch;patch=1"
 





More information about the Openembedded-commits mailing list