diff options
| author | Fabio Berton <fabio.berton@ossystems.com.br> | 2018-06-11 16:22:52 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-06-26 14:16:13 -0300 |
| commit | 0f8d9894f9d7af73411883707c262911537f2695 (patch) | |
| tree | 9f684c8208b92b3ce8bf4f9ffe3695979b25c5e6 /recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb | |
| parent | f17573890d99e73ad1f6bae5af72ef29f2ef422c (diff) | |
| download | meta-freescale-0f8d9894f9d7af73411883707c262911537f2695.tar.gz | |
libimxvpuapi: Bump revision to 4afb52f
- Rename recipe to use latest git revision.
- Add O.S. Systems Software Copyright
- Add PV to use 0.10.3 release on name
This change includes the following changes:
- 4afb52f Merge pull request #22 from bmx666/master
- 691ea9a Add imx_vpu_enc_configure_gop_size() function
- 97a9ff2 Merge pull request #17 from Artox/master
- 5739ffc add e-mail address to maintainer field
- b5ff857 libimxvpuapi-dev: add debhelper generated ${misc:Depends} to depends
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb')
| -rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb new file mode 100644 index 000000000..540565f64 --- /dev/null +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | # Copyright 2018 (C) O.S. Systems Software LTDA. | ||
| 2 | DESCRIPTION = "frontend for the i.MX6 VPU hardware video engine" | ||
| 3 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" | ||
| 4 | LICENSE = "LGPLv2.1" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" | ||
| 6 | SECTION = "multimedia" | ||
| 7 | DEPENDS = "imx-vpu" | ||
| 8 | |||
| 9 | PV = "0.10.3+${SRCPV}" | ||
| 10 | |||
| 11 | SRCBRANCH ?= "master" | ||
| 12 | SRCREV = "4afb52f97e28c731c903a8538bf99e4a6d155b42" | ||
| 13 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit waf pkgconfig | ||
| 18 | |||
| 19 | COMPATIBLE_MACHINE = "(mx6q|mx6dl)" | ||
| 20 | |||
| 21 | EXTRA_OECONF = "--libdir=${libdir}" | ||
