diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/samba | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
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/samba')
-rw-r--r-- | recipes/samba/samba-ads_3.2.15.bb | 10 | ||||
-rw-r--r-- | recipes/samba/samba-ads_3.3.9.bb | 10 | ||||
-rw-r--r-- | recipes/samba/samba-basic.inc | 4 | ||||
-rw-r--r-- | recipes/samba/samba-essential.inc | 4 | ||||
-rw-r--r-- | recipes/samba/samba-essential_3.0.20.bb | 4 | ||||
-rw-r--r-- | recipes/samba/samba_3.0.23c.bb | 4 | ||||
-rw-r--r-- | recipes/samba/samba_3.0.34.bb | 6 | ||||
-rw-r--r-- | recipes/samba/samba_3.2.15.bb | 6 | ||||
-rw-r--r-- | recipes/samba/samba_3.3.0.bb | 8 | ||||
-rw-r--r-- | recipes/samba/samba_3.3.9.bb | 8 |
10 files changed, 32 insertions, 32 deletions
diff --git a/recipes/samba/samba-ads_3.2.15.bb b/recipes/samba/samba-ads_3.2.15.bb index dc64754665..264ba07a83 100644 --- a/recipes/samba/samba-ads_3.2.15.bb +++ b/recipes/samba/samba-ads_3.2.15.bb @@ -3,11 +3,11 @@ require samba-ads.inc LICENSE = "GPLv3" PR = "r2" -SRC_URI += "file://config-lfs.patch;patch=1 \ - file://quota.patch;patch=1;pnum=0 \ - file://configure-3.2.8.patch;patch=1 \ - file://config-h.patch;patch=1 \ - file://mtab.patch;patch=1 \ +SRC_URI += "file://config-lfs.patch;apply=yes \ + file://quota.patch;apply=yes;striplevel=0 \ + file://configure-3.2.8.patch;apply=yes \ + file://config-h.patch;apply=yes \ + file://mtab.patch;apply=yes \ " SRC_URI[src.md5sum] = "5a3bcc4927c9643b9f42970d0815b18f" SRC_URI[src.sha256sum] = "84281fd1faeffee8558e49dff865dd382abbf78bc1be00f8cb5aa70aeea67d46" diff --git a/recipes/samba/samba-ads_3.3.9.bb b/recipes/samba/samba-ads_3.3.9.bb index 69555cb620..42300184bc 100644 --- a/recipes/samba/samba-ads_3.3.9.bb +++ b/recipes/samba/samba-ads_3.3.9.bb @@ -3,11 +3,11 @@ require samba-ads.inc LICENSE = "GPLv3" PR = "r3" -SRC_URI += "file://config-lfs.patch;patch=1 \ - file://quota.patch;patch=1;pnum=0 \ - file://configure-3.3.0.patch;patch=1 \ - file://config-h.patch;patch=1 \ - file://mtab.patch;patch=1 \ +SRC_URI += "file://config-lfs.patch;apply=yes \ + file://quota.patch;apply=yes;striplevel=0 \ + file://configure-3.3.0.patch;apply=yes \ + file://config-h.patch;apply=yes \ + file://mtab.patch;apply=yes \ " do_compile () { diff --git a/recipes/samba/samba-basic.inc b/recipes/samba/samba-basic.inc index f1bda65286..9dda9e8439 100644 --- a/recipes/samba/samba-basic.inc +++ b/recipes/samba/samba-basic.inc @@ -1,5 +1,5 @@ -SRC_URI += "file://config-lfs.patch;patch=1 \ - file://quota.patch;patch=1;pnum=0 \ +SRC_URI += "file://config-lfs.patch;apply=yes \ + file://quota.patch;apply=yes;striplevel=0 \ " EXTRA_OECONF += "\ diff --git a/recipes/samba/samba-essential.inc b/recipes/samba/samba-essential.inc index d718fc8a96..d62f5d192e 100644 --- a/recipes/samba/samba-essential.inc +++ b/recipes/samba/samba-essential.inc @@ -3,8 +3,8 @@ LICENSE = "GPL" DEPENDS = "readline" SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \ - file://configure.patch;patch=1 \ - file://cifs.patch;patch=1" + file://configure.patch;apply=yes \ + file://cifs.patch;apply=yes" S = "${WORKDIR}/samba-${PV}/source" inherit autotools diff --git a/recipes/samba/samba-essential_3.0.20.bb b/recipes/samba/samba-essential_3.0.20.bb index 5486e0ff88..b3bd21f84a 100644 --- a/recipes/samba/samba-essential_3.0.20.bb +++ b/recipes/samba/samba-essential_3.0.20.bb @@ -3,9 +3,9 @@ inherit update-rc.d PR = "r7" -SRC_URI = "file://config-lfs.patch;patch=1 \ +SRC_URI = "file://config-lfs.patch;apply=yes \ file://init-essential \ - file://quota.patch;patch=1;pnum=0 \ + file://quota.patch;apply=yes;striplevel=0 \ file://smb-essential.conf \ file://smb-essential-inactive.conf \ file://Managing-Samba.txt" diff --git a/recipes/samba/samba_3.0.23c.bb b/recipes/samba/samba_3.0.23c.bb index 88e46efabd..e890337054 100644 --- a/recipes/samba/samba_3.0.23c.bb +++ b/recipes/samba/samba_3.0.23c.bb @@ -1,8 +1,8 @@ require samba.inc require samba-basic.inc -SRC_URI += "file://configure.patch;patch=1 \ - file://cifs.patch;patch=1" +SRC_URI += "file://configure.patch;apply=yes \ + file://cifs.patch;apply=yes" PR = "r7" diff --git a/recipes/samba/samba_3.0.34.bb b/recipes/samba/samba_3.0.34.bb index e498ac971f..dc97866134 100644 --- a/recipes/samba/samba_3.0.34.bb +++ b/recipes/samba/samba_3.0.34.bb @@ -1,10 +1,10 @@ require samba.inc require samba-basic.inc -SRC_URI += "file://configure.patch;patch=1 \ +SRC_URI += "file://configure.patch;apply=yes \ " -SRC_URI_append_linux-uclibc = "file://uclibc-strlcpy-strlcat.patch;patch=1" -SRC_URI_append_linux-uclibceabi = "file://uclibc-strlcpy-strlcat.patch;patch=1" +SRC_URI_append_linux-uclibc = "file://uclibc-strlcpy-strlcat.patch;apply=yes" +SRC_URI_append_linux-uclibceabi = "file://uclibc-strlcpy-strlcat.patch;apply=yes" PR = "r5" diff --git a/recipes/samba/samba_3.2.15.bb b/recipes/samba/samba_3.2.15.bb index 6a14f96078..6df396acba 100644 --- a/recipes/samba/samba_3.2.15.bb +++ b/recipes/samba/samba_3.2.15.bb @@ -2,9 +2,9 @@ require samba.inc require samba-basic.inc LICENSE = "GPLv3" -SRC_URI += "file://configure-3.2.8.patch;patch=1 \ - file://config-h.patch;patch=1 \ - file://mtab.patch;patch=1 \ +SRC_URI += "file://configure-3.2.8.patch;apply=yes \ + file://config-h.patch;apply=yes \ + file://mtab.patch;apply=yes \ " SRC_URI[src.md5sum] = "5a3bcc4927c9643b9f42970d0815b18f" SRC_URI[src.sha256sum] = "84281fd1faeffee8558e49dff865dd382abbf78bc1be00f8cb5aa70aeea67d46" diff --git a/recipes/samba/samba_3.3.0.bb b/recipes/samba/samba_3.3.0.bb index 1caf502703..2796152f09 100644 --- a/recipes/samba/samba_3.3.0.bb +++ b/recipes/samba/samba_3.3.0.bb @@ -8,10 +8,10 @@ LICENSE = "GPLv3" # should there be further issues. Appears to work though :) DEFAULT_PREFERENCE = "-1" -SRC_URI += "file://configure-3.3.0.patch;patch=1 \ - file://config-h.patch;patch=1 \ - file://mtab.patch;patch=1 \ - file://tdbheaderfix.patch;patch=1 " +SRC_URI += "file://configure-3.3.0.patch;apply=yes \ + file://config-h.patch;apply=yes \ + file://mtab.patch;apply=yes \ + file://tdbheaderfix.patch;apply=yes " PR = "r3" diff --git a/recipes/samba/samba_3.3.9.bb b/recipes/samba/samba_3.3.9.bb index 20184e024f..40828d64b4 100644 --- a/recipes/samba/samba_3.3.9.bb +++ b/recipes/samba/samba_3.3.9.bb @@ -8,10 +8,10 @@ LICENSE = "GPLv3" # should there be further issues. Appears to work though :) DEFAULT_PREFERENCE = "-1" -SRC_URI += "file://configure-3.3.0.patch;patch=1 \ - file://config-h.patch;patch=1 \ - file://mtab.patch;patch=1 \ - file://tdbheaderfix.patch;patch=1 " +SRC_URI += "file://configure-3.3.0.patch;apply=yes \ + file://config-h.patch;apply=yes \ + file://mtab.patch;apply=yes \ + file://tdbheaderfix.patch;apply=yes " PR = "r3" |