From patchwork Tue Dec 27 20:35:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] u-boot: improved DESCRIPTION, fixed HOMEPAGE Date: Tue, 27 Dec 2011 20:35:17 -0000 From: Frans Meulenbroeks X-Patchwork-Id: 17679 Message-Id: <1325018118-30223-1-git-send-email-fransmeulenbroeks@gmail.com> To: openembedded-core@lists.openembedded.org Cc: Frans Meulenbroeks 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"