diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/apt | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no.
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/apt')
-rw-r--r-- | recipes/apt/apt-native.inc | 2 | ||||
-rw-r--r-- | recipes/apt/apt-native_0.6.46.2.bb | 4 | ||||
-rw-r--r-- | recipes/apt/apt-native_0.7.14.bb | 6 | ||||
-rw-r--r-- | recipes/apt/apt-native_0.7.19.bb | 6 | ||||
-rw-r--r-- | recipes/apt/apt-native_0.7.2.bb | 4 | ||||
-rw-r--r-- | recipes/apt/apt-native_0.7.20.2.bb | 6 | ||||
-rw-r--r-- | recipes/apt/apt-native_0.7.3.bb | 4 | ||||
-rw-r--r-- | recipes/apt/apt_0.5.28.6.bb | 2 | ||||
-rw-r--r-- | recipes/apt/apt_0.6.25.bb | 2 | ||||
-rw-r--r-- | recipes/apt/apt_0.6.46.2.bb | 2 | ||||
-rw-r--r-- | recipes/apt/apt_0.7.14.bb | 6 | ||||
-rw-r--r-- | recipes/apt/apt_0.7.19.bb | 6 | ||||
-rw-r--r-- | recipes/apt/apt_0.7.2.bb | 2 | ||||
-rw-r--r-- | recipes/apt/apt_0.7.20.2.bb | 6 | ||||
-rw-r--r-- | recipes/apt/apt_0.7.3.bb | 2 |
15 files changed, 30 insertions, 30 deletions
diff --git a/recipes/apt/apt-native.inc b/recipes/apt/apt-native.inc index 8344b52d5a..90f3ec5b53 100644 --- a/recipes/apt/apt-native.inc +++ b/recipes/apt/apt-native.inc @@ -6,7 +6,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}" PACKAGES = "" USE_NLS = "yes" -SRC_URI += "file://db_linking_hack.patch;apply=yes" +SRC_URI += "file://db_linking_hack.patch" python do_stage () { bb.build.exec_func('do_stage_base', d) diff --git a/recipes/apt/apt-native_0.6.46.2.bb b/recipes/apt/apt-native_0.6.46.2.bb index b844c425f3..4d9a8875c7 100644 --- a/recipes/apt/apt-native_0.6.46.2.bb +++ b/recipes/apt/apt-native_0.6.46.2.bb @@ -1,8 +1,8 @@ require apt-native.inc PR = "r3" -SRC_URI += "file://nodoc.patch;apply=yes \ - file://noconfigure.patch;apply=yes" +SRC_URI += "file://nodoc.patch \ + file://noconfigure.patch" SRC_URI[md5sum] = "67d439a252996357b0313b3ad999739a" SRC_URI[sha256sum] = "6f1a7340d0de2a9a524055d0ed4289aa919dc29e9e1fe60aae598f2019105686" diff --git a/recipes/apt/apt-native_0.7.14.bb b/recipes/apt/apt-native_0.7.14.bb index 7a4710979a..0482e6616c 100644 --- a/recipes/apt/apt-native_0.7.14.bb +++ b/recipes/apt/apt-native_0.7.14.bb @@ -1,9 +1,9 @@ require apt-native.inc PR = "r3" -SRC_URI += "file://nodoc.patch;apply=yes \ - file://noconfigure.patch;apply=yes \ - file://no-curl.patch;apply=yes" +SRC_URI += "file://nodoc.patch \ + file://noconfigure.patch \ + file://no-curl.patch" SRC_URI[md5sum] = "19efa18fb1ef20c58b9b44e94258b814" SRC_URI[sha256sum] = "8fc06effaf8a4e4333308eedcdc6840f1c8056f2e924210f151dfc076bcd4045" diff --git a/recipes/apt/apt-native_0.7.19.bb b/recipes/apt/apt-native_0.7.19.bb index a4dea97c33..decec465ad 100644 --- a/recipes/apt/apt-native_0.7.19.bb +++ b/recipes/apt/apt-native_0.7.19.bb @@ -1,9 +1,9 @@ require apt-native.inc PR = "r3" -SRC_URI += "file://nodoc.patch;apply=yes \ - file://noconfigure.patch;apply=yes \ - file://no-curl.patch;apply=yes" +SRC_URI += "file://nodoc.patch \ + file://noconfigure.patch \ + file://no-curl.patch" SRC_URI[md5sum] = "0ef50176aea36cb0cce633a9b62dc7eb" SRC_URI[sha256sum] = "c928f5eb2baffb50e7ccf02d07a16daf867945c8aa542d500bbbbaff7bbcef42" diff --git a/recipes/apt/apt-native_0.7.2.bb b/recipes/apt/apt-native_0.7.2.bb index a701360220..a7278ff77f 100644 --- a/recipes/apt/apt-native_0.7.2.bb +++ b/recipes/apt/apt-native_0.7.2.bb @@ -1,8 +1,8 @@ require apt-native.inc PR = "r4" -SRC_URI += "file://nodoc.patch;apply=yes \ - file://noconfigure.patch;apply=yes" +SRC_URI += "file://nodoc.patch \ + file://noconfigure.patch" SRC_URI[md5sum] = "c66f943203fa24e85ed8c48f6ac5ad1e" SRC_URI[sha256sum] = "e7d58e2b202713b4df8cd5fd58bc20ba8d31c0da6e5e3b3c89a138dbf0b24ad9" diff --git a/recipes/apt/apt-native_0.7.20.2.bb b/recipes/apt/apt-native_0.7.20.2.bb index fddb7ff96e..a6d5277c32 100644 --- a/recipes/apt/apt-native_0.7.20.2.bb +++ b/recipes/apt/apt-native_0.7.20.2.bb @@ -1,9 +1,9 @@ require apt-native.inc PR = "r1" -SRC_URI += "file://nodoc.patch;apply=yes \ - file://noconfigure.patch;apply=yes \ - file://no-curl.patch;apply=yes" +SRC_URI += "file://nodoc.patch \ + file://noconfigure.patch \ + file://no-curl.patch" SRC_URI[md5sum] = "e6ee1b594f6ed5fab5cb593ee46cfc21" SRC_URI[sha256sum] = "4dc935a520c65705795ada5942b658f6e86b22eefc7032342267272bd6566b05" diff --git a/recipes/apt/apt-native_0.7.3.bb b/recipes/apt/apt-native_0.7.3.bb index 9e9b8669a3..8c3f21d99d 100644 --- a/recipes/apt/apt-native_0.7.3.bb +++ b/recipes/apt/apt-native_0.7.3.bb @@ -1,8 +1,8 @@ require apt-native.inc PR = "r5" -SRC_URI += "file://nodoc.patch;apply=yes \ - file://noconfigure.patch;apply=yes" +SRC_URI += "file://nodoc.patch \ + file://noconfigure.patch" SRC_URI[md5sum] = "e2e6e23f43bfdf135b923205659dfaf1" SRC_URI[sha256sum] = "d3a71446234e567a24740b02abe5bc6c695836343df6139eb7c03ec11871e710" diff --git a/recipes/apt/apt_0.5.28.6.bb b/recipes/apt/apt_0.5.28.6.bb index 42808aca3a..e3157bbc4e 100644 --- a/recipes/apt/apt_0.5.28.6.bb +++ b/recipes/apt/apt_0.5.28.6.bb @@ -1,7 +1,7 @@ require apt.inc PR = "r2" -SRC_URI += "file://autofoo.patch;apply=yes" +SRC_URI += "file://autofoo.patch" inherit autotools gettext diff --git a/recipes/apt/apt_0.6.25.bb b/recipes/apt/apt_0.6.25.bb index 7b2b79aafe..dab59a9f08 100644 --- a/recipes/apt/apt_0.6.25.bb +++ b/recipes/apt/apt_0.6.25.bb @@ -1,7 +1,7 @@ require apt.inc PR = "r3" -SRC_URI += "file://autofoo.patch;apply=yes" +SRC_URI += "file://autofoo.patch" inherit autotools gettext diff --git a/recipes/apt/apt_0.6.46.2.bb b/recipes/apt/apt_0.6.46.2.bb index 0f0e4c27e7..5aeb03716f 100644 --- a/recipes/apt/apt_0.6.46.2.bb +++ b/recipes/apt/apt_0.6.46.2.bb @@ -1,7 +1,7 @@ require apt.inc PR = "r2" -SRC_URI += "file://nodoc.patch;apply=yes" +SRC_URI += "file://nodoc.patch" require apt-package.inc diff --git a/recipes/apt/apt_0.7.14.bb b/recipes/apt/apt_0.7.14.bb index 0aa15d63ed..84a4e12256 100644 --- a/recipes/apt/apt_0.7.14.bb +++ b/recipes/apt/apt_0.7.14.bb @@ -3,11 +3,11 @@ RDEPENDS = "dpkg" require apt.inc -SRC_URI += "file://no-ko-translation.patch;apply=yes \ - file://use-host.patch;apply=yes " +SRC_URI += "file://no-ko-translation.patch \ + file://use-host.patch " PR = "r3" -SRC_URI += "file://nodoc.patch;apply=yes" +SRC_URI += "file://nodoc.patch" require apt-package.inc diff --git a/recipes/apt/apt_0.7.19.bb b/recipes/apt/apt_0.7.19.bb index 798f20f7a2..ab84f0d279 100644 --- a/recipes/apt/apt_0.7.19.bb +++ b/recipes/apt/apt_0.7.19.bb @@ -3,11 +3,11 @@ RDEPENDS = "dpkg" require apt.inc -SRC_URI += "file://no-ko-translation.patch;apply=yes \ - file://use-host.patch;apply=yes " +SRC_URI += "file://no-ko-translation.patch \ + file://use-host.patch " PR = "r3" -SRC_URI += "file://nodoc.patch;apply=yes" +SRC_URI += "file://nodoc.patch" require apt-package.inc diff --git a/recipes/apt/apt_0.7.2.bb b/recipes/apt/apt_0.7.2.bb index 4df3d66b03..c38414948f 100644 --- a/recipes/apt/apt_0.7.2.bb +++ b/recipes/apt/apt_0.7.2.bb @@ -1,7 +1,7 @@ require apt.inc PR = "r3" -SRC_URI += "file://nodoc.patch;apply=yes" +SRC_URI += "file://nodoc.patch" require apt-package.inc diff --git a/recipes/apt/apt_0.7.20.2.bb b/recipes/apt/apt_0.7.20.2.bb index a7b81cae0f..09dbbc44a9 100644 --- a/recipes/apt/apt_0.7.20.2.bb +++ b/recipes/apt/apt_0.7.20.2.bb @@ -3,9 +3,9 @@ RDEPENDS = "dpkg" require apt.inc -SRC_URI += "file://no-doxygen.patch;apply=yes \ - file://no-ko-translation.patch;apply=yes \ - file://use-host.patch;apply=yes " +SRC_URI += "file://no-doxygen.patch \ + file://no-ko-translation.patch \ + file://use-host.patch " PR = "r1" require apt-package.inc diff --git a/recipes/apt/apt_0.7.3.bb b/recipes/apt/apt_0.7.3.bb index b623407e44..0752d4a15f 100644 --- a/recipes/apt/apt_0.7.3.bb +++ b/recipes/apt/apt_0.7.3.bb @@ -1,7 +1,7 @@ require apt.inc PR = "r3" -SRC_URI += "file://nodoc.patch;apply=yes" +SRC_URI += "file://nodoc.patch" require apt-package.inc |