27 lines
817 B
BlitzBasic
27 lines
817 B
BlitzBasic
require recipes-multimedia/gstreamer/gstreamer1.0.inc
|
|
|
|
# Re-use patch files from 1.12.2 recipe
|
|
FILESEXTRAPATHS_prepend := "${COREBASE}/meta/recipes-multimedia/gstreamer/files:"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
|
|
file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d"
|
|
|
|
# Use i.MX fork of GST for customizations
|
|
GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https"
|
|
SRCBRANCH = "MM_04.04.04_1811_L4.14.78_GA"
|
|
|
|
SRC_URI = " ${GST1.0_SRC};branch=${SRCBRANCH}"
|
|
SRCREV = "f4e127a5e9a1eb977e023532d6636d939c8ccbc8"
|
|
|
|
EXTRA_AUTORECONF = ""
|
|
|
|
DEPENDS += " elfutils"
|
|
|
|
# Unrecognised options, need to remove them
|
|
EXTRA_OECONF_remove = " --disable-docbook --disable-trace"
|
|
|
|
PV = "1.14.0.imx"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|