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/images/x11-sato-image.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/images/x11-sato-image.bb')
-rw-r--r-- | recipes/images/x11-sato-image.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/images/x11-sato-image.bb b/recipes/images/x11-sato-image.bb index c2ed50ea54..f79beaeea6 100644 --- a/recipes/images/x11-sato-image.bb +++ b/recipes/images/x11-sato-image.bb @@ -1,5 +1,4 @@ DISTRO_SSH_DAEMON ?= "dropbear" -DISTRO_PACKAGE_MANAGER ?= "opkg opkg-collateral" XSERVER ?= "xserver-kdrive-fbdev" @@ -8,7 +7,6 @@ IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" IMAGE_INSTALL = "\ task-base-extended \ ${DISTRO_SSH_DAEMON} \ - ${DISTRO_PACKAGE_MANAGER} \ pointercal \ matchbox-wm \ matchbox-keyboard matchbox-keyboard-applet matchbox-keyboard-im \ |