debianslug.conf: Removed DEPENDS lines
authorRod Whitby <rod@whitby.id.au>
Mon, 9 Jan 2006 05:54:41 +0000 (05:54 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 9 Jan 2006 05:54:41 +0000 (05:54 +0000)
conf/distro/debianslug.conf

index 67563a8..163e4cd 100644 (file)
@@ -45,7 +45,6 @@ DEBIANSLUG_REISER_PROGS = "reiserfsprogs"
 # The standard firmware contents and additional packages built as requirements
 # of the firmware are defined here in DEBIANSLUG_STANDARD_RDEPENDS and
 # DEBIANSLUG_STANDARD_DEPENDS respectively.
-DEBIANSLUG_STANDARD_DEPENDS = ""
 DEBIANSLUG_STANDARD_RDEPENDS = ""
 
 # Support for a variety of file systems is built in to the debianslug
@@ -56,18 +55,15 @@ DEBIANSLUG_STANDARD_RDEPENDS = ""
 # These lines add support for formatting ext2 and ext3 file systems
 # on a hard disk attached to the NSLU2.  ext3 is the standard Linux
 # file system.
-DEBIANSLUG_STANDARD_DEPENDS += "e2fsprogs"
 DEBIANSLUG_STANDARD_RDEPENDS += "${DEBIANSLUG_EXT2_PROGS}"
 
 # These lines add support for formatting reiserfs file systems on
 # a hard disk.
-DEBIANSLUG_STANDARD_DEPENDS += "reiserfsprogs"
 DEBIANSLUG_STANDARD_RDEPENDS += "${DEBIANSLUG_REISER_PROGS}"
 
 # These lines add support for an X/Y/ZModem package called lrzsz
 # (this is of use for people with modified NSLU2 hardware which
 # supports a serial port.)
-DEBIANSLUG_STANDARD_DEPENDS += "lrzsz"
 DEBIANSLUG_STANDARD_RDEPENDS += "lrzsz"
 
 # Filesystem selection.  Adding entries here adds the module to the
@@ -112,7 +108,6 @@ kernel-module-nls-utf8 \
 # a bootable, useable, system however they *are* expected to be present
 # in DebianSlug - see slugos-lag for a more minimal configuration and some
 # more instructions about how to make a non-debianslug image.
-SLUGOS_EXTRA_DEPENDS  = "${DEBIANSLUG_STANDARD_DEPENDS}"
 SLUGOS_EXTRA_RDEPENDS = "${DEBIANSLUG_STANDARD_RDEPENDS}"
 
 #----------------------------------------------------------------------------------