From dc68918720fb034ecf05b894a8070d3a0b94fac7 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 12 Jun 2007 08:25:24 +0000 Subject: 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 --- meta/classes/rootfs_deb.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/classes/rootfs_deb.bbclass') 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