generic-poky/meta/packages/tasks/task-poky.bb
Robert Bragg bc88c3a81b increments task-poky revision, which fixed a dependency problem for me and
may help with similar problems others are seeing with the new X builds. (The
problem seemed to be related to the XSERVER variable which is referred to in
task-poky.bb)


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5228 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-22 23:28:49 +00:00

67 lines
1.2 KiB
BlitzBasic

#
# Copyright (C) 2007-2008 OpenedHand Ltd.
#
DESCRIPTION = "Tasks for OpenedHand Poky"
PR = "r30"
PACKAGES = "\
task-poky-apps-console \
task-poky-apps-console-dbg \
task-poky-apps-console-dev \
task-poky-apps-x11-core \
task-poky-apps-x11-core-dbg \
task-poky-apps-x11-core-dev \
task-poky-apps-x11-games \
task-poky-apps-x11-games-dbg \
task-poky-apps-x11-games-dev \
task-poky-x11-base \
task-poky-x11-base-dbg \
task-poky-x11-base-dev \
"
PACKAGE_ARCH = "${MACHINE_ARCH}"
XSERVER ?= "xserver-kdrive-fbdev"
ALLOW_EMPTY = "1"
RDEPENDS_task-poky-apps-console = "\
avahi-daemon \
dropbear \
dbus \
portmap \
psplash"
RDEPENDS_task-poky-x11-base = "\
dbus \
pointercal \
matchbox-wm \
matchbox-keyboard \
matchbox-keyboard-applet \
matchbox-keyboard-im \
matchbox-panel-2 \
matchbox-desktop \
matchbox-session \
${XSERVER} \
x11-common \
xserver-nodm-init \
liberation-fonts \
xauth \
xhost \
xset \
xrandr"
RDEPENDS_task-poky-apps-x11-core = "\
leafpad \
pcmanfm \
matchbox-terminal \
screenshot"
RDEPENDS_task-poky-apps-x11-games = "\
oh-puzzles"