From: Marcin Juszkiewicz Date: Tue, 12 Jun 2007 08:25:24 +0000 (+0000) Subject: rootfs_deb.bbclass: updated to works with APT 0.6 X-Git-Tag: 2011-1~11497 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dc68918720fb034ecf05b894a8070d3a0b94fac7;p=openembedded-core.git rootfs_deb.bbclass: updated to works with APT 0.6 APT 0.6 require repositories to be GPG signed but Poky have them unsigned. Second problem is that APT tries to read something from stdin (even when forced to choose 'Yes') so it now gets /dev/null as stdin. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1916 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/classes/rootfs_deb.bbclass b/meta/classes/rootfs_deb.bbclass index 3989dc333b..969c5080ff 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 + apt-get install glibc-localedata-i18n --force-yes --allow-unauthenticated