From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E5163E01165; Mon, 25 Jun 2018 12:31:38 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [209.85.220.169 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-qk0-f169.google.com (mail-qk0-f169.google.com [209.85.220.169]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D88E6E01148 for ; Mon, 25 Jun 2018 12:31:28 -0700 (PDT) Received: by mail-qk0-f169.google.com with SMTP id c198-v6so8169620qkg.12 for ; Mon, 25 Jun 2018 12:31:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:organization; bh=iiLLDfbd+jj5S9nn209+2eiP6fXadC8vr86BZVob1wk=; b=cD3SxtcJ2dcYoIhDtynw5iB6xcNzoNUSB4X9DGvRTlXoHjbTt5hXnWCvrQRigqOm0H ALbI7o1ttfQH4WUNmi7XSDHIz+KVFoZ7PakIoC0j/aKpvs2SebqwuG1uNoILp/xhSRU3 nH+0PZshXzbNrrqnMCHu96P3hxAKF4roZV6P8AgOGftFEk/tJlvYsPbwRleu4umUUrlm etZBoD0Sq9vc+HraLSVXlMal1MRLS3v5WiqxwKXkYarQV3g6+z9hV8Xud8535Yl1G2ak y6UgtFr0rAUdfBiFvDR2BmxhVIgN2xONNNFJj67LiWf8n/6qrJh8XN5gkFq37OIiAWE+ 6e7w== X-Gm-Message-State: APt69E3dfDZy6hJuV+nHmfDY4VpJXynLaWZ24gzvzZ8tYPeQHHFzXS3M LrV1R3jkNFISKyfL8I2l08pQzQ== X-Google-Smtp-Source: ADUXVKI/+OHlCGk9A+jmxZO7rFDSuViRC224fPBHQgqDe+SUXK9t10qtc4+lKLFR7LYWO4Wpic5cMA== X-Received: by 2002:a37:15aa:: with SMTP id 42-v6mr11973729qkv.428.1529955087742; Mon, 25 Jun 2018 12:31:27 -0700 (PDT) Received: from localhost.localdomain ([177.194.218.61]) by smtp.gmail.com with ESMTPSA id g5-v6sm7615261qki.55.2018.06.25.12.31.24 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 25 Jun 2018 12:31:27 -0700 (PDT) Received: by localhost.localdomain (sSMTP sendmail emulation); Mon, 25 Jun 2018 16:31:22 -0300 From: Otavio Salvador To: meta-freescale Mailing List Date: Mon, 25 Jun 2018 16:30:08 -0300 Message-Id: <20180625193032.9248-8-otavio@ossystems.com.br> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180625193032.9248-1-otavio@ossystems.com.br> References: <20180625193032.9248-1-otavio@ossystems.com.br> Organization: O.S. Systems Software LTDA. Cc: Otavio Salvador Subject: [PATCH 08/32] libimxvpuapi: Bump revision to 4afb52f X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2018 19:31:39 -0000 From: Fabio Berton - 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 Signed-off-by: Otavio Salvador --- .../{libimxvpuapi_0.10.3.bb => libimxvpuapi_git.bb} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename recipes-multimedia/libimxvpuapi/{libimxvpuapi_0.10.3.bb => libimxvpuapi_git.bb} (79%) diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.3.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb similarity index 79% rename from recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.3.bb rename to recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb index 2ad0c898..540565f6 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.3.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb @@ -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" -- 2.18.0