mirror of
git://git.yoctoproject.org/poky
synced 2026-09-09 12:36:18 +00:00
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
This commit is contained in:
parent
31a8eb3831
commit
14b747cb79
@ -26,7 +26,6 @@ fakeroot rootfs_ipk_do_rootfs () {
|
||||
# Uclibc builds don't provide this stuff...
|
||||
if [ x${TARGET_OS} = "xlinux" ] || [ x${TARGET_OS} = "xlinux-gnueabi" ] ; then
|
||||
if [ ! -z "${LINGUAS_INSTALL}" ]; then
|
||||
opkg-cl ${IPKG_ARGS} install glibc-localedata-i18n
|
||||
for i in ${LINGUAS_INSTALL}; do
|
||||
opkg-cl ${IPKG_ARGS} install $i
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user