diff options
Diffstat (limited to 'recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb')
-rw-r--r-- | recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb index f7a8e3521..39729f712 100644 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb | |||
@@ -1,27 +1,26 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | 1 | # Copyright (C) 2013-2016 Freescale Semiconductor |
2 | # Copyright 2017-2023 NXP | 2 | # Copyright (C) 2017-2023 NXP |
3 | # Released under the MIT license (see COPYING.MIT for the terms) | 3 | # Released under the MIT license (see COPYING.MIT for the terms) |
4 | 4 | ||
5 | DESCRIPTION = "Freescale Multimedia VPU wrapper" | 5 | DESCRIPTION = "Freescale Multimedia VPU wrapper" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3" |
9 | 9 | ||
10 | DEPENDS = "virtual/imxvpu" | 10 | DEPENDS = "virtual/imxvpu" |
11 | DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" | 11 | DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" |
12 | 12 | ||
13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
14 | git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH} \ | 14 | git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH} \ |
15 | file://0001-vpu_wrapper_hantro_encoder-add-sys-time.h-for-gettim.patch \ | 15 | file://0001-vpu_wrapper_hantro_encoder-fix-missing-include.patch \ |
16 | file://0001-vpu_wrapper_hantro_VCencoder-add-sys-time.h-for-gett.patch \ | ||
17 | " | 16 | " |
18 | SRCBRANCH = "MM_04.09.00_2405_L6.6.y" | 17 | SRCBRANCH = "MM_04.09.03_2412_L6.12.y" |
19 | SRCREV = "73093da30dc4053c9f69813a6447091bfca5429b" | 18 | SRCREV = "d8703ee3245797111ad21c52982efa8b6db33241" |
20 | |||
21 | S = "${WORKDIR}/git" | ||
22 | 19 | ||
23 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
24 | 21 | ||
22 | CFLAGS += " -Wno-error=implicit-function-declaration" | ||
23 | |||
25 | do_install:append() { | 24 | do_install:append() { |
26 | # FIXME: Drop examples for now | 25 | # FIXME: Drop examples for now |
27 | rm -r ${D}${datadir} | 26 | rm -r ${D}${datadir} |