diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2010-06-18 14:52:23 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2010-06-24 11:46:04 +0200 |
commit | 64e7aaced537cc22311bba72542cb1c128cd4536 (patch) | |
tree | 7357863eba7dd84cc7ea59b9762e368a7cb50c4a /recipes/jamvm/jamvm_1.5.2.bb | |
parent | 4b7eaa7b901a0f08acdd4b6ca189ddd4cc2f071d (diff) |
jamvm.inc: Make libjvm.so a private lib.
Diffstat (limited to 'recipes/jamvm/jamvm_1.5.2.bb')
-rw-r--r-- | recipes/jamvm/jamvm_1.5.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/jamvm/jamvm_1.5.2.bb b/recipes/jamvm/jamvm_1.5.2.bb index 7cfeca78d3..2fd5f959c8 100644 --- a/recipes/jamvm/jamvm_1.5.2.bb +++ b/recipes/jamvm/jamvm_1.5.2.bb @@ -2,7 +2,7 @@ require jamvm.inc SRC_URI += "file://debian-jni.patch;striplevel=0" -PR = "r1" +PR = "r2" do_configure_prepend() { # Replaces the placeholder OE_LIBDIR_JNI with the JNI library directory |