From: Martin Jansa Date: Tue, 18 Jan 2011 10:16:32 +0000 (+0100) Subject: frameworkd: frameworkd-config add RDEPEND on fso-sounds X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96f00ef43175da168ffe224c4997bc7a4eb47420;p=openembedded.git frameworkd: frameworkd-config add RDEPEND on fso-sounds Signed-off-by: Martin Jansa --- 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"