diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-08 14:56:12 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-08 14:56:12 +0000 |
commit | 00d6afcb893bec3fee68e3121c9d25999e833e27 (patch) | |
tree | eadb8a3e6303fb860cba611f73807c46e237954e /conf/distro/jlime-shrek.conf | |
parent | 0500b5f01143f6eafb8fbacc061bbe245283caee (diff) |
Following from the meta/packages changes, cleanup conf/machine for incorrect DEPENDS usage. Move certain things into EXTRA_IMAGEDEPENDS. No valid users of EXTRA_BOOTSTRAP_DEPENDS were found so it was removed entirely. Change zaurus-updater not to package as it doesn't provide any.
Diffstat (limited to 'conf/distro/jlime-shrek.conf')
-rw-r--r-- | conf/distro/jlime-shrek.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/distro/jlime-shrek.conf b/conf/distro/jlime-shrek.conf index 2dd9641137..c3f88c5511 100644 --- a/conf/distro/jlime-shrek.conf +++ b/conf/distro/jlime-shrek.conf @@ -37,7 +37,6 @@ BBINCLUDELOGS = "yes" MODUTILS = "26" IMAGE_FSTYPES = "tar.bz2" -BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs ncurses nano virtual/kernel wireless-tools console-tools" BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs ncurses nano wireless-tools \ kernel-module-3c574-cs kernel-module-3c589-cs kernel-module-8390 \ kernel-module-airo-cs kernel-module-airo console-tools \ |