[oe-commits] Sebastian Krzyszkowiak : frameworkd, frameworkd-config-shr: depend on fso-abyss and wmiconfig on specified architecures

git version control git at git.openembedded.org
Sat Jul 18 10:04:13 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 8bd1b4390b55f3a25231d6e95a62909c9ad4cd3d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8bd1b4390b55f3a25231d6e95a62909c9ad4cd3d

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Fri Jul 17 22:20:41 2009 +0000

frameworkd, frameworkd-config-shr: depend on fso-abyss and wmiconfig on specified architecures

---

 recipes/freesmartphone/frameworkd_git.bb |   14 +++++++-------
 recipes/shr/frameworkd-config-shr_git.bb |    8 ++++++++
 2 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb
index 6b2de98..19600ab 100644
--- a/recipes/freesmartphone/frameworkd_git.bb
+++ b/recipes/freesmartphone/frameworkd_git.bb
@@ -58,16 +58,16 @@ RRECOMMENDS_${PN} += "\
   ppp \
 "
 
+PACKAGES =+ "${PN}-config"
+PACKAGE_ARCH_${PN}-config = "${MACHINE_ARCH}"
+
 # machine specific stuff, should ideally be elsewhere
 # - recommend MUXer on platforms that require one
-RDEPENDS_${PN}_append_om-gta01 = " fso-abyss"
-RDEPENDS_${PN}_append_om-gta02 = " fso-abyss"
-RDEPENDS_${PN}-append-om-3d7k  = " fso-abyss"
+RDEPENDS_${PN}-config_append_om-gta01 = " fso-abyss"
+RDEPENDS_${PN}-config_append_om-gta02 = " fso-abyss"
+RDEPENDS_${PN}-config_append-om-3d7k  = " fso-abyss"
 # - add wmiconfig for wireless configuration
-RDEPENDS_${PN}_append_om-gta02 = " wmiconfig"
-
-PACKAGES =+ "${PN}-config"
-PACKAGE_ARCH_${PN}-config = "${MACHINE_ARCH}"
+RDEPENDS_${PN}-config_append_om-gta02 = " wmiconfig"
 
 FILES_${PN}-config = "\
   ${sysconfdir}/frameworkd.conf \
diff --git a/recipes/shr/frameworkd-config-shr_git.bb b/recipes/shr/frameworkd-config-shr_git.bb
index 5f460fc..7d70494 100644
--- a/recipes/shr/frameworkd-config-shr_git.bb
+++ b/recipes/shr/frameworkd-config-shr_git.bb
@@ -62,6 +62,14 @@ do_install_append() {
 
 PACKAGE_ARCH_${PN} = "${MACHINE_ARCH}"
 
+# machine specific stuff, should ideally be elsewhere
+# - recommend MUXer on platforms that require one
+RDEPENDS_${PN}_append_om-gta01 = " fso-abyss"
+RDEPENDS_${PN}_append_om-gta02 = " fso-abyss"
+RDEPENDS_${PN}_append-om-3d7k  = " fso-abyss"
+# - add wmiconfig for wireless configuration
+RDEPENDS_${PN}_append_om-gta02 = " wmiconfig"
+
 FILES_${PN} = "\
   ${sysconfdir}/frameworkd.conf \
   ${sysconfdir}/freesmartphone \





More information about the Openembedded-commits mailing list