From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id 1426E6AFBA for ; Fri, 12 Jul 2013 18:35:09 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 12 Jul 2013 11:35:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.89,654,1367996400"; d="scan'208";a="344693969" Received: from unknown (HELO [10.255.13.73]) ([10.255.13.73]) by orsmga001.jf.intel.com with ESMTP; 12 Jul 2013 11:35:01 -0700 Message-ID: <51E04C55.40908@linux.intel.com> Date: Fri, 12 Jul 2013 11:35:01 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 MIME-Version: 1.0 To: Emilia Ciobanu References: <96ee91995791988598109eeb85a57ab94ea65e16.1373359791.git.emilia.maria.silvia.ciobanu@intel.com> In-Reply-To: Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 2/4] lttng-modules: rename recipe 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, 12 Jul 2013 18:35:09 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/09/2013 01:57 AM, Emilia Ciobanu wrote: > Git packages should have _git in their recipe name and should include > git token inside the PV variable. > This is not really renaming the recipe, it's adding git to PV, please fix the commit summary. Thanks Sau! > Signed-off-by: Emilia Ciobanu > --- > ...lttng-modules_2.2.0.bb => lttng-modules_git.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-kernel/lttng/{lttng-modules_2.2.0.bb => lttng-modules_git.bb} (97%) > > diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.2.0.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb > similarity index 97% > rename from meta/recipes-kernel/lttng/lttng-modules_2.2.0.bb > rename to meta/recipes-kernel/lttng/lttng-modules_git.bb > index dd35396..3a92879 100644 > --- a/meta/recipes-kernel/lttng/lttng-modules_2.2.0.bb > +++ b/meta/recipes-kernel/lttng/lttng-modules_git.bb > @@ -11,7 +11,7 @@ DEPENDS = "virtual/kernel" > inherit module > > SRCREV = "1b26381c19dd2d9fa41f52d8dc13b15b8dd32c7c" > -PV = "2.2.0" > +PV = "2.2.0+git${SRCPV}" > > SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ > file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch" >