From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 63.mail-out.ovh.net ([91.121.185.56]) by linuxtogo.org with smtp (Exim 4.69) (envelope-from ) id 1P7Wzh-0007hK-Hz for openembedded-devel@lists.openembedded.org; Sun, 17 Oct 2010 19:26:02 +0200 Received: (qmail 9454 invoked by uid 503); 17 Oct 2010 17:52:59 -0000 Received: from b9.ovh.net (HELO mail239.ha.ovh.net) (213.186.33.59) by 63.mail-out.ovh.net with SMTP; 17 Oct 2010 17:52:59 -0000 Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 17 Oct 2010 19:25:30 +0200 Received: from tal33-3-82-233-81-124.fbx.proxad.net (HELO ?192.168.2.15?) (ebenard%eukrea.com@82.233.81.124) by ns0.ovh.net with SMTP; 17 Oct 2010 19:25:29 +0200 Message-ID: <4CBB3187.6010100@eukrea.com> Date: Sun, 17 Oct 2010 19:25:27 +0200 From: =?ISO-8859-1?Q?Eric_B=E9nard?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: In-Reply-To: X-Ovh-Tracer-Id: 3569384181231758665 X-Ovh-Remote: 82.233.81.124 (tal33-3-82-233-81-124.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-SA-Exim-Connect-IP: 91.121.185.56 X-SA-Exim-Mail-From: eric@eukrea.com X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: [PATCH v2] live555: Add version 20101015 and remove older versions X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2010 17:26:02 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hi, Le 17/10/2010 19:05, Sean Cross a écrit : > Live555 gets downloaded from http://www.live555.com/liveMedia/public/ but they only have the latest version available. This patch adds support for the latest version, and removes older packages which cannot build due to missing tarballs. > > --- > recipes/live555/live555_20051005.bb | 26 -------------------- > recipes/live555/live555_20090602.bb | 45 ----------------------------------- > recipes/live555/live555_20100409.bb | 7 ----- > recipes/live555/live555_20100529.bb | 7 ----- > recipes/live555/live555_20101015.bb | 7 +++++++ > 5 files changed, 7 insertions(+), 85 deletions(-) > delete mode 100644 recipes/live555/live555_20051005.bb > delete mode 100644 recipes/live555/live555_20090602.bb > delete mode 100644 recipes/live555/live555_20100409.bb > delete mode 100644 recipes/live555/live555_20100529.bb > create mode 100644 recipes/live555/live555_20101015.bb > 2010.05.29 & 2010.04.09 & 2009.06.02 are mirrored on angstrom's sources mirror : http://www.angstrom-distribution.org/unstable/sources/ Eric