From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by arago-project.org (Postfix) with ESMTPS id 07E7652A5A for ; Wed, 10 Feb 2016 22:27:36 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id u1AMRZhi019520 for ; Wed, 10 Feb 2016 16:27:35 -0600 Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u1AMRZVl015007 for ; Wed, 10 Feb 2016 16:27:35 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.224.2; Wed, 10 Feb 2016 16:27:35 -0600 Received: from udd0866934 (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u1AMRZoX010787; Wed, 10 Feb 2016 16:27:35 -0600 Received: from jake by udd0866934 with local (Exim 4.82) (envelope-from ) id 1aTdEU-0005XG-Se; Wed, 10 Feb 2016 17:27:34 -0500 From: Jacob Stiffler To: Date: Wed, 10 Feb 2016 17:27:32 -0500 Message-ID: <1455143252-21244-1-git-send-email-j-stiffler@ti.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Subject: [PATCH v2] packagegroup-arago-tisdk-addons: Add protobuf for am3/4/5 X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 22:27:38 -0000 Content-Type: text/plain Signed-off-by: Jacob Stiffler --- v2 changes: Update correct PR value .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb index 13ec23e..4317c25 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task to install additional utilities/demos for SDKs" LICENSE = "MIT" -PR = "r38" +PR = "r39" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -101,14 +101,17 @@ DEVTOOLS = " \ DEVTOOLS_append_ti33x = " \ nodejs \ + protobuf \ " DEVTOOLS_append_ti43x = " \ nodejs \ + protobuf \ " DEVTOOLS_append_omap-a15 = " \ nodejs \ + protobuf \ " RDEPENDS_${PN} = "\ -- 1.9.1