[oe] [PATCH] fsogsmd: set PACKAGE_ARCH_palmpre = "${MACHINE_ARCH}"

Simon Busch morphis at gravedo.de
Tue Sep 14 19:55:39 UTC 2010


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>
---
 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"
-- 
1.7.1





More information about the Openembedded-devel mailing list