diff options
Diffstat (limited to 'recipes/e17/e-wm_svn.bb')
-rw-r--r-- | recipes/e17/e-wm_svn.bb | 7 |
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 \ |