From: Marcin Juszkiewicz Date: Tue, 12 Jun 2007 09:31:20 +0000 (+0000) Subject: rootfs_deb.bbclass: removed usage of /dev/null as stdin as BitBake do that now by... X-Git-Tag: 2011-1~11494 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5c41f1ec4ca2d962b040ec6d5b8f1a9e03494e50;p=openembedded-core.git rootfs_deb.bbclass: removed usage of /dev/null as stdin as BitBake do that now by default git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1919 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/classes/rootfs_deb.bbclass b/meta/classes/rootfs_deb.bbclass index 969c5080ff..f3dba97436 100644 --- a/meta/classes/rootfs_deb.bbclass +++ b/meta/classes/rootfs_deb.bbclass @@ -52,12 +52,12 @@ fakeroot rootfs_deb_do_rootfs () { } if [ ! -z "${LINGUAS_INSTALL}" ]; then - apt-get install glibc-localedata-i18n --force-yes --allow-unauthenticated