meta-imx/meta-imx-bsp/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb
i.MX Yocto Project Release 8db2f76d10 imx-vpuwrap: Update imx-vpuwrap_git.bb to commit d8703ee
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2024-12-19 09:19:12 +01:00

32 lines
865 B
BlitzBasic

# Copyright (C) 2013-2016 Freescale Semiconductor
# Copyright 2017-2023 NXP
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Freescale Multimedia VPU wrapper"
LICENSE = "Proprietary"
SECTION = "multimedia"
LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3"
DEPENDS = "virtual/imxvpu"
DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc"
SRC_URI = "${IMX_VPUWRAP_SRC};branch=${SRCBRANCH}"
IMX_VPUWRAP_SRC ?= "git://github.com/NXP/imx-vpuwrap.git;protocol=https"
SRCBRANCH = "MM_04.09.03_2412_L6.12.y"
SRCREV = "d8703ee3245797111ad21c52982efa8b6db33241"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
CFLAGS += " -Wno-error=implicit-function-declaration"
do_install:append() {
# FIXME: Drop examples for now
rm -r ${D}${datadir}
}
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(imxvpu)"