From patchwork Mon May 9 18:00:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 7798 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9CE14C433F5 for ; Mon, 9 May 2022 18:00:53 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web09.664.1652119252739873976 for ; Mon, 09 May 2022 11:00:52 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 1B7BF407DA for ; Mon, 9 May 2022 18:00:52 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Niyc640BAN4O for ; Mon, 9 May 2022 18:00:52 +0000 (UTC) Received: from mail.denix.org (pool-100-15-86-127.washdc.fios.verizon.net [100.15.86.127]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 0F60C40BC4 for ; Mon, 9 May 2022 18:00:52 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id CCF2E174921 for ; Mon, 9 May 2022 14:00:51 -0400 (EDT) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Subject: [master][PATCH 2/3] glsdk-example-apps: specify branch and drop FILESEXTRAPATHS Date: Mon, 9 May 2022 18:00:50 +0000 Message-Id: <20220509180051.2146987-2-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220509180051.2146987-1-denis@denix.org> References: <20220509180051.2146987-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 09 May 2022 18:00:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/13842 From: Denys Dmytriyenko Fixes these warnings: | WARNING: glsdk-example-apps-1.0-r52 do_fetch: URL: git://git.ti.com/glsdk/example-applications.git;protocol=git | does not set any branch parameter. The future default branch used by tools and repositories | is uncertain and we will therefore soon require this is set in all git urls. | WARNING: glsdk-example-apps-1.0-r52 do_unpack: URL: git://git.ti.com/glsdk/example-applications.git;protocol=git | does not set any branch parameter. The future default branch used by tools and repositories | is uncertain and we will therefore soon require this is set in all git urls. Also, modifying FILESEXTRAPATHS here is unnecessary. Signed-off-by: Denys Dmytriyenko --- .../recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb index 6e3ec7b3..de725c07 100644 --- a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb +++ b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb @@ -11,7 +11,7 @@ S = "${WORKDIR}/git" inherit autotools pkgconfig -SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git \ +SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git;branch=master \ " SRCREV="52466430609c402a9f1c0667ccf727d096336d0d" @@ -29,5 +29,3 @@ do_install:append () { } FILES:${PN} += "${sysconfdir}/glsdkstatcoll/* ${sysconfdir}/visualization_scripts/*" - -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"