From: Jonathan McDowell Date: Tue, 8 Nov 2005 08:53:08 +0000 (+0000) Subject: spitz.conf: Don't install e2fsprogs-e2fsck/mke2fs; we install e2fsprogs and X-Git-Tag: Release-2010-05/1~9453^2~3113^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2152bdfee1555f88de7645e77bb9fb6ad6d5ca3;p=openembedded.git spitz.conf: Don't install e2fsprogs-e2fsck/mke2fs; we install e2fsprogs and this includes the files in both of these pacakges. --- diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index 79ce0c4193..9a53e8f1a9 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -13,7 +13,7 @@ PIVOTBOOT_EXTRA_RRECOMMENDS += "" # Useful things for the built-in Harddisk BOOTSTRAP_EXTRA_DEPENDS += "hdparm e2fsprogs" -BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs" +BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs" IMAGE_FSTYPES = "jffs2 tar.gz"