angstrom-task-gnome3: split out task-gnome3-perl

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2012-08-05 01:27:11 +02:00
parent b74b494333
commit c9808b9fed
2 changed files with 4 additions and 6 deletions

View File

@@ -9,12 +9,7 @@ inherit task
# Most of these tasks are arch independant
PACKAGE_ARCH = "all"
PACKAGES += "task-gnome3-perl task-gnome3-cups task-gnome3-pulseaudio task-gnome3-themes task-gnome3-totem task-gnome3-xserver-base "
RDEPENDS_task-gnome3-perl = " \
perl \
libxml-parser-perl \
"
PACKAGES += "task-gnome3-cups task-gnome3-pulseaudio task-gnome3-themes task-gnome3-totem task-gnome3-xserver-base "
RDEPENDS_task-gnome3-themes = " \
angstrom-gnome-icon-theme-enable \

View File

@@ -6,6 +6,9 @@ PR = "r13"
inherit task
# for backwards compatibility
RPROVIDES_${PN} += "task-gnome3-perl"
RDEPENDS_${PN} = " \
perl \
libxml-parser-perl \