From 646b1eb8132a5126462dc8a4846ec6d9adc11ca5 Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Sun, 22 Nov 2009 21:11:52 +0100 Subject: 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 --- recipes/e17/e-wm_svn.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'recipes/e17/e-wm_svn.bb') 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 \ -- cgit 1.2.3-korg