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 /packages/meta/nylon-image-base.bb | |
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 'packages/meta/nylon-image-base.bb')
-rw-r--r-- | packages/meta/nylon-image-base.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/meta/nylon-image-base.bb b/packages/meta/nylon-image-base.bb index b706bca2d5..ce6c83d847 100644 --- a/packages/meta/nylon-image-base.bb +++ b/packages/meta/nylon-image-base.bb @@ -6,9 +6,6 @@ NYLON_BASE = "base-files base-passwd bash busybox \ nano ncurses netbase \ openssh sysvinit \ timezones tinylogin" - -DEPENDS = "virtual/kernel \ - ${NYLON_BASE} ${BOOTSTRAP_EXTRA_DEPENDS}" RDEPENDS = "kernel modutils-depmod modutils-modinfo \ ${NYLON_BASE} ${BOOTSTRAP_EXTRA_RDEPENDS}" |