diff options
author | Carlos Rafael Giani <crg7475@mailbox.org> | 2020-04-18 22:17:48 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-20 16:17:28 -0300 |
commit | 4d6359b6fe6b2231e3592442e9b3d204e2684cb0 (patch) | |
tree | 10459c2dfa01d2cf0aef19919fc33bb9c39caca4 /recipes-multimedia | |
parent | 439117a682be26997c11c27d4acc55276aa547b7 (diff) | |
download | meta-freescale-4d6359b6fe6b2231e3592442e9b3d204e2684cb0.tar.gz |
libimxvpuapi2: Update to version 2.0.1
* imx6: replace mxcfb.h check with i.MX6 specific imx header check
the mcxfb.h check only makes sense with i.MX6 devices, so requiring
those for others like i.MX8 led to build errors
* update waf to 2.0.12 and switch wscript to use Python 3
* imx6: fix encoder pointer usage in vpu_EncGiveCommand() call
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.0.1.bb (renamed from recipes-multimedia/libimxvpuapi/libimxvpuapi2_git.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_git.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.0.1.bb index 0ebeabb0..9a4497d8 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_git.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.0.1.bb | |||
@@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" | |||
5 | SECTION = "multimedia" | 5 | SECTION = "multimedia" |
6 | DEPENDS = "virtual/imxvpu libimxdmabuffer" | 6 | DEPENDS = "virtual/imxvpu libimxdmabuffer" |
7 | 7 | ||
8 | PV = "2.0.0+${SRCPV}" | 8 | PV .= "+git${SRCPV}" |
9 | 9 | ||
10 | SRCBRANCH ?= "master" | 10 | SRCBRANCH ?= "master" |
11 | SRCREV = "86028967644d2da8e99d4e206ca1d71ff4bcb7f7" | 11 | SRCREV = "9a5e84af53e6765c4f0ea299df264a4e32a13ea7" |
12 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |