aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/frameworkd_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-01-18 11:16:32 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-01-18 11:43:09 +0100
commit96f00ef43175da168ffe224c4997bc7a4eb47420 (patch)
tree363d74e0e9fcce208280a887cd2c5c368a7534d2 /recipes/freesmartphone/frameworkd_git.bb
parentd2b084e28497209016f7d837ddd595627f9887f8 (diff)
downloadopenembedded-96f00ef43175da168ffe224c4997bc7a4eb47420.tar.gz
frameworkd: frameworkd-config add RDEPEND on fso-sounds
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone/frameworkd_git.bb')
-rw-r--r--recipes/freesmartphone/frameworkd_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb
index f1ddc21d06..76d83f47b4 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 = "e31fa77906981a56be2271246693fd929c973abf"
PV = "0.9.5.9+gitr${SRCPV}"
-PR = "r10"
+PR = "r11"
PE = "1"
inherit distutils update-rc.d python-dir
@@ -101,6 +101,7 @@ PACKAGES =+ "${PN}-config"
PACKAGE_ARCH_${PN}-config = "${MACHINE_ARCH}"
# - add wmiconfig for wireless configuration
+RDEPENDS_${PN}-config = "fso-sounds"
RDEPENDS_${PN}-config_append_om-gta02 = " wmiconfig"
RREPLACES_${PN}-config = "frameworkd-config-shr"
RCONFLICTS_${PN}-config = "frameworkd-config-shr"