aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
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/efl1
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/efl1')
-rw-r--r--recipes/efl1/ecore.inc2
-rw-r--r--recipes/efl1/ecore_svn.bb6
-rw-r--r--recipes/efl1/eina_svn.bb2
-rw-r--r--recipes/efl1/epdf_svn.bb2
4 files changed, 6 insertions, 6 deletions
diff --git a/recipes/efl1/ecore.inc b/recipes/efl1/ecore.inc
index 21b11842a8..bb7eea5dc6 100644
--- a/recipes/efl1/ecore.inc
+++ b/recipes/efl1/ecore.inc
@@ -12,7 +12,7 @@ inherit efl
BBCLASSEXTEND = "native"
-SRC_URI += "file://fix-ecore-fb-initialization.patch;apply=yes"
+SRC_URI += "file://fix-ecore-fb-initialization.patch"
do_configure_prepend() {
touch ${S}/po/Makefile.in.in || true
diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb
index e673b0993b..f32df8e842 100644
--- a/recipes/efl1/ecore_svn.bb
+++ b/recipes/efl1/ecore_svn.bb
@@ -3,9 +3,9 @@ SRCREV = "${EFL_SRCREV}"
PR = "r11"
SRC_URI += "\
- file://iconv.patch;apply=yes;maxrev=43996 \
- file://exit_uclibc_dns.patch;apply=yes;maxrev=47076 \
- file://exit_uclibc.patch;apply=yes \
+ file://iconv.patch;maxrev=43996 \
+ file://exit_uclibc_dns.patch;maxrev=47076 \
+ file://exit_uclibc.patch \
"
ECORE_OECONF = "\
diff --git a/recipes/efl1/eina_svn.bb b/recipes/efl1/eina_svn.bb
index 8ec4f43794..34e1aa89cf 100644
--- a/recipes/efl1/eina_svn.bb
+++ b/recipes/efl1/eina_svn.bb
@@ -6,7 +6,7 @@ SRCREV = "${EFL_SRCREV}"
inherit efl
-SRC_URI += "file://gnu_source.patch;apply=yes"
+SRC_URI += "file://gnu_source.patch"
# Some upgrade path tweaking
AUTO_LIBNAME_PKGS = ""
diff --git a/recipes/efl1/epdf_svn.bb b/recipes/efl1/epdf_svn.bb
index 8fd2e35c35..eac8e87123 100644
--- a/recipes/efl1/epdf_svn.bb
+++ b/recipes/efl1/epdf_svn.bb
@@ -8,7 +8,7 @@ SRCREV = "${EFL_SRCREV}"
inherit efl
SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=epdf;proto=http"
-# file://fix-plugin-path-check.patch;HACK=1;apply=yes"
+# file://fix-plugin-path-check.patch;HACK=1"
# FIXME This package is not really working correctly at the moment. It doesn't
# recognize epsilon and doesn't build everything. The next one actually using
# this package is welcome to fix it.