From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id F04E6E0089B; Mon, 31 Oct 2016 10:38:29 -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 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [198.47.19.12]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 50FAEE00803 for ; Mon, 31 Oct 2016 10:38:26 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id u9VHcP9X017107 for ; Mon, 31 Oct 2016 12:38:25 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u9VHcPHI031541 for ; Mon, 31 Oct 2016 12:38:25 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.294.0; Mon, 31 Oct 2016 12:38:25 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id u9VHcPid021622; Mon, 31 Oct 2016 12:38:25 -0500 Date: Mon, 31 Oct 2016 13:38:24 -0400 From: Denys Dmytriyenko To: Karthik Ramanan Message-ID: <20161031173824.GA12745@edge> References: <1477903066-1422-1-git-send-email-a0393906@ti.com> MIME-Version: 1.0 In-Reply-To: <1477903066-1422-1-git-send-email-a0393906@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH] libdce: Rename recipe and bump SRCREV X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 17:38:30 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline NAK On Mon, Oct 31, 2016 at 02:07:46PM +0530, Karthik Ramanan wrote: > Make recipe compatible to 3.00.12.00 version > Includes minor bug fixes > > Signed-off-by: Karthik Ramanan > --- > recipes-multimedia/libdce/libdce_3.00.10.01.bb | 15 --------------- > recipes-multimedia/libdce/libdce_git.bb | 16 ++++++++++++++++ > 2 files changed, 16 insertions(+), 15 deletions(-) > delete mode 100644 recipes-multimedia/libdce/libdce_3.00.10.01.bb > create mode 100644 recipes-multimedia/libdce/libdce_git.bb > > diff --git a/recipes-multimedia/libdce/libdce_3.00.10.01.bb b/recipes-multimedia/libdce/libdce_3.00.10.01.bb > deleted file mode 100644 > index 7adb961..0000000 > --- a/recipes-multimedia/libdce/libdce_3.00.10.01.bb > +++ /dev/null > @@ -1,15 +0,0 @@ > -DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD" > -LICENSE = "BSD" > -LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae" > - > -inherit autotools pkgconfig > - > -DEPENDS = "libdrm ti-ipc" > - > -SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git" > -SRCREV = "f83e785d2b98404fed9e3a6264bf4945c65abd12" > - > -S = "${WORKDIR}/git" > -EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" > - > -PR = "r1" > diff --git a/recipes-multimedia/libdce/libdce_git.bb b/recipes-multimedia/libdce/libdce_git.bb > new file mode 100644 > index 0000000..60bc140 > --- /dev/null > +++ b/recipes-multimedia/libdce/libdce_git.bb > @@ -0,0 +1,16 @@ > +DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD" > +LICENSE = "BSD" > +LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae" > + > +inherit autotools pkgconfig > + > +DEPENDS = "libdrm ti-ipc" > + > +SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git" > +SRCREV = "281e466ff5b0344f538ec4e76076290e60774516" > + > +S = "${WORKDIR}/git" > +EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" > + > +PV = "3.00.12.00" > +PR = "r2" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti