From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllnx210.ext.ti.com (fllnx210.ext.ti.com [198.47.19.17]) by arago-project.org (Postfix) with ESMTPS id 2115552A1F for ; Thu, 16 Mar 2017 14:50:17 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id v2GEoGEU007250 for ; Thu, 16 Mar 2017 09:50:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1489675816; bh=UxMMc9o23v7VSdAAd9iCq4TLFT61RaVY6InGTsHoWos=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=SRXSLHmqGiEw18rHI1GZJfiKjDzRKEvqWbkurvJLfowem6RfJaLVba+p3hUuWQ9/i jKs2aoYHgMGaRaJ0tL+tbrV5Z8zFr/WSVwGCESoMZZPdHipB2um2YirujX3M47G2/1 WdVOC2M7VD0EZRPj2libLlqVOAKDqlKwogtJBqn8= Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2GEoGhR017383 for ; Thu, 16 Mar 2017 09:50:16 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.294.0; Thu, 16 Mar 2017 09:50:15 -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 v2GEoGxR025385; Thu, 16 Mar 2017 09:50:16 -0500 Date: Thu, 16 Mar 2017 10:50:15 -0400 From: Denys Dmytriyenko To: Karthik Ramanan Message-ID: <20170316145015.GC14484@edge> References: <1489665224-95346-1-git-send-email-a0393906@ti.com> <1489665224-95346-3-git-send-email-a0393906@ti.com> MIME-Version: 1.0 In-Reply-To: <1489665224-95346-3-git-send-email-a0393906@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [morty] omapdrmtest: Update SRCREV and remove local patch 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: Thu, 16 Mar 2017 14:50:17 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Ack On Thu, Mar 16, 2017 at 05:23:44PM +0530, Karthik Ramanan wrote: > Signed-off-by: Karthik Ramanan > --- > ...gure.ac-also-check-for-libavcodec-library.patch | 28 ---------------------- > .../omapdrmtest/omapdrmtest_1.0.0.bb | 5 ++-- > 2 files changed, 2 insertions(+), 31 deletions(-) > delete mode 100644 meta-arago-extras/recipes-graphics/omapdrmtest/files/0001-configure.ac-also-check-for-libavcodec-library.patch > > diff --git a/meta-arago-extras/recipes-graphics/omapdrmtest/files/0001-configure.ac-also-check-for-libavcodec-library.patch b/meta-arago-extras/recipes-graphics/omapdrmtest/files/0001-configure.ac-also-check-for-libavcodec-library.patch > deleted file mode 100644 > index 5b7d3f4..0000000 > --- a/meta-arago-extras/recipes-graphics/omapdrmtest/files/0001-configure.ac-also-check-for-libavcodec-library.patch > +++ /dev/null > @@ -1,28 +0,0 @@ > -From e74fe2b030a841387e026cb7d37e8fb0c411075f Mon Sep 17 00:00:00 2001 > -From: Denys Dmytriyenko > -Date: Wed, 16 Nov 2016 19:52:36 -0500 > -Subject: [PATCH] configure.ac: also check for libavcodec library > - > -Required for av_bitstream_filter_close and such. > - > -Signed-off-by: Denys Dmytriyenko > ---- > - configure.ac | 2 +- > - 1 file changed, 1 insertion(+), 1 deletion(-) > - > -diff --git a/configure.ac b/configure.ac > -index 31762f5..649c97a 100644 > ---- a/configure.ac > -+++ b/configure.ac > -@@ -75,7 +75,7 @@ fi > - AM_CONDITIONAL(ENABLE_WAYLAND, [test "x$HAVE_WAYLAND" = xyes]) > - > - # Check for libdce and libav.. > --PKG_CHECK_MODULES(DCE, libdce libavformat libavutil, [HAVE_DCE=yes], [HAVE_DCE=no]) > -+PKG_CHECK_MODULES(DCE, libdce libavformat libavcodec libavutil, [HAVE_DCE=yes], [HAVE_DCE=no]) > - if test "x$HAVE_DCE" = "xyes"; then > - AC_DEFINE(HAVE_DCE, 1, [Have DCE support]) > - AC_MSG_NOTICE([Detected libdce and libavformat, building video codec tests]) > --- > -2.7.4 > - > diff --git a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb > index bb787ec..4090061 100644 > --- a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb > +++ b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb > @@ -7,14 +7,13 @@ DEPENDS = "ffmpeg libdce libdrm libgbm ti-sgx-ddk-um wayland" > > inherit autotools pkgconfig > > -PR = "r21" > -SRCREV = "809e72b2c5ebe45bb7ba13bcfe964b1ef69f98f0" > +PR = "r22" > +SRCREV = "116c940c2b06b221c13be28bb79af49233ba462a" > > EXTRA_OEMAKE = "CC="${CC}"" > TARGET_CC_ARCH += "${LDFLAGS}" > > SRC_URI = "git://git.ti.com/glsdk/omapdrmtest.git;protocol=git \ > - file://0001-configure.ac-also-check-for-libavcodec-library.patch \ > " > > S = "${WORKDIR}/git" > -- > 1.9.1 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago