aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/e17')
-rw-r--r--recipes/e17/e-wm_svn.bb16
-rw-r--r--recipes/e17/entrance_0.9.0.010.bb10
-rw-r--r--recipes/e17/places_svn.bb7
3 files changed, 15 insertions, 18 deletions
diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb
index 9db46ca7de..97724a06cc 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;apply=yes;maxrev=37617 \
- file://fix-profiles.diff;apply=yes;maxrev=39889 \
- file://drop-illume-keyboards.patch;apply=yes \
+ file://gsm-segfault-fix.patch;maxrev=37617 \
+ file://fix-profiles.diff;maxrev=39889 \
+ file://drop-illume-keyboards.patch \
"
-SRC_URI_append_openmoko = " file://illume-disable-screensaver.patch;apply=yes"
+SRC_URI_append_openmoko = " file://illume-disable-screensaver.patch"
SRC_URI_append_shr = " \
- 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 \
+ file://illume-disable-screensaver.patch \
+ file://wizard-module-skipping.patch \
+ file://illume-flaunch-fix.patch \
+ file://illume-keyboard-flow.patch;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 472c860362..92c235b23b 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;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://rebased_config-db.patch \
+ file://allow-missing-xsession.patch \
+ file://run-Xinit.patch \
+ file://fix-auth-mode.patch \
+ file://use-bash.patch \
file://Sessions"
S = "${WORKDIR}/entrance"
diff --git a/recipes/e17/places_svn.bb b/recipes/e17/places_svn.bb
index a5d3833915..d6ab46d7e1 100644
--- a/recipes/e17/places_svn.bb
+++ b/recipes/e17/places_svn.bb
@@ -5,15 +5,12 @@ PR = "r4"
require e-module.inc
-SRC_URI += "file://fix-api.diff;apply=yes;maxrev=39830;striplevel=3"
+SRC_URI += "file://fix-api.diff;maxrev=39830;striplevel=3"
do_configure_prepend() {
- sed -i -e /po/d -e /AM_GNU_GETTEXT/d configure.ac
+ sed -i -e /po/d -e /AM_GNU_GETTEXT/d configure.ac
sed -i -e s:\ po::g Makefile.am
}
# Calls /usr/bin/eject for media
RRECOMMENDS_${PN} += "eject"
-
-
-