aboutsummaryrefslogtreecommitdiffstats
path: root/classes/rootfs_ipk.bbclass
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-08 18:14:02 -0700
committerChris Larson <chris_larson@mentor.com>2010-10-09 18:28:01 -0700
commit4271024e26551da70e710cef6d2dcbfa8740b007 (patch)
tree7c37a14c533ed98fb179c17f6f45175c76c02669 /classes/rootfs_ipk.bbclass
parentea01e75217b5a7894fc387ce9d61876df4c4dbcd (diff)
downloadopenembedded-4271024e26551da70e710cef6d2dcbfa8740b007.tar.gz
image.bbclass: add LINGUAS_INSTALL to PACKAGE_INSTALL.
They aren't a special case, no reason to handle them that way, as we can leverage overrides. Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'classes/rootfs_ipk.bbclass')
-rw-r--r--classes/rootfs_ipk.bbclass9
1 files changed, 0 insertions, 9 deletions
diff --git a/classes/rootfs_ipk.bbclass b/classes/rootfs_ipk.bbclass
index 77e573c260..a4a8563ada 100644
--- a/classes/rootfs_ipk.bbclass
+++ b/classes/rootfs_ipk.bbclass
@@ -47,15 +47,6 @@ fakeroot rootfs_ipk_do_rootfs () {
opkg-cl ${IPKG_ARGS} update
- # 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
- fi
- fi
if [ ! -z "${PACKAGE_INSTALL}" ]; then
opkg-cl ${IPKG_ARGS} install ${PACKAGE_INSTALL}
fi