From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TQwOp-0001w6-Rv for openembedded-core@lists.openembedded.org; Wed, 24 Oct 2012 10:33:16 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 24 Oct 2012 01:19:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,639,1344236400"; d="scan'208";a="209874105" Received: from adinu-vostro-460 (HELO [10.237.105.39]) ([10.237.105.39]) by orsmga001.jf.intel.com with ESMTP; 24 Oct 2012 01:19:46 -0700 Message-ID: <5087A4E4.1010801@intel.com> Date: Wed, 24 Oct 2012 11:20:52 +0300 From: Andrei Dinu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Martin Jansa References: <1349345672-803-1-git-send-email-andrei.adrianx.dinu@intel.com> <20121018205948.GE3087@jama.jama.net> <20121023185454.GS3269@jama.jama.net> <50879CC0.2030104@intel.com> <20121024080007.GZ3269@jama.jama.net> In-Reply-To: <20121024080007.GZ3269@jama.jama.net> Cc: openembedded-devel@lists.openembedded.org, openembedded-core@lists.openembedded.org Subject: Re: [PATCH] gypsy: removed gypsy from meta/recipes-connectivity X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Wed, 24 Oct 2012 08:33:16 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The newer code points to : commit be8c9c382d2d1d37b51d29b0843045121ec90213 Author: iain Date: Tue Aug 28 12:31:42 2012 +0100 Configure automake to generate .gz and .bz2 archives This is the latest commit in the gypsy git master branch. Also, the lastest release is pointed here : http://gypsy.freedesktop.org/releases/ and it is on the same date as the last commit in git. I don't really know how git recipes work, do you suggest updating the PV ? Andrei Dinu On 10/24/2012 11:00 AM, Martin Jansa wrote: > On Wed, Oct 24, 2012 at 10:46:08AM +0300, Andrei Dinu wrote: >> Hi Martin, >> >> This change was caused by the bug : >> >> https://bugzilla.yoctoproject.org/show_bug.cgi?id=2797 >> >> I removed the tarball and kept only the git package because that is what >> says in the bug. >> >> Secondly, i modified the SRCREV because i took the latest version in the >> git repo. > Hi, > > So this SRCREV points to newer code then 0.9 now? Then you forgot to > update PV to say so. > > That's why there is error about downgrading it. > > Cheers, > >> If there is anything more to add please send me an email. >> >> Thanks, >> >> Andrei Dinu >> >> On 10/23/2012 09:54 PM, Martin Jansa wrote: >>> On Thu, Oct 18, 2012 at 10:59:48PM +0200, Martin Jansa wrote: >>>> On Thu, Oct 18, 2012 at 08:59:19PM +0200, Martin Jansa wrote: >>>>> I know you've sent >>>>> http://patchwork.openembedded.org/patch/37763/ >>>>> to add it to meta-oe, but this patch removed also newer gypsy_0.9.bb >>>>> and only older gypsy_git.bb was added back. >>>>> >>>>> Please fix that. >>>> There is also this diff which isn't mentioned in your commit. >>>> >>>> -SRCREV = "3652e1f37e82b8e63983e30fda3482cd099a8cf5" >>>> +SRCREV = "be8c9c382d2d1d37b51d29b0843045121ec90213" >>>> PV = "0.8+git${SRCPV}" >>>> PR = "r2" >>>> >>>> @@ -15,4 +15,5 @@ >>>> file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd" >>>> >>>> SRC_URI = "git://anongit.freedesktop.org/gypsy;protocol=git \ >>>> - file://fixups.patch" >>>> + file://fixups.patch \ >>>> + file://0001-gypsy-m4-directory-missing-from-structure.patch" >>> ping >>> >>> meta-oe is still broken because of this >>> >>> Cheers,