diff options
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..f0c9f86033 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;apply=yes \ " # 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..a1c68da843 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;apply=yes \ " # 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..754181edb5 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;apply=yes" SRC_URI[md5sum] = "ce886163658d748113b0570dfae12aea" diff --git a/recipes/jamvm/jamvm_1.4.5.bb b/recipes/jamvm/jamvm_1.4.5.bb index 0d353a7fd0..26ae4d59b5 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;apply=yes" SRC_URI[md5sum] = "3f538bab6e1c77aed331e5e71f754f5b" diff --git a/recipes/jamvm/jamvm_1.5.0.bb b/recipes/jamvm/jamvm_1.5.0.bb index be8cb4cc8b..420ea61bb1 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;apply=yes;striplevel=0" PR = "r4" diff --git a/recipes/jamvm/jamvm_1.5.2.bb b/recipes/jamvm/jamvm_1.5.2.bb index 258629684c..dd0ce7f2fc 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;apply=yes;striplevel=0" PR = "r0" diff --git a/recipes/jamvm/jamvm_1.5.3.bb b/recipes/jamvm/jamvm_1.5.3.bb index b3ca5df692..4569fd4242 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;apply=yes;striplevel=0" PR = "r0" |