summaryrefslogtreecommitdiffstats
path: root/recipes/gpe-package
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-24 13:01:00 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:54:52 -0700
commit6fe7cef27069415f2eba36bc640cf59013d4979b (patch)
treeb0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/gpe-package
parentbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff)
downloadopenembedded-6fe7cef27069415f2eba36bc640cf59013d4979b.tar.gz
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/gpe-package')
-rw-r--r--recipes/gpe-package/gpe-package_0.2.bb4
-rw-r--r--recipes/gpe-package/gpe-package_0.3.bb4
-rw-r--r--recipes/gpe-package/gpe-package_0.4.bb2
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes/gpe-package/gpe-package_0.2.bb b/recipes/gpe-package/gpe-package_0.2.bb
index 02b48321be..424ba321a7 100644
--- a/recipes/gpe-package/gpe-package_0.2.bb
+++ b/recipes/gpe-package/gpe-package_0.2.bb
@@ -8,8 +8,8 @@ RDEPENDS = "gpe-icons"
SECTION = "gpe"
PRIORITY = "optional"
-SRC_URI += "file://use-filesel.patch;apply=yes \
- file://nostropts.patch;apply=yes"
+SRC_URI += "file://use-filesel.patch \
+ file://nostropts.patch"
SRC_URI[md5sum] = "764e50856c99140d20842e05ebb95e3e"
SRC_URI[sha256sum] = "f82ddcf48e582eb1743727c1767a5dc81fa533c1a5ca40f3ac99a50a4479aefd"
diff --git a/recipes/gpe-package/gpe-package_0.3.bb b/recipes/gpe-package/gpe-package_0.3.bb
index aeb6b68efd..81f9b2f59f 100644
--- a/recipes/gpe-package/gpe-package_0.3.bb
+++ b/recipes/gpe-package/gpe-package_0.3.bb
@@ -8,8 +8,8 @@ RDEPENDS = "gpe-icons gpe-su"
SECTION = "gpe"
PRIORITY = "optional"
-SRC_URI += " file://sbin-and-no-suid-install.patch;apply=yes \
- file://search.patch;apply=yes \
+SRC_URI += " file://sbin-and-no-suid-install.patch \
+ file://search.patch \
file://gpe-package"
FILES_${PN} += " /usr/bin/gpe-package"
diff --git a/recipes/gpe-package/gpe-package_0.4.bb b/recipes/gpe-package/gpe-package_0.4.bb
index e5de57a98e..77fd48e748 100644
--- a/recipes/gpe-package/gpe-package_0.4.bb
+++ b/recipes/gpe-package/gpe-package_0.4.bb
@@ -8,7 +8,7 @@ RDEPENDS = "gpe-icons gpe-su"
SECTION = "gpe"
PRIORITY = "optional"
-SRC_URI += " file://sbin-and-no-suid-install.patch;apply=yes \
+SRC_URI += " file://sbin-and-no-suid-install.patch \
file://gpe-package"
FILES_${PN} += " /usr/bin/gpe-package"