summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb
blob: 76109355dd77de43e79e6e34ed06df9c023fb580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright (C) 2013-2016 Freescale Semiconductor
# Copyright (C) 2017-2023,2025 NXP
# Released under the MIT license (see COPYING.MIT for the terms)

SUMMARY = "i.MX VPU wrapper library"
DESCRIPTION = "Freescale Multimedia VPU wrapper"
HOMEPAGE = "https://github.com/NXP/imx-vpuwrap"
SECTION = "multimedia"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac"

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.10.03_2512_L6.18.2"
SRCREV = "1d2136e39789edb1eff730043caf2305ee2c173e"

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)"