diff options
Diffstat (limited to 'recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb')
| -rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb index 55063db18..e00a968a2 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb | |||
| @@ -1,16 +1,17 @@ | |||
| 1 | # Copyright 2018 (C) O.S. Systems Software LTDA. | 1 | # Copyright 2018 (C) O.S. Systems Software LTDA. |
| 2 | SUMMARY = "i.MX VPU API library (v1)" | ||
| 2 | DESCRIPTION = "frontend for the i.MX6 VPU hardware video engine" | 3 | DESCRIPTION = "frontend for the i.MX6 VPU hardware video engine" |
| 3 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" | 4 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" |
| 5 | SECTION = "multimedia" | ||
| 4 | LICENSE = "LGPL-2.1-only" | 6 | LICENSE = "LGPL-2.1-only" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" |
| 6 | SECTION = "multimedia" | ||
| 7 | DEPENDS = "imx-vpu" | 8 | DEPENDS = "imx-vpu" |
| 8 | 9 | ||
| 9 | PV = "0.10.3+${SRCPV}" | 10 | PV = "0.10.3+${SRCPV}" |
| 10 | 11 | ||
| 11 | SRCBRANCH ?= "v1" | 12 | SRCBRANCH ?= "v1" |
| 12 | SRCREV = "3a1ee3a54fe93813868d38c3d32ea065b59e227e" | ||
| 13 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" | 13 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" |
| 14 | SRCREV = "3a1ee3a54fe93813868d38c3d32ea065b59e227e" | ||
| 14 | 15 | ||
| 15 | inherit waf pkgconfig python3native | 16 | inherit waf pkgconfig python3native |
| 16 | 17 | ||
