angstrom-task-gnome: split out task-gnome-apps
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -2,22 +2,14 @@ DESCRIPTION = "Task for a GNOME based image"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
PR = "r12"
|
||||
PR = "r13"
|
||||
|
||||
inherit task
|
||||
|
||||
# Most of these tasks are arch independant
|
||||
PACKAGE_ARCH = "all"
|
||||
|
||||
PACKAGES += "task-gnome-apps task-gnome-fonts task-gnome task-gnome-gstreamer task-gnome-perl task-gnome-cups task-gnome-pulseaudio task-gnome-themes task-gnome-totem task-gnome-xserver-base "
|
||||
|
||||
|
||||
RDEPENDS_task-gnome-apps = " \
|
||||
x11vnc \
|
||||
matchbox-terminal \
|
||||
epiphany \
|
||||
gedit \
|
||||
"
|
||||
PACKAGES += "task-gnome-fonts task-gnome task-gnome-gstreamer task-gnome-perl task-gnome-cups task-gnome-pulseaudio task-gnome-themes task-gnome-totem task-gnome-xserver-base "
|
||||
|
||||
RDEPENDS_task-gnome-fonts = " \
|
||||
fontconfig fontconfig-utils font-util \
|
||||
|
||||
14
recipes-angstrom/tasks/task-gnome-apps.bb
Normal file
14
recipes-angstrom/tasks/task-gnome-apps.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "Task for GNOME applications"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
PR = "r13"
|
||||
|
||||
inherit task
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
x11vnc \
|
||||
matchbox-terminal \
|
||||
epiphany \
|
||||
gedit \
|
||||
"
|
||||
Reference in New Issue
Block a user