From aca0ad875a91128d1d1bd12e2cb50202c03908bf Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 31 Mar 2014 14:18:03 +0200 Subject: icu: is machine specific for colibri-vf For colibri-vf we deploy icu only partly to save diskspace, so set the PACKAGE_ARCH for that machine. --- recipes-support/icu/icu_50.1.2.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-support/icu/icu_50.1.2.bbappend b/recipes-support/icu/icu_50.1.2.bbappend index 3a079ad..d7751d6 100644 --- a/recipes-support/icu/icu_50.1.2.bbappend +++ b/recipes-support/icu/icu_50.1.2.bbappend @@ -10,3 +10,5 @@ do_configure_append_colibri-vf () { rm ${S}/data/in/icudt50l.dat cp ${WORKDIR}/icudt50l.dat ${S}/data/in/ } + +PACKAGE_ARCH_colibri-vf = "${MACHINE_ARCH}" -- cgit v1.2.3