summaryrefslogtreecommitdiffstats
path: root/recipes/gmp
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-23 20:23:53 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:53:41 -0700
commitbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch)
tree96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/gmp
parentfab0af3aefee22b21541e403d3c356a6979bfa63 (diff)
downloadopenembedded-bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0.tar.gz
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gmp')
-rw-r--r--recipes/gmp/gmp.inc4
-rw-r--r--recipes/gmp/gmp_4.1.2.bb2
-rw-r--r--recipes/gmp/gmp_4.1.4.bb2
-rw-r--r--recipes/gmp/gmp_4.2.1.bb4
-rw-r--r--recipes/gmp/gmp_4.2.2.bb8
-rw-r--r--recipes/gmp/gmp_4.2.4.bb6
6 files changed, 13 insertions, 13 deletions
diff --git a/recipes/gmp/gmp.inc b/recipes/gmp/gmp.inc
index 67e5c49bda..0a84e1958c 100644
--- a/recipes/gmp/gmp.inc
+++ b/recipes/gmp/gmp.inc
@@ -4,8 +4,8 @@ HOMEPAGE = "http://www.swox.com/gmp/"
LICENSE = "GPL LGPL"
SRC_URI = "${GNU_MIRROR}/gmp/gmp-${PV}.tar.bz2;name=gmp \
- file://configure.patch;patch=1 \
- file://amd64.patch;patch=1"
+ file://configure.patch;apply=yes \
+ file://amd64.patch;apply=yes"
inherit autotools
diff --git a/recipes/gmp/gmp_4.1.2.bb b/recipes/gmp/gmp_4.1.2.bb
index 19ad8f8eae..eae4c9ffa9 100644
--- a/recipes/gmp/gmp_4.1.2.bb
+++ b/recipes/gmp/gmp_4.1.2.bb
@@ -1,5 +1,5 @@
require gmp.inc
-SRC_URI += "file://gcc-compile.patch;patch=1"
+SRC_URI += "file://gcc-compile.patch;apply=yes"
SRC_URI[gmp.md5sum] = "ed39b34dd14014cc504840776af5ba10"
SRC_URI[gmp.sha256sum] = "51ba8551092510ef5c61798584f4cff054e0fbbe7c46fea2c8ff9ea9a52edcd1"
diff --git a/recipes/gmp/gmp_4.1.4.bb b/recipes/gmp/gmp_4.1.4.bb
index 03bc5127f1..ea02996d9e 100644
--- a/recipes/gmp/gmp_4.1.4.bb
+++ b/recipes/gmp/gmp_4.1.4.bb
@@ -2,6 +2,6 @@ require gmp.inc
PR = "r1"
-SRC_URI += "file://sh4-asmfix.patch;patch=1"
+SRC_URI += "file://sh4-asmfix.patch;apply=yes"
SRC_URI[gmp.md5sum] = "0aa7d3b3f5b5ec5951e7dddd6f65e891"
SRC_URI[gmp.sha256sum] = "1a6ed0ea17b24ea8864c4df516d20c41fac97a448559ddee5a8477aeeecca1a3"
diff --git a/recipes/gmp/gmp_4.2.1.bb b/recipes/gmp/gmp_4.2.1.bb
index 85ed420c2b..342fc004e2 100644
--- a/recipes/gmp/gmp_4.2.1.bb
+++ b/recipes/gmp/gmp_4.2.1.bb
@@ -1,7 +1,7 @@
PR = "r2"
-SRC_URI_append += "file://sh4-asmfix.patch;patch=1 \
- file://x86-fat.diff;patch=1;pnum=0 "
+SRC_URI_append += "file://sh4-asmfix.patch;apply=yes \
+ file://x86-fat.diff;apply=yes;striplevel=0 "
require gmp.inc
diff --git a/recipes/gmp/gmp_4.2.2.bb b/recipes/gmp/gmp_4.2.2.bb
index 540dbed80a..b30396ef88 100644
--- a/recipes/gmp/gmp_4.2.2.bb
+++ b/recipes/gmp/gmp_4.2.2.bb
@@ -1,9 +1,9 @@
PR = "r1"
-SRC_URI_append += "file://02_noexec-stack.diff;patch=1 \
- file://03_gnu89-inline.diff;patch=1 \
- file://mpf_set_str_c.diff;patch=1 \
- file://sh4-asmfix.patch;patch=1 \
+SRC_URI_append += "file://02_noexec-stack.diff;apply=yes \
+ file://03_gnu89-inline.diff;apply=yes \
+ file://mpf_set_str_c.diff;apply=yes \
+ file://sh4-asmfix.patch;apply=yes \
"
require gmp.inc
diff --git a/recipes/gmp/gmp_4.2.4.bb b/recipes/gmp/gmp_4.2.4.bb
index c01c7058b4..f517c022a6 100644
--- a/recipes/gmp/gmp_4.2.4.bb
+++ b/recipes/gmp/gmp_4.2.4.bb
@@ -1,9 +1,9 @@
INC_PR = "r0"
PR = "${INC_PR}.5"
-SRC_URI_append += "file://sh4-asmfix.patch;patch=1 \
- file://use-includedir.patch;patch=1 \
- file://dont_use_mips_h_constraint.patch;patch=1 \
+SRC_URI_append += "file://sh4-asmfix.patch;apply=yes \
+ file://use-includedir.patch;apply=yes \
+ file://dont_use_mips_h_constraint.patch;apply=yes \
"
require gmp.inc
LICENSE = "GPLv3 LGPLv3"