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 <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
