]> code.ossystems Code Review - meta-freescale.git/commitdiff
libimxvpuapi: Bump revision to 4afb52f
authorFabio Berton <fabio.berton@ossystems.com.br>
Mon, 11 Jun 2018 19:22:52 +0000 (16:22 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 26 Jun 2018 17:16:13 +0000 (14:16 -0300)
 - 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>
recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb [moved from recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.3.bb with 79% similarity]

similarity index 79%
rename from recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.3.bb
rename to recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb
index 2ad0c898dc5fd0c1fc69d7160e82177a7068474b..540565f645a12d7cdd22627512c668de106a0150 100644 (file)
@@ -1,3 +1,4 @@
+# Copyright 2018 (C) O.S. Systems Software LTDA.
 DESCRIPTION = "frontend for the i.MX6 VPU hardware video engine"
 HOMEPAGE = "https://github.com/Freescale/libimxvpuapi"
 LICENSE = "LGPLv2.1"
@@ -5,8 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324"
 SECTION = "multimedia"
 DEPENDS = "imx-vpu"
 
+PV = "0.10.3+${SRCPV}"
+
 SRCBRANCH ?= "master"
-SRCREV = "81a2bbd85ef2aaa56243dbf63a7352ca1758099b"
+SRCREV = "4afb52f97e28c731c903a8538bf99e4a6d155b42"
 SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"