From patchwork Wed Dec 28 08:43:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,1/2] u-boot: improved DESCRIPTION, fixed HOMEPAGE Date: Wed, 28 Dec 2011 08:43:05 -0000 From: Frans Meulenbroeks X-Patchwork-Id: 17693 Message-Id: <1325061785-2180-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,3 @@ +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"