meta-fsl-arm: Adding fsl-mm-flv-codeclib package.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2012-11-20 18:06:21 +01:00
parent e7cdabf0c1
commit 88b1dcb453
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# Copyright (C) 2011 Freescale Semicondutors
# Copyright (C) 2012 Digi International
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Freescale Multimedia codec libs"
LICENSE = "MIT"
SECTION = "multimedia"
PR = "r0"
LIC_FILES_CHKSUM = "file://ghdr/common/fsl_types.h;endline=13;md5=b805ce4a390c94d002ef86bd15ceafd4"
SRC_URI = "${DIGI_LOG_MIRROR}/${PN}-${PV}.tar.gz"
SRC_URI[md5sum] = "0aecb5f571d855fe194474a691704a1f"
SRC_URI[sha256sum] = "7774f9ff38d91400fe2557851180a82fd754daf0561b94ff5cc051cbea0618eb"
do_install () {
install -d ${D}${libdir}
install -d ${D}${libdir}/pkgconfig
install -d ${D}${includedir}/mm_ghdr
install -m 0755 ${S}/release/lib/*.so* ${D}${libdir}
install -m 0644 ${S}/ghdr/common/*.h ${D}${includedir}/mm_ghdr
install -m 0644 ${S}/pkgconfig/*.pc ${D}${libdir}/pkgconfig
}
FILES_${PN} += "${libdir}/*.so* ${libdir}/pkgconfig/*.pc"
FILES_${PN}-dev += "${includedir}/mm_ghdr/*.h"

View File

@ -16,6 +16,7 @@ PACKAGES = "\
RDEPENDS_task-del-gstreamer = "\
fsl-mm-codeclib \
fsl-mm-flv-codeclib \
imx-lib \
gstreamer \
gst-plugins-base \