From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id 3CBBB6D582 for ; Fri, 15 Nov 2013 21:21:36 +0000 (UTC) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 15 Nov 2013 13:18:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,535,1378882800"; d="scan'208";a="436041853" Received: from unknown (HELO [10.255.15.61]) ([10.255.15.61]) by orsmga002.jf.intel.com with ESMTP; 15 Nov 2013 13:21:35 -0800 Message-ID: <5286905A.4070205@linux.intel.com> Date: Fri, 15 Nov 2013 13:21:30 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Cristian Iorga , openembedded-core@lists.openembedded.org References: <837a7c0e891212fce3ce837e3ab50b04235a5dc3.1384545568.git.cristian.iorga@intel.com> In-Reply-To: <837a7c0e891212fce3ce837e3ab50b04235a5dc3.1384545568.git.cristian.iorga@intel.com> Subject: Re: [PATCH 2/2] telepathy-idle: upgrade to 0.2.0 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2013 21:21:36 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 11/15/2013 12:01 PM, Cristian Iorga wrote: > Signed-off-by: Cristian Iorga > --- > .../fix-svc-gtk-doc.h-target.patch | 0 > .../telepathy/{telepathy-idle_0.1.16.bb => telepathy-idle_0.2.0.bb} | 4 ++-- > 2 files changed, 2 insertions(+), 2 deletions(-) > rename meta/recipes-connectivity/telepathy/{telepathy-idle-0.1.16 => telepathy-idle-0.2.0}/fix-svc-gtk-doc.h-target.patch (100%) > rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.16.bb => telepathy-idle_0.2.0.bb} (82%) > I noticed that there is a version specific patch directory, any reason to not rename it to ${PN} instead of keeping the version'ed patch? Sau! > diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle-0.1.16/fix-svc-gtk-doc.h-target.patch b/meta/recipes-connectivity/telepathy/telepathy-idle-0.2.0/fix-svc-gtk-doc.h-target.patch > similarity index 100% > rename from meta/recipes-connectivity/telepathy/telepathy-idle-0.1.16/fix-svc-gtk-doc.h-target.patch > rename to meta/recipes-connectivity/telepathy/telepathy-idle-0.2.0/fix-svc-gtk-doc.h-target.patch > diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb > similarity index 82% > rename from meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb > rename to meta/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb > index 279e8f1..ca09f6d 100644 > --- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb > +++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb > @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ > > SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \ > file://fix-svc-gtk-doc.h-target.patch" > -SRC_URI[md5sum] = "afabda908a798aac3a427f4564af113a" > -SRC_URI[sha256sum] = "739614e2d526d82bdd2fd94026ca70a46670563556ff15537a2a08bf17172875" > +SRC_URI[md5sum] = "92a2de5198284cbd3c430b0d1a971a86" > +SRC_URI[sha256sum] = "3013ad4b38d14ee630b8cc8ada5e95ccaa849b9a6fe15d2eaf6d0717d76f2fab" > > inherit autotools pkgconfig pythonnative > >