diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/jamvm | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/jamvm')
-rw-r--r-- | recipes/jamvm/jamvm-initial_1.4.5.bb | 2 | ||||
-rw-r--r-- | recipes/jamvm/jamvm-initial_1.5.0.bb | 2 | ||||
-rw-r--r-- | recipes/jamvm/jamvm-native_1.5.3.bb | 2 | ||||
-rw-r--r-- | recipes/jamvm/jamvm_1.4.5.bb | 2 | ||||
-rw-r--r-- | recipes/jamvm/jamvm_1.5.0.bb | 2 | ||||
-rw-r--r-- | recipes/jamvm/jamvm_1.5.2.bb | 2 | ||||
-rw-r--r-- | recipes/jamvm/jamvm_1.5.3.bb | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/recipes/jamvm/jamvm-initial_1.4.5.bb b/recipes/jamvm/jamvm-initial_1.4.5.bb index 200c0168c1..fb2f4bf330 100644 --- a/recipes/jamvm/jamvm-initial_1.4.5.bb +++ b/recipes/jamvm/jamvm-initial_1.4.5.bb @@ -11,7 +11,7 @@ PROVIDES = "virtual/java-initial" S = "${WORKDIR}/jamvm-${PV}" SRC_URI = "${SOURCEFORGE_MIRROR}/jamvm/jamvm-${PV}.tar.gz \ - file://jamvm_${PV}-initial.patch;patch=1;pnum=1 \ + file://jamvm_${PV}-initial.patch \ " # This uses 32 bit arm, so force the instruction set to arm, not thumb diff --git a/recipes/jamvm/jamvm-initial_1.5.0.bb b/recipes/jamvm/jamvm-initial_1.5.0.bb index a1d3566bcf..3986861a1a 100644 --- a/recipes/jamvm/jamvm-initial_1.5.0.bb +++ b/recipes/jamvm/jamvm-initial_1.5.0.bb @@ -11,7 +11,7 @@ PROVIDES = "virtual/java-initial" S = "${WORKDIR}/jamvm-${PV}" SRC_URI = "${SOURCEFORGE_MIRROR}/jamvm/jamvm-${PV}.tar.gz \ - file://jamvm_${PV}-initial.patch;patch=1;pnum=1 \ + file://jamvm_${PV}-initial.patch \ " # This uses 32 bit arm, so force the instruction set to arm, not thumb diff --git a/recipes/jamvm/jamvm-native_1.5.3.bb b/recipes/jamvm/jamvm-native_1.5.3.bb index 73b43fb064..10036efd1f 100644 --- a/recipes/jamvm/jamvm-native_1.5.3.bb +++ b/recipes/jamvm/jamvm-native_1.5.3.bb @@ -4,7 +4,7 @@ require jamvm-native.inc PR = "r1" -SRC_URI += "file://jamvm-1.5.3-jni_h-noinst.patch;patch=1" +SRC_URI += "file://jamvm-1.5.3-jni_h-noinst.patch" SRC_URI[md5sum] = "ce886163658d748113b0570dfae12aea" diff --git a/recipes/jamvm/jamvm_1.4.5.bb b/recipes/jamvm/jamvm_1.4.5.bb index 0d353a7fd0..0e9636622b 100644 --- a/recipes/jamvm/jamvm_1.4.5.bb +++ b/recipes/jamvm/jamvm_1.4.5.bb @@ -2,7 +2,7 @@ require jamvm.inc PR = "r3" -SRC_URI += "file://jamvm-1.3.1-size-defaults.patch;patch=1" +SRC_URI += "file://jamvm-1.3.1-size-defaults.patch" SRC_URI[md5sum] = "3f538bab6e1c77aed331e5e71f754f5b" diff --git a/recipes/jamvm/jamvm_1.5.0.bb b/recipes/jamvm/jamvm_1.5.0.bb index be8cb4cc8b..2231566bb0 100644 --- a/recipes/jamvm/jamvm_1.5.0.bb +++ b/recipes/jamvm/jamvm_1.5.0.bb @@ -1,6 +1,6 @@ require jamvm.inc -SRC_URI += "file://debian-jni.patch;patch=1;pnum=0" +SRC_URI += "file://debian-jni.patch;striplevel=0" PR = "r4" diff --git a/recipes/jamvm/jamvm_1.5.2.bb b/recipes/jamvm/jamvm_1.5.2.bb index 258629684c..68949ab44d 100644 --- a/recipes/jamvm/jamvm_1.5.2.bb +++ b/recipes/jamvm/jamvm_1.5.2.bb @@ -1,6 +1,6 @@ require jamvm.inc -SRC_URI += "file://debian-jni.patch;patch=1;pnum=0" +SRC_URI += "file://debian-jni.patch;striplevel=0" PR = "r0" diff --git a/recipes/jamvm/jamvm_1.5.3.bb b/recipes/jamvm/jamvm_1.5.3.bb index b3ca5df692..19eabfd669 100644 --- a/recipes/jamvm/jamvm_1.5.3.bb +++ b/recipes/jamvm/jamvm_1.5.3.bb @@ -1,6 +1,6 @@ require jamvm.inc -SRC_URI += "file://debian-jni.patch;patch=1;pnum=0" +SRC_URI += "file://debian-jni.patch;striplevel=0" PR = "r0" |