]> code.ossystems Code Review - meta-freescale.git/commitdiff
libimxdmabuffer: Upgrade to version 1.0.1
authorCarlos Rafael Giani <crg7475@mailbox.org>
Sat, 18 Apr 2020 18:00:39 +0000 (20:00 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 20 Apr 2020 19:17:28 +0000 (16:17 -0300)
* Changes to migrate build system to Python 3:
  * waf: update to 2.0.12
  * waf: use python3

Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb [moved from recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.0.bb with 95% similarity]

similarity index 95%
rename from recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.0.bb
rename to recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb
index a4252a7b1de0b94aee1832541263ece1089c4fb0..346a3cf570ae66d63c0a4dd7b8df11ca875bf9c8 100644 (file)
@@ -5,10 +5,10 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324"
 SECTION = "base"
 
-PV = "1.0.0+git${SRCPV}"
+PV .= "+git${SRCPV}"
 
 SRCBRANCH ?= "master"
-SRCREV = "db17cb57d1087cf590b28487c43cb5c47bf76fe7"
+SRCREV = "d2058aa404ee1e8e8abd552c6a637787bcdcf514"
 SRC_URI = "git://github.com/Freescale/libimxdmabuffer.git;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"