diff options
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. |