diff options
| author | Carlos Rafael Giani <crg7475@mailbox.org> | 2020-04-18 20:00:39 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-20 16:17:28 -0300 |
| commit | 439117a682be26997c11c27d4acc55276aa547b7 (patch) | |
| tree | 70f230e474c0e3eb4a8d7869af55e61be11a9970 | |
| parent | 91156d78b379334c5eb714cf0029ee2a5edfe732 (diff) | |
| download | meta-freescale-439117a682be26997c11c27d4acc55276aa547b7.tar.gz | |
libimxdmabuffer: Upgrade to version 1.0.1
* 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>
| -rw-r--r-- | recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb (renamed from recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.0.bb b/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb index a4252a7b1..346a3cf57 100644 --- a/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.0.bb +++ b/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb | |||
| @@ -5,10 +5,10 @@ LICENSE = "LGPLv2.1" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" |
| 6 | SECTION = "base" | 6 | SECTION = "base" |
| 7 | 7 | ||
| 8 | PV = "1.0.0+git${SRCPV}" | 8 | PV .= "+git${SRCPV}" |
| 9 | 9 | ||
| 10 | SRCBRANCH ?= "master" | 10 | SRCBRANCH ?= "master" |
| 11 | SRCREV = "db17cb57d1087cf590b28487c43cb5c47bf76fe7" | 11 | SRCREV = "d2058aa404ee1e8e8abd552c6a637787bcdcf514" |
| 12 | SRC_URI = "git://github.com/Freescale/libimxdmabuffer.git;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://github.com/Freescale/libimxdmabuffer.git;branch=${SRCBRANCH}" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
