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 1RffAI-0005WD-Rj for openembedded-core@lists.openembedded.org; Tue, 27 Dec 2011 23:06:35 +0100 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 27 Dec 2011 13:59:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="90767280" Received: from unknown (HELO [10.255.13.80]) ([10.255.13.80]) by orsmga001.jf.intel.com with ESMTP; 27 Dec 2011 13:59:19 -0800 Message-ID: <4EFA3FB5.7030605@linux.intel.com> Date: Tue, 27 Dec 2011 13:59:17 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <1325018118-30223-1-git-send-email-fransmeulenbroeks@gmail.com> In-Reply-To: <1325018118-30223-1-git-send-email-fransmeulenbroeks@gmail.com> Cc: Frans Meulenbroeks Subject: Re: [PATCH 1/2] u-boot: improved DESCRIPTION, fixed HOMEPAGE X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2011 22:06:35 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/27/2011 12:35 PM, Frans Meulenbroeks wrote: > HOMEPAGE pointed to an sf.net page that said that the > page did not exist any more and after that it redirected > to the denx.de page; updated HOMEPAGE to point to that page > Also improved the description to use the official capitalisation > > Signed-off-by: Frans Meulenbroeks > --- > meta/recipes-bsp/u-boot/u-boot.inc | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc > index 544acd2..a3f50bc 100644 > --- a/meta/recipes-bsp/u-boot/u-boot.inc > +++ b/meta/recipes-bsp/u-boot/u-boot.inc > @@ -1,3 +1,5 @@ > +DESCRIPTION = "U-Boot - the Universal Boot Loader" > +HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" > DESCRIPTION = "U-boot bootloader" > HOMEPAGE = "http://u-boot.sf.net" > SECTION = "bootloaders" Should you be deleting the older DESCRIPTION and HOMEPAGE? Sau!