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/xorg-util | |
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/xorg-util')
-rw-r--r-- | recipes/xorg-util/util-macros_1.1.5.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-util/util-macros_1.2.1.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-util/util-macros_1.4.1.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/xorg-util/util-macros_1.1.5.bb b/recipes/xorg-util/util-macros_1.1.5.bb index cde725cf52..bd580ad244 100644 --- a/recipes/xorg-util/util-macros_1.1.5.bb +++ b/recipes/xorg-util/util-macros_1.1.5.bb @@ -1,5 +1,5 @@ require util-macros.inc -SRC_URI += "file://unbreak_cross_compile.patch;apply=yes" +SRC_URI += "file://unbreak_cross_compile.patch" PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "d168aa001b946b58d9aab6088c09d256" SRC_URI[archive.sha256sum] = "4f2a8a19e90ad82bc2da4eb52799a299a1c94bf5143bc2711e9e5d4cc5a7cdb4" diff --git a/recipes/xorg-util/util-macros_1.2.1.bb b/recipes/xorg-util/util-macros_1.2.1.bb index ebcf93b89a..9c37f50298 100644 --- a/recipes/xorg-util/util-macros_1.2.1.bb +++ b/recipes/xorg-util/util-macros_1.2.1.bb @@ -4,7 +4,7 @@ require util-macros.inc # Instead, the cross compiler must be used. Whenever upgrading to # a new version, please recheck for this problem, otherwise it breaks # builds with older gcc versions! -SRC_URI += " file://cross-compiler-for-checking.patch;apply=yes" +SRC_URI += " file://cross-compiler-for-checking.patch" PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "81b9746d6202ccf0b4a498cfd0731e71" SRC_URI[archive.sha256sum] = "f3804f02f51a1be243ce7413dc67dca774f000686f8f2efedc77203a1962d401" diff --git a/recipes/xorg-util/util-macros_1.4.1.bb b/recipes/xorg-util/util-macros_1.4.1.bb index 8ce23f8cc9..7d9e60898a 100644 --- a/recipes/xorg-util/util-macros_1.4.1.bb +++ b/recipes/xorg-util/util-macros_1.4.1.bb @@ -1,5 +1,5 @@ require util-macros.inc -SRC_URI += " file://malloc_zero_returns_null.patch;apply=yes" +SRC_URI += " file://malloc_zero_returns_null.patch" PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "8ac38951e753f250aaefbd4ba0afda94" SRC_URI[archive.sha256sum] = "d49ab68cad724ae51f6cb69f7f5cfff7629cbb066f4c5c8bda81d62675a21986" |