Skip to content

Commit

Permalink
angstrom-task-lxde: add tasks to base an LXDE image on
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Kooi committed Apr 23, 2010
1 parent eae2a94 commit 925f286
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions recipes/tasks/angstrom-task-lxde.bb
@@ -0,0 +1,59 @@
DESCRIPTION = "Tasks for an LXDE based image"

inherit task

# Most of these tasks are arch independant
PACKAGE_ARCH = "all"

XSERVER ?= "xserver-xorg \
xf86-input-evdev \
xf86-input-mouse \
xf86-video-fbdev \
xf86-input-keyboard \
"

PACKAGES += "task-lxde-apps task-lxde-xserver task-lxde-xserver-base"

RDEPENDS_task-lxde-apps = " \
pcmanfm \
lxpanel \
lxsession-lite \
lxde-common \
openbox \
leafpad \
gpicview \
"

RDEPENDS_task-lxde-xserver-base = " \
dbus-x11 \
desktop-file-utils \
iso-codes \
mime-support \
notification-daemon inotify-tools \
xauth \
xdg-utils \
xhost \
xinetd \
xinit \
xlsfonts \
xrandr \
xrdb \
xrefresh \
xset \
xvinfo \
"

RDEPENDS_task-lxde-xserver = " \
${XSERVER} \
"

PACKAGE_ARCH_task-lxde-xserver = "${MACHINE_ARCH}"

RDEPENDS_${PN} = " \
task-lxde-xserver-base \
"

RRECOMMENDS_${PN} = " \
task-lxde-xserver \
"

0 comments on commit 925f286

Please sign in to comment.