diff --git a/recipes-angstrom/tasks/angstrom-task-gnome.bb b/recipes-angstrom/tasks/angstrom-task-gnome.bb index 66b00bb..47e114c 100644 --- a/recipes-angstrom/tasks/angstrom-task-gnome.bb +++ b/recipes-angstrom/tasks/angstrom-task-gnome.bb @@ -6,26 +6,6 @@ PR = "r13" inherit task -# Most of these tasks are arch independant -PACKAGE_ARCH = "all" - -PACKAGES += "task-gnome-xserver-base " - -RDEPENDS_task-gnome-xserver-base = " \ - dbus-x11 \ - iso-codes \ - mime-support \ - xauth \ - xdg-utils \ - xhost \ - xinetd \ - xinit \ - xrandr \ - xrdb \ - xset \ - xvinfo \ - " - RDEPENDS_${PN} = " \ task-gnome-fonts \ task-gnome \ diff --git a/recipes-angstrom/tasks/task-gnome-xserver-base.bb b/recipes-angstrom/tasks/task-gnome-xserver-base.bb new file mode 100644 index 0000000..e43cfb9 --- /dev/null +++ b/recipes-angstrom/tasks/task-gnome-xserver-base.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Task for a full GNOME based image" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" + +PR = "r13" + +inherit task + +RDEPENDS_${PN} = " \ + dbus-x11 \ + iso-codes \ + mime-support \ + xauth \ + xdg-utils \ + xhost \ + xinetd \ + xinit \ + xrandr \ + xrdb \ + xset \ + xvinfo \ +"