meta-fsl-del: Add gstreamer packages to del-gstreamer task.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
1d355b4373
commit
e7cdabf0c1
|
|
@ -43,6 +43,9 @@ TCLIBCAPPEND = ""
|
||||||
QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64"
|
QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64"
|
||||||
# Other QEMU_TARGETS "mips64 mips64el sh4"
|
# Other QEMU_TARGETS "mips64 mips64el sh4"
|
||||||
|
|
||||||
|
# Some packages like gst-plugins-ugly need this
|
||||||
|
LICENSE_FLAGS_WHITELIST += "commercial"
|
||||||
|
|
||||||
PREMIRRORS ?= "\
|
PREMIRRORS ?= "\
|
||||||
bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
|
bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
|
||||||
cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
|
cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,12 @@ PACKAGES = "\
|
||||||
RDEPENDS_task-del-gstreamer = "\
|
RDEPENDS_task-del-gstreamer = "\
|
||||||
fsl-mm-codeclib \
|
fsl-mm-codeclib \
|
||||||
imx-lib \
|
imx-lib \
|
||||||
|
gstreamer \
|
||||||
|
gst-plugins-base \
|
||||||
|
gst-plugins-good \
|
||||||
|
gst-plugins-bad \
|
||||||
|
gst-plugins-ugly \
|
||||||
|
gst-ffmpeg \
|
||||||
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
|
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
|
||||||
|
|
||||||
RRECOMMENDS_task-del-gstreamer = "\
|
RRECOMMENDS_task-del-gstreamer = "\
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue