diff --git a/recipes-angstrom/tasks/angstrom-task-gnome.bb b/recipes-angstrom/tasks/angstrom-task-gnome.bb index 544997e..45d85aa 100644 --- a/recipes-angstrom/tasks/angstrom-task-gnome.bb +++ b/recipes-angstrom/tasks/angstrom-task-gnome.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Task for a GNOME based image" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -PR = "r11" +PR = "r12" inherit task @@ -32,7 +32,6 @@ RDEPENDS_task-gnome = " \ gdm-systemd angstrom-gdm-autologin-hack \ gnome-power-manager \ gnome-bluetooth \ - connman-gnome \ gnome-panel \ gtk-engine-clearlooks gtk-theme-clearlooks angstrom-clearlooks-theme-enable \ upower udisks \ diff --git a/recipes-angstrom/tasks/angstrom-task-gnome3.bb b/recipes-angstrom/tasks/angstrom-task-gnome3.bb index 5f05240..0db00fa 100644 --- a/recipes-angstrom/tasks/angstrom-task-gnome3.bb +++ b/recipes-angstrom/tasks/angstrom-task-gnome3.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Task for a GNOME based image" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -PR = "r4" +PR = "r5" inherit task @@ -31,7 +31,6 @@ RDEPENDS_task-gnome3 = " \ gdm-systemd angstrom-gdm-autologin-hack \ gnome-power-manager3 \ gnome-bluetooth \ - connman-gnome \ gnome-panel3 \ gtk-engine-clearlooks gtk-theme-clearlooks \ upower udisks \