diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-01-09 05:54:41 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-09 05:54:41 +0000 |
commit | 040be36e470edf01df7f05f9b14487fd1a768f55 (patch) | |
tree | 4fb6eddf45e61b83b7fbf415a4a469c24add8667 | |
parent | 3333852bd0bc5b926374b919a6fd2794fbadffd6 (diff) |
debianslug.conf: Removed DEPENDS lines
-rw-r--r-- | conf/distro/debianslug.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf index 67563a8dd2..163e4cd1b6 100644 --- a/conf/distro/debianslug.conf +++ b/conf/distro/debianslug.conf @@ -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}" #---------------------------------------------------------------------------------- |