From 6fe7cef27069415f2eba36bc640cf59013d4979b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 24 May 2010 13:01:00 -0700 Subject: 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 Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/qpe-games/aliens-qt_1.0.0.bb | 4 ++-- recipes/qpe-games/atomic_1.0.1.bb | 2 +- recipes/qpe-games/checkers_1.0.5ern.bb | 2 +- recipes/qpe-games/crossword_0.0.3.bb | 2 +- recipes/qpe-games/fish_1.1.0.bb | 4 ++-- recipes/qpe-games/glider_1.0.0.bb | 4 ++-- recipes/qpe-games/icebloxx_1.0.0.bb | 4 ++-- recipes/qpe-games/mahjongg_1.0.0.bb | 4 ++-- recipes/qpe-games/maki_1.0.4ern.bb | 2 +- recipes/qpe-games/nmm_0.0.2.bb | 4 ++-- recipes/qpe-games/pairs_1.1.1.bb | 2 +- recipes/qpe-games/pdamaze_1.0.0.bb | 2 +- recipes/qpe-games/pipeman_1.0.0.bb | 2 +- recipes/qpe-games/shisensho_1.0.0.bb | 2 +- recipes/qpe-games/sokoban_1.3.8ern.bb | 2 +- recipes/qpe-games/tron_1.0.0.bb | 2 +- recipes/qpe-games/win4_1.0.1.bb | 2 +- recipes/qpe-games/ziq_1.1ern.bb | 2 +- recipes/qpe-games/zrev7_1.0.1.bb | 2 +- 19 files changed, 25 insertions(+), 25 deletions(-) (limited to 'recipes/qpe-games') diff --git a/recipes/qpe-games/aliens-qt_1.0.0.bb b/recipes/qpe-games/aliens-qt_1.0.0.bb index d72b3d19fc..9555fa77e1 100644 --- a/recipes/qpe-games/aliens-qt_1.0.0.bb +++ b/recipes/qpe-games/aliens-qt_1.0.0.bb @@ -7,8 +7,8 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Aliens.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/aliens_V1.0.0.tar.gz \ - file://Makefile.patch;apply=yes \ - file://aliens.patch;apply=yes" + file://Makefile.patch \ + file://aliens.patch" PV = "1.0.0" S = "${WORKDIR}/aliens_V${PV}" diff --git a/recipes/qpe-games/atomic_1.0.1.bb b/recipes/qpe-games/atomic_1.0.1.bb index c9e68d9450..b753268819 100644 --- a/recipes/qpe-games/atomic_1.0.1.bb +++ b/recipes/qpe-games/atomic_1.0.1.bb @@ -8,7 +8,7 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Atomic.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/atomic_V1.0.1.tar.gz \ - file://atomic.patch;apply=yes" + file://atomic.patch" PV = "1.0.1" diff --git a/recipes/qpe-games/checkers_1.0.5ern.bb b/recipes/qpe-games/checkers_1.0.5ern.bb index 27c7aa5d07..5817f2b0f6 100644 --- a/recipes/qpe-games/checkers_1.0.5ern.bb +++ b/recipes/qpe-games/checkers_1.0.5ern.bb @@ -7,7 +7,7 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Checkers.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/checkers_V1.0.5ern.tar.gz \ - file://checkers.patch;apply=yes" + file://checkers.patch" PV = "1.0.5ern" S = "${WORKDIR}/checkers_V${PV}" diff --git a/recipes/qpe-games/crossword_0.0.3.bb b/recipes/qpe-games/crossword_0.0.3.bb index 512ae0aaa8..5b824382b7 100644 --- a/recipes/qpe-games/crossword_0.0.3.bb +++ b/recipes/qpe-games/crossword_0.0.3.bb @@ -6,7 +6,7 @@ AUTHOR = "Robert Ernst" HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Crossword.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/crossword_V0.0.3.tar.gz \ - file://crossword.patch;apply=yes" + file://crossword.patch" PR = "r1" diff --git a/recipes/qpe-games/fish_1.1.0.bb b/recipes/qpe-games/fish_1.1.0.bb index 3dfdef15cf..2959cb29c1 100644 --- a/recipes/qpe-games/fish_1.1.0.bb +++ b/recipes/qpe-games/fish_1.1.0.bb @@ -8,8 +8,8 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Fish.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/fish_V1.1.0.tar.gz \ - file://Makefile.patch;apply=yes \ - file://fish.patch;apply=yes" + file://Makefile.patch \ + file://fish.patch" PV = "1.1.0" S = "${WORKDIR}/fish_V${PV}" diff --git a/recipes/qpe-games/glider_1.0.0.bb b/recipes/qpe-games/glider_1.0.0.bb index cca9ca6b02..45910073b1 100644 --- a/recipes/qpe-games/glider_1.0.0.bb +++ b/recipes/qpe-games/glider_1.0.0.bb @@ -7,8 +7,8 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Glider.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/glider_V1.0.0.tar.gz \ - file://Makefile.patch;apply=yes \ - file://glider.patch;apply=yes" + file://Makefile.patch \ + file://glider.patch" PV = "1.0.0" S = "${WORKDIR}/glider_V${PV}" diff --git a/recipes/qpe-games/icebloxx_1.0.0.bb b/recipes/qpe-games/icebloxx_1.0.0.bb index f07e00702d..6e5ff81444 100644 --- a/recipes/qpe-games/icebloxx_1.0.0.bb +++ b/recipes/qpe-games/icebloxx_1.0.0.bb @@ -7,8 +7,8 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-IceBloxx.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/icebloxx_V1.0.0.tar.gz \ - file://Makefile.patch;apply=yes \ - file://icebloxx.patch;apply=yes" + file://Makefile.patch \ + file://icebloxx.patch" PV = "1.0.0" S = "${WORKDIR}/icebloxx_V${PV}" diff --git a/recipes/qpe-games/mahjongg_1.0.0.bb b/recipes/qpe-games/mahjongg_1.0.0.bb index e24ab7c0e9..c889cd36f8 100644 --- a/recipes/qpe-games/mahjongg_1.0.0.bb +++ b/recipes/qpe-games/mahjongg_1.0.0.bb @@ -7,8 +7,8 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Mahjongg.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/mahjongg_V1.0.0.tar.gz \ - file://Makefile.patch;apply=yes \ - file://mahjongg.patch;apply=yes" + file://Makefile.patch \ + file://mahjongg.patch" PV = "1.0.0" diff --git a/recipes/qpe-games/maki_1.0.4ern.bb b/recipes/qpe-games/maki_1.0.4ern.bb index 9f43ee4931..0c0f786158 100644 --- a/recipes/qpe-games/maki_1.0.4ern.bb +++ b/recipes/qpe-games/maki_1.0.4ern.bb @@ -8,7 +8,7 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Maki.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/maki_V1.0.4ern.tar.gz \ - file://maki.patch;apply=yes" + file://maki.patch" PV = "1.0.4ern" S = "${WORKDIR}/maki_V${PV}" diff --git a/recipes/qpe-games/nmm_0.0.2.bb b/recipes/qpe-games/nmm_0.0.2.bb index e09ae87ce5..5ee0c320ff 100644 --- a/recipes/qpe-games/nmm_0.0.2.bb +++ b/recipes/qpe-games/nmm_0.0.2.bb @@ -6,8 +6,8 @@ AUTHOR = "Dirk Farin, Port by Rober Ernst" HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Nine-Mens-Morris.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/nmm_V0.0.2.tar.gz \ - file://Makefile.patch;apply=yes \ - file://nmm.patch;apply=yes" + file://Makefile.patch \ + file://nmm.patch" PV = "0.0.2" S = "${WORKDIR}/nmm_V${PV}" diff --git a/recipes/qpe-games/pairs_1.1.1.bb b/recipes/qpe-games/pairs_1.1.1.bb index 22d15b422f..d6b33fc57b 100644 --- a/recipes/qpe-games/pairs_1.1.1.bb +++ b/recipes/qpe-games/pairs_1.1.1.bb @@ -6,7 +6,7 @@ AUTHOR = "Rober Ernst" HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Pairs.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/pairs_V1.1.1.tar.gz \ - file://pairs.patch;apply=yes" + file://pairs.patch" PV = "1.1.1" S = "${WORKDIR}/pairs_V${PV}" diff --git a/recipes/qpe-games/pdamaze_1.0.0.bb b/recipes/qpe-games/pdamaze_1.0.0.bb index f7a953c83a..cd77b37eca 100644 --- a/recipes/qpe-games/pdamaze_1.0.0.bb +++ b/recipes/qpe-games/pdamaze_1.0.0.bb @@ -7,7 +7,7 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-PDA-Maze.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/pdamaze_V1.0.0.tar.gz \ - file://Makefile.patch;apply=yes" + file://Makefile.patch" PV = "1.0.0" S = "${WORKDIR}/pdamaze_V${PV}" diff --git a/recipes/qpe-games/pipeman_1.0.0.bb b/recipes/qpe-games/pipeman_1.0.0.bb index 931396e135..2c4d30dd7d 100644 --- a/recipes/qpe-games/pipeman_1.0.0.bb +++ b/recipes/qpe-games/pipeman_1.0.0.bb @@ -7,7 +7,7 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-PDA-Pipeman.html SRC_URI = "http://handhelds.org/~zecke/oe_packages/pipeman_V1.0.0.tar.gz \ - file://pipe.patch;apply=yes" + file://pipe.patch" PV = "1.0.0" S = "${WORKDIR}/pipeman_V${PV}" diff --git a/recipes/qpe-games/shisensho_1.0.0.bb b/recipes/qpe-games/shisensho_1.0.0.bb index 0daa84c1d4..8823b5d597 100644 --- a/recipes/qpe-games/shisensho_1.0.0.bb +++ b/recipes/qpe-games/shisensho_1.0.0.bb @@ -6,7 +6,7 @@ AUTHOR = "Mario Weilguni" HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Shisen-Sho.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/shisensho_V1.0.0.tar.gz \ - file://shisen.patch;apply=yes" + file://shisen.patch" PV = "1.0.0" S = "${WORKDIR}/shisensho_V${PV}" diff --git a/recipes/qpe-games/sokoban_1.3.8ern.bb b/recipes/qpe-games/sokoban_1.3.8ern.bb index eafcc65cd8..0cd69bfb19 100644 --- a/recipes/qpe-games/sokoban_1.3.8ern.bb +++ b/recipes/qpe-games/sokoban_1.3.8ern.bb @@ -7,7 +7,7 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Sokoban.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/sokoban_V1.3.8ern.tar.gz \ - file://sokoban.patch;apply=yes" + file://sokoban.patch" PV = "1.3.8ern" S = "${WORKDIR}/sokoban_V${PV}" diff --git a/recipes/qpe-games/tron_1.0.0.bb b/recipes/qpe-games/tron_1.0.0.bb index 05a9013afb..04b015ff39 100644 --- a/recipes/qpe-games/tron_1.0.0.bb +++ b/recipes/qpe-games/tron_1.0.0.bb @@ -7,7 +7,7 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Tron.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/tron_V1.0.0.tar.gz \ - file://tron.patch;apply=yes" + file://tron.patch" PV = "1.0.0" S = "${WORKDIR}/tron_V${PV}" diff --git a/recipes/qpe-games/win4_1.0.1.bb b/recipes/qpe-games/win4_1.0.1.bb index e1d57c3def..87676ac63c 100644 --- a/recipes/qpe-games/win4_1.0.1.bb +++ b/recipes/qpe-games/win4_1.0.1.bb @@ -7,7 +7,7 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Win4.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/win4_V1.0.1.tar.gz \ - file://win4.patch;apply=yes" + file://win4.patch" PV = "1.0.1" S = "${WORKDIR}/win4_V${PV}" diff --git a/recipes/qpe-games/ziq_1.1ern.bb b/recipes/qpe-games/ziq_1.1ern.bb index 002ae9c65e..8c66298d7b 100644 --- a/recipes/qpe-games/ziq_1.1ern.bb +++ b/recipes/qpe-games/ziq_1.1ern.bb @@ -7,7 +7,7 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-ZIQ.html" SRC_URI = "http://handhelds.org/~zecke/oe_packages/ziq_V1.1ern.tar.gz \ - file://ziq.patch;apply=yes" + file://ziq.patch" PV = "1.1ern" PR = "r1" diff --git a/recipes/qpe-games/zrev7_1.0.1.bb b/recipes/qpe-games/zrev7_1.0.1.bb index 091525fb3a..b2b44297b5 100644 --- a/recipes/qpe-games/zrev7_1.0.1.bb +++ b/recipes/qpe-games/zrev7_1.0.1.bb @@ -7,7 +7,7 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-ZRev7.html" PR = "r1" SRC_URI = "http://handhelds.org/~zecke/oe_packages/zrev7_V1.0.1.tar.gz \ - file://zrev.patch;apply=yes" + file://zrev.patch" S = "${WORKDIR}/zrev7_V${PV}" APPNAME = "zrev7" -- cgit 1.2.3-korg