summaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/frameworkd_git.bb
diff options
context:
space:
mode:
authorSebastian Krzyszkowiak <seba.dos1@gmail.com>2010-07-07 12:14:34 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-07-07 15:33:57 +0200
commit3c4955f19ab66503bb321f959ec6756fa2bdbe28 (patch)
tree2df48e25daf86ee1ecc8a0405198a7cc4e993800 /recipes/freesmartphone/frameworkd_git.bb
parent934edd1e587a259882fa9fc2a53aca85a4ee667e (diff)
downloadopenembedded-3c4955f19ab66503bb321f959ec6756fa2bdbe28.tar.gz
frameworkd: add patch for SHR to workaround bug in kernel resulting in weak vibrator strength
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone/frameworkd_git.bb')
-rw-r--r--recipes/freesmartphone/frameworkd_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb
index dea799351f..9dfb107ebe 100644
--- a/recipes/freesmartphone/frameworkd_git.bb
+++ b/recipes/freesmartphone/frameworkd_git.bb
@@ -6,7 +6,7 @@ DEPENDS = "python-cython-native python-pyrex-native"
LICENSE = "GPL"
SRCREV = "8f618948c4c74853f28b773cdc74ceefa1fb6899"
PV = "0.9.5.9+gitr${SRCPV}"
-PR = "r4"
+PR = "r5"
PE = "1"
inherit distutils update-rc.d python-dir
@@ -20,7 +20,9 @@ SRC_URI = "${FREESMARTPHONE_GIT}/framework.git;protocol=git;branch=master \
file://frameworkd \
file://frameworkd.conf \
"
-SRC_URI_append_shr = "file://oeventsd-use-opimd-signals.patch"
+SRC_URI_append_shr = "file://oeventsd-use-opimd-signals.patch \
+ file://0001-oeventsd-workaround-buggy-kernel-to-get-full-vibrati.patch \
+ "
S = "${WORKDIR}/git"