summaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-multimedia/gstreamer/gstreamer1.0_1.2.3.bb
blob: caacc34353e20251b8526bd84d5aef3bd8f92170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DEFAULT_PREFERENCE = "-1"

include recipes-multimedia/gstreamer/gstreamer1.0.inc

LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
                    file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d"

SRC_URI = " \
    http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \
    file://0001-Fix-crash-with-gst-inspect.patch \
    "
SRC_URI[md5sum] = "8155b9c7574ccaa361cc504e8e0e72dc"
SRC_URI[sha256sum] = "0f9a9817a384b3448c368c23345e5122435caef9c00f1c40d7b1953827b0d8eb"
S = "${WORKDIR}/gstreamer-${PV}"
lass="s2"> file://optee_xtest_fix.diff \ " COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb|m3nulcb|ebisu)" PLATFORM = "rcar" DEPENDS = "optee-os optee-client python3-pycrypto-native" export CROSS_COMPILE64="${TARGET_PREFIX}" # Let the Makefile handle setting up the flags as it is a standalone application LD[unexport] = "1" LDFLAGS[unexport] = "1" export CCcore="${CC}" export LDcore="${LD}" libdir[unexport] = "1" CFLAGS += "-Wno-extra -Wno-error=stringop-overflow -Wno-error=array-bounds" TARGET_CFLAGS += "-Wno-extra -Wno-error=stringop-overflow -Wno-error=array-bounds" TARGET_CC_ARCH += "${LDFLAGS}" INSANE_SKIP:${PN} = "ldflags" S = "${WORKDIR}/git" EXTRA_OEMAKE = "-e MAKEFLAGS=" do_compile() { oe_runmake CROSS_COMPILE=${CROSS_COMPILE64} PLATFORM=${PLATFORM} OPTEE_CLIENT_EXPORT=${STAGING_DIR_TARGET}/usr --no-builtin-variables TA_DEV_KIT_DIR="${STAGING_DIR_TARGET}/usr/share/optee/export-ta_arm64" } do_install () { install -D -p -m0755 ${S}/out/xtest/xtest ${D}${bindir}/xtest # install path should match the value set in optee-client/tee-supplicant # default TEEC_LOAD_PATH is /lib mkdir -p ${D}${nonarch_base_libdir}/optee_armtz/ install -D -p -m0444 ${S}/out/ta/*/*.ta ${D}${nonarch_base_libdir}/optee_armtz/ } FILES:${PN} += "${nonarch_base_libdir}/optee_armtz/"