diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-05 20:51:21 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-05 20:51:21 +0000 |
commit | 14b747cb793881f4beab172c614ba6355bb9be02 (patch) | |
tree | df106f9cc0f56946c4f29535703f6219a7ce86c3 /meta | |
parent | 31a8eb38315841e56d85db462a29126a56cc01b6 (diff) | |
download | poky-14b747cb793881f4beab172c614ba6355bb9be02.tar.gz |
rootfs_ipk.bbclass: do not install glibc-localedata-i18n separately - language support will fetch it automatically
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4587 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/rootfs_ipk.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index 8a879680c5..2f18a24a79 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta/classes/rootfs_ipk.bbclass | |||
@@ -26,7 +26,6 @@ fakeroot rootfs_ipk_do_rootfs () { | |||
26 | # Uclibc builds don't provide this stuff... | 26 | # Uclibc builds don't provide this stuff... |
27 | if [ x${TARGET_OS} = "xlinux" ] || [ x${TARGET_OS} = "xlinux-gnueabi" ] ; then | 27 | if [ x${TARGET_OS} = "xlinux" ] || [ x${TARGET_OS} = "xlinux-gnueabi" ] ; then |
28 | if [ ! -z "${LINGUAS_INSTALL}" ]; then | 28 | if [ ! -z "${LINGUAS_INSTALL}" ]; then |
29 | opkg-cl ${IPKG_ARGS} install glibc-localedata-i18n | ||
30 | for i in ${LINGUAS_INSTALL}; do | 29 | for i in ${LINGUAS_INSTALL}; do |
31 | opkg-cl ${IPKG_ARGS} install $i | 30 | opkg-cl ${IPKG_ARGS} install $i |
32 | done | 31 | done |