]> code.ossystems Code Review - meta-freescale.git/commitdiff
libimxvpuapi2: Update to version 2.0.1
authorCarlos Rafael Giani <crg7475@mailbox.org>
Sat, 18 Apr 2020 20:17:48 +0000 (22:17 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 20 Apr 2020 19:17:28 +0000 (16:17 -0300)
* 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>
recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.0.1.bb [moved from recipes-multimedia/libimxvpuapi/libimxvpuapi2_git.bb with 90% similarity]

similarity index 90%
rename from recipes-multimedia/libimxvpuapi/libimxvpuapi2_git.bb
rename to recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.0.1.bb
index 0ebeabb0058616666641548a325c4c782c7def5f..9a4497d8e18d4e9cc43f2e49c6b5473794493686 100644 (file)
@@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324"
 SECTION = "multimedia"
 DEPENDS = "virtual/imxvpu libimxdmabuffer"
 
-PV = "2.0.0+${SRCPV}"
+PV .= "+git${SRCPV}"
 
 SRCBRANCH ?= "master"
-SRCREV = "86028967644d2da8e99d4e206ca1d71ff4bcb7f7"
+SRCREV = "9a5e84af53e6765c4f0ea299df264a4e32a13ea7"
 SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"