123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- #
- # Copyright (C) 2007-2008 OpenedHand Ltd.
- #
- DESCRIPTION = "Tasks for OpenedHand Poky"
- PR = "r31"
- 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 \
- fontconfig \
- freetype \
- shared-mime-info \
- 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"
|