diff options
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | recipes/e17/e-wm_svn.bb | 16 | ||||
-rw-r--r-- | recipes/e17/entrance_0.9.0.010.bb | 10 | ||||
-rw-r--r-- | recipes/e17/places_svn.bb | 2 |
3 files changed, 14 insertions, 14 deletions
diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb index 2ab6b82198..9db46ca7de 100644 --- a/recipes/e17/e-wm_svn.bb +++ b/recipes/e17/e-wm_svn.bb @@ -11,18 +11,18 @@ inherit e update-alternatives SRC_URI += "\ file://enlightenment_start.oe \ file://applications.menu \ - file://gsm-segfault-fix.patch;patch=1;maxrev=37617 \ - file://fix-profiles.diff;patch=1;maxrev=39889 \ - file://drop-illume-keyboards.patch;patch=1 \ + file://gsm-segfault-fix.patch;apply=yes;maxrev=37617 \ + file://fix-profiles.diff;apply=yes;maxrev=39889 \ + file://drop-illume-keyboards.patch;apply=yes \ " -SRC_URI_append_openmoko = " file://illume-disable-screensaver.patch;patch=1" +SRC_URI_append_openmoko = " file://illume-disable-screensaver.patch;apply=yes" SRC_URI_append_shr = " \ - file://illume-disable-screensaver.patch;patch=1 \ - file://wizard-module-skipping.patch;patch=1 \ - file://illume-flaunch-fix.patch;patch=1 \ - file://illume-keyboard-flow.patch;patch=1;maxrev=46549 \ + file://illume-disable-screensaver.patch;apply=yes \ + file://wizard-module-skipping.patch;apply=yes \ + file://illume-flaunch-fix.patch;apply=yes \ + file://illume-keyboard-flow.patch;apply=yes;maxrev=46549 \ " EXTRA_OECONF = "\ diff --git a/recipes/e17/entrance_0.9.0.010.bb b/recipes/e17/entrance_0.9.0.010.bb index a988e50b80..472c860362 100644 --- a/recipes/e17/entrance_0.9.0.010.bb +++ b/recipes/e17/entrance_0.9.0.010.bb @@ -11,11 +11,11 @@ SRCREV = "46589" inherit e SRC_URI += "\ - file://rebased_config-db.patch;patch=1 \ - file://allow-missing-xsession.patch;patch=1 \ - file://run-Xinit.patch;patch=1 \ - file://fix-auth-mode.patch;patch=1 \ - file://use-bash.patch;patch=1 \ + file://rebased_config-db.patch;apply=yes \ + file://allow-missing-xsession.patch;apply=yes \ + file://run-Xinit.patch;apply=yes \ + file://fix-auth-mode.patch;apply=yes \ + file://use-bash.patch;apply=yes \ file://Sessions" S = "${WORKDIR}/entrance" diff --git a/recipes/e17/places_svn.bb b/recipes/e17/places_svn.bb index 13ef860f77..a5d3833915 100644 --- a/recipes/e17/places_svn.bb +++ b/recipes/e17/places_svn.bb @@ -5,7 +5,7 @@ PR = "r4" require e-module.inc -SRC_URI += "file://fix-api.diff;patch=1;maxrev=39830;pnum=3" +SRC_URI += "file://fix-api.diff;apply=yes;maxrev=39830;striplevel=3" do_configure_prepend() { sed -i -e /po/d -e /AM_GNU_GETTEXT/d configure.ac |