aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/e-wm_svn.bb
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-11-22 21:11:52 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2009-11-22 21:11:52 +0100
commit646b1eb8132a5126462dc8a4846ec6d9adc11ca5 (patch)
treeb454ca55a33a35144d8e84fda699f8fb346def5b /recipes/e17/e-wm_svn.bb
parent819dadf4fd321ca09d1a72d478836ff96cb41e15 (diff)
downloadopenembedded-646b1eb8132a5126462dc8a4846ec6d9adc11ca5.tar.gz
e-wm_svn.bb: add patch for SHR to skip some modules from the first start wizard
patch is only applied when building the SHR distro Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/e17/e-wm_svn.bb')
-rw-r--r--recipes/e17/e-wm_svn.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb
index de0f48f059..83dbd81dde 100644
--- a/recipes/e17/e-wm_svn.bb
+++ b/recipes/e17/e-wm_svn.bb
@@ -3,7 +3,7 @@ DEPENDS = "eet evas ecore edje efreet edbus"
LICENSE = "MIT BSD"
SRCNAME = "e"
PV = "0.16.999.060+svnr${SRCPV}"
-PR = "r6"
+PR = "r7"
inherit e update-alternatives
@@ -16,6 +16,11 @@ SRC_URI += "\
SRC_URI_append_openmoko = " file://illume-disable-screensaver.patch;patch=1"
+SRC_URI_append_shr = " \
+ file://illume-disable-screensaver.patch;patch=1 \
+ file://wizard-module-skipping.patch;patch=1 \
+"
+
EXTRA_OECONF = "\
--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
--with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \