angstrom-task-gnome: split out task-gnome-gstreamer
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -9,19 +9,7 @@ inherit task
|
||||
# Most of these tasks are arch independant
|
||||
PACKAGE_ARCH = "all"
|
||||
|
||||
PACKAGES += "task-gnome-gstreamer task-gnome-perl task-gnome-cups task-gnome-pulseaudio task-gnome-themes task-gnome-totem task-gnome-xserver-base "
|
||||
|
||||
DEPENDS_task-gnome-gstreamer = " \
|
||||
gst-plugins-base \
|
||||
gst-plugins-good \
|
||||
gst-plugins-bad \
|
||||
gst-plugins-ugly \
|
||||
"
|
||||
|
||||
RDEPENDS_task-gnome-gstreamer = " \
|
||||
gst-ffmpeg \
|
||||
gst-plugins-base-meta \
|
||||
"
|
||||
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 \
|
||||
|
||||
19
recipes-angstrom/tasks/task-gnome-gstreamer.bb
Normal file
19
recipes-angstrom/tasks/task-gnome-gstreamer.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION = "Task for a image with gstreamer"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
PR = "r13"
|
||||
|
||||
inherit task
|
||||
|
||||
DEPENDS_${PN} = " \
|
||||
gst-plugins-base \
|
||||
gst-plugins-good \
|
||||
gst-plugins-bad \
|
||||
gst-plugins-ugly \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
gst-ffmpeg \
|
||||
gst-plugins-base-meta \
|
||||
"
|
||||
Reference in New Issue
Block a user