diff --git a/recipes-angstrom/tasks/angstrom-task-gnome3.bb b/recipes-angstrom/tasks/angstrom-task-gnome3.bb index 3d6dcb2..9e4581e 100644 --- a/recipes-angstrom/tasks/angstrom-task-gnome3.bb +++ b/recipes-angstrom/tasks/angstrom-task-gnome3.bb @@ -9,23 +9,7 @@ inherit task # Most of these tasks are arch independant PACKAGE_ARCH = "all" -PACKAGES += "task-gnome3 task-gnome3-gstreamer task-gnome3-perl task-gnome3-cups task-gnome3-pulseaudio task-gnome3-themes task-gnome3-totem task-gnome3-xserver-base " - -RDEPENDS_task-gnome3 = " \ - gnome-settings-daemon gnome-control-center \ - gnome-keyring \ - gdm-systemd angstrom-gdm-autologin-hack \ - gnome-power-manager3 \ - gnome-bluetooth \ - gnome-panel3 \ - gtk-engine-clearlooks gtk-theme-clearlooks \ - upower udisks \ - gnome-disk-utility \ - nautilus3 \ - gpe-scap \ - bash \ - tzdata \ -" +PACKAGES += "task-gnome3-gstreamer task-gnome3-perl task-gnome3-cups task-gnome3-pulseaudio task-gnome3-themes task-gnome3-totem task-gnome3-xserver-base " DEPENDS_task-gnome3-gstreamer = " \ gst-plugins-base \ diff --git a/recipes-angstrom/tasks/task-gnome3.bb b/recipes-angstrom/tasks/task-gnome3.bb new file mode 100644 index 0000000..0791cd5 --- /dev/null +++ b/recipes-angstrom/tasks/task-gnome3.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Task for a GNOME based image" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" + +PR = "r6" + +inherit task + +RDEPENDS_${PN} = " \ + gnome-settings-daemon gnome-control-center \ + gnome-keyring \ + gdm-systemd angstrom-gdm-autologin-hack \ + gnome-power-manager3 \ + gnome-bluetooth \ + gnome-panel3 \ + gtk-engine-clearlooks gtk-theme-clearlooks \ + upower udisks \ + gnome-disk-utility \ + nautilus3 \ + gpe-scap \ + bash \ + tzdata \ +"