123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- #
- # Copyright (C) 2007 OpenedHand Ltd.
- #
- DESCRIPTION = "Tasks for OpenedHand Poky"
- PR = "r5"
- 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-apps-x11-pimlico \
- task-poky-apps-x11-pimlico-dbg \
- task-poky-apps-x11-pimlico-dev \
- task-poky-x11-base \
- task-poky-x11-base-dbg \
- task-poky-x11-base-dev \
- task-poky-x11-sato \
- task-poky-x11-sato-dbg \
- task-poky-x11-sato-dev \
- task-poky-tools-debug \
- task-poky-tools-debug-dbg \
- task-poky-tools-debug-dev \
- task-poky-tools-profile \
- task-poky-tools-profile-dbg \
- task-poky-tools-profile-dev \
- task-poky-tools-testapps \
- task-poky-tools-testapps-dbg \
- task-poky-tools-testapps-dev \
- task-poky-nfs-server \
- task-poky-nfs-server-dbg \
- task-poky-nfs-server-dev \
- "
- PACKAGE_ARCH = "${MACHINE_ARCH}"
- XSERVER ?= "xserver-kdrive-fbdev"
- ALLOW_EMPTY = "1"
- RDEPENDS_task-poky-apps-console = "\
- avahi-daemon \
- dropbear \
- portmap \
- psplash"
- RDEPENDS_task-poky-x11-base = "\
- matchbox-common \
- matchbox-wm \
- matchbox-keyboard \
- matchbox-keyboard-applet \
- matchbox-keyboard-im \
- matchbox-panel-2 \
- matchbox-desktop \
- ${XSERVER} \
- xserver-kdrive-common \
- xserver-nodm-init \
- liberation-fonts \
- xauth \
- xhost \
- xset \
- xrandr"
- RDEPENDS_task-poky-apps-x11-core = "\
- leafpad \
- pcmanfm \
- rxvt-unicode \
- screenshot"
- RDEPENDS_task-poky-apps-x11-games = "\
- puzzles"
- RDEPENDS_task-poky-apps-x11-pimlico = "\
- eds-dbus \
- contacts \
- dates \
- tasks \
- web"
- RDEPENDS_task-poky-x11-sato = "\
- matchbox-desktop \
- matchbox-sato \
- matchbox-keyboard \
- matchbox-stroke \
- matchbox-config-gtk \
- matchbox-themes-gtk \
- matchbox-applet-startup-monitor \
- xcursor-transparent-theme \
- sato-icon-theme \
- settings-daemon \
- gtk-sato-engine"
- RDEPENDS_task-poky-tools-debug = "\
- gdb \
- strace"
- RDEPENDS_task-poky-tools-profile = "\
- exmap-console \
- exmap-server \
- oprofile \
- oprofileui-server \
- lttng-control \
- lttng-viewer"
- RDEPENDS_task-poky-tools-profile_qemux86 += "valgrind"
- RRECOMMENDS_task-poky-tools-profile = "\
- kernel-module-oprofile"
- RDEPENDS_task-poky-tools-testapps = "\
- tslib-calibrate \
- tslib-tests \
- lrzsz \
- alsa-utils-amixer \
- alsa-utils-aplay \
- owl-video-widget \
- gst-meta-video \
- gst-meta-audio \
- xvideo-tests"
- RDEPENDS_task-poky-nfs-server = "\
- nfs-utils"
- # rpcinfo can be useful
- RRECOMMENDS_task-poky-nfs-server = "\
- glibc-utils"
|