aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2010-09-14 09:55:39 +0000
committerKhem Raj <raj.khem@gmail.com>2010-09-15 10:58:41 -0700
commit763aac2457ca6457670a32d1d8b9f2f3052c1a58 (patch)
tree693840b90e9b55ba79e4386d6954ef2801851a31
parent47682dd4abee9ff394fde33efb200c58a913dc58 (diff)
downloadopenembedded-763aac2457ca6457670a32d1d8b9f2f3052c1a58.tar.gz
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@gravedo.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/freesmartphone/fsogsmd_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb
index d377d7a467..f6e046b6da 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"