diff options
author | Graham Gower <graham.gower@gmail.com> | 2010-08-04 20:58:54 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-06 14:52:20 +0200 |
commit | 746a5a99da3d0f52e88fa76d4185fb0e044837ba (patch) | |
tree | 32672ec2ed275c7fd31c79f9be7c931100b1b95b /recipes/tasks/task-slugos.bb | |
parent | a7cc4bc9a7e0643e2288d4213e1fb64b7a6e6169 (diff) |
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/tasks/task-slugos.bb')
-rw-r--r-- | recipes/tasks/task-slugos.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/tasks/task-slugos.bb b/recipes/tasks/task-slugos.bb index c0077793b3..297d6f0659 100644 --- a/recipes/tasks/task-slugos.bb +++ b/recipes/tasks/task-slugos.bb @@ -133,7 +133,6 @@ RDEPENDS_${PN} += "\ busybox initscripts-slugos slugos-init \ update-modules sysvinit udev \ module-init-tools modutils-initscripts \ - opkg-collateral ${IPKG_VARIANT} \ libgcc \ beep \ util-linux-mount \ |