diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/efl1 | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
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.inc | 2 | ||||
-rw-r--r-- | recipes/efl1/ecore_svn.bb | 6 | ||||
-rw-r--r-- | recipes/efl1/eina_svn.bb | 2 | ||||
-rw-r--r-- | recipes/efl1/epdf_svn.bb | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/recipes/efl1/ecore.inc b/recipes/efl1/ecore.inc index 183f25203a..21b11842a8 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;patch=1" +SRC_URI += "file://fix-ecore-fb-initialization.patch;apply=yes" 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 bcee012da4..e673b0993b 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;patch=1;maxrev=43996 \ - file://exit_uclibc_dns.patch;patch=1;maxrev=47076 \ - file://exit_uclibc.patch;patch=1 \ + file://iconv.patch;apply=yes;maxrev=43996 \ + file://exit_uclibc_dns.patch;apply=yes;maxrev=47076 \ + file://exit_uclibc.patch;apply=yes \ " ECORE_OECONF = "\ diff --git a/recipes/efl1/eina_svn.bb b/recipes/efl1/eina_svn.bb index 6873e83750..8ec4f43794 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;patch=1" +SRC_URI += "file://gnu_source.patch;apply=yes" # Some upgrade path tweaking AUTO_LIBNAME_PKGS = "" diff --git a/recipes/efl1/epdf_svn.bb b/recipes/efl1/epdf_svn.bb index c905051837..8fd2e35c35 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;patch=1" +# file://fix-plugin-path-check.patch;HACK=1;apply=yes" # 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. |