angstrom-task-gnome: split out task-gnome-perl
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -9,12 +9,7 @@ inherit task
|
||||
# Most of these tasks are arch independant
|
||||
PACKAGE_ARCH = "all"
|
||||
|
||||
PACKAGES += "task-gnome-perl task-gnome-cups task-gnome-pulseaudio task-gnome-themes task-gnome-totem task-gnome-xserver-base "
|
||||
|
||||
RDEPENDS_task-gnome-perl = " \
|
||||
perl \
|
||||
libxml-parser-perl \
|
||||
"
|
||||
PACKAGES += "task-gnome-cups task-gnome-pulseaudio task-gnome-themes task-gnome-totem task-gnome-xserver-base "
|
||||
|
||||
RDEPENDS_task-gnome-themes = " \
|
||||
angstrom-gnome-icon-theme-enable \
|
||||
|
||||
12
recipes-angstrom/tasks/task-gnome-perl.bb
Normal file
12
recipes-angstrom/tasks/task-gnome-perl.bb
Normal file
@@ -0,0 +1,12 @@
|
||||
DESCRIPTION = "Task for images with perl"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
PR = "r13"
|
||||
|
||||
inherit task
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
perl \
|
||||
libxml-parser-perl \
|
||||
"
|
||||
Reference in New Issue
Block a user