[oe-commits] Simon Busch : fsogsmd: set PACKAGE_ARCH_palmpre = "${MACHINE_ARCH}"

git version control git at git.openembedded.org
Wed Sep 15 18:02:17 UTC 2010


Module: openembedded.git
Branch: master
Commit: 763aac2457ca6457670a32d1d8b9f2f3052c1a58
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=763aac2457ca6457670a32d1d8b9f2f3052c1a58

Author: Simon Busch <morphis at gravedo.de>
Date:   Tue Sep 14 09:55:39 2010 +0000

fsogsmd: set PACKAGE_ARCH_palmpre = "${MACHINE_ARCH}"

Set PACKAGE_ARCH for palmpre as we add some palmpre specific stuff for the palmpre machine
and no other machine needs this actually.

Signed-off-by: Simon Busch <morphis at gravedo.de>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/freesmartphone/fsogsmd_git.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb
index d377d7a..f6e046b 100644
--- a/recipes/freesmartphone/fsogsmd_git.bb
+++ b/recipes/freesmartphone/fsogsmd_git.bb
@@ -12,6 +12,7 @@ EXTRA_OECONF_append = "\
 "
 
 # On the palmpre we need the msmcomm daemon to talk to the modem
+PACKAGE_ARCH_palmpre = "${MACHINE_ARCH}"
 DEPENDS_append_palmpre = " msmcommd-specs"
 RDEPENDS_append_palmpre = " msmcommd"
 EXTRA_OECONF_append_palmpre = " --enable-modem-qualcomm-palm"





More information about the Openembedded-commits mailing list