aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/nas-server-image.bb
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-08-04 20:58:54 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-06 14:52:20 +0200
commit746a5a99da3d0f52e88fa76d4185fb0e044837ba (patch)
tree32672ec2ed275c7fd31c79f9be7c931100b1b95b /recipes/images/nas-server-image.bb
parenta7cc4bc9a7e0643e2288d4213e1fb64b7a6e6169 (diff)
downloadopenembedded-746a5a99da3d0f52e88fa76d4185fb0e044837ba.tar.gz
Remove redundant dependencies upon opkg and opkg-collateral.
rootfs_ipk.bbclass already pulls these in, so avoid some confusion. This is totally untested. Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Chris Larson <clarson@kergoth.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/images/nas-server-image.bb')
-rw-r--r--recipes/images/nas-server-image.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/images/nas-server-image.bb b/recipes/images/nas-server-image.bb
index 61e8296c05..f26a357d95 100644
--- a/recipes/images/nas-server-image.bb
+++ b/recipes/images/nas-server-image.bb
@@ -20,14 +20,12 @@
# intended to be distro-agnostic.
DISTRO_SSH_DAEMON ?= "dropbear"
-DISTRO_PACKAGE_MANAGER ?= "opkg opkg-collateral"
DEPENDS = "\
task-boot \
${@base_contains('MACHINE_FEATURES', 'apex', 'task-base-apex', '', d)} \
task-distro-base task-machine-base \
${DISTRO_SSH_DAEMON} \
- ${DISTRO_PACKAGE_MANAGER} \
${@base_contains('MACHINE_FEATURES', 'ext2', 'task-base-ext2', '', d)} \
${@base_contains('MACHINE_FEATURES', 'usbhost', 'task-base-usbhost', '', d)} \
task-nas-server-everything \
@@ -41,7 +39,6 @@ IMAGE_INSTALL = "\
task-boot \
${@base_contains('MACHINE_FEATURES', 'apex', 'task-base-apex', '', d)} \
${DISTRO_SSH_DAEMON} \
- ${DISTRO_PACKAGE_MANAGER} \
${@base_contains('MACHINE_FEATURES', 'ext2', 'task-base-ext2', '', d)} \
${@base_contains('MACHINE_FEATURES', 'usbhost', 'task-base-usbhost', '', d)} \
${IMAGE_INSTALL_TASKS} \