diff options
author | Robert Bradford <rob@openedhand.com> | 2008-09-23 14:29:10 +0000 |
---|---|---|
committer | Robert Bradford <rob@openedhand.com> | 2008-09-23 14:29:10 +0000 |
commit | 05908afac842c33652907c4d65ca465ecd70673a (patch) | |
tree | 8c14a3f8c6dac6feeaecd19d68c711982a435b91 /meta | |
parent | 395a25b219d09a41d52920aacd453dd47f351eda (diff) | |
download | openembedded-core-05908afac842c33652907c4d65ca465ecd70673a.tar.gz openembedded-core-05908afac842c33652907c4d65ca465ecd70673a.tar.bz2 openembedded-core-05908afac842c33652907c4d65ca465ecd70673a.zip |
iso-codes: Make PACKAGE_ARCH=all
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5244 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/iso-codes/iso-codes_3.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/iso-codes/iso-codes_3.3.bb b/meta/packages/iso-codes/iso-codes_3.3.bb index 99f4e6e9cd..98425111d5 100644 --- a/meta/packages/iso-codes/iso-codes_3.3.bb +++ b/meta/packages/iso-codes/iso-codes_3.3.bb @@ -3,6 +3,7 @@ DESCRIPTION = "ISO language, territory, currency, script codes and their transla PRIORITY = "optional" LICENSE = "LGPL" SECTION = "libs" +PACKAGE_ARCH = "all" SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.gz" |