]> code.ossystems Code Review - openembedded-core.git/commitdiff
u-boot: improved DESCRIPTION, fixed HOMEPAGE
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 28 Dec 2011 08:43:05 +0000 (09:43 +0100)
committerSaul Wold <sgw@linux.intel.com>
Tue, 3 Jan 2012 04:26:25 +0000 (20:26 -0800)
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 <fransmeulenbroeks@gmail.com>
meta/recipes-bsp/u-boot/u-boot.inc

index 544acd23b26334bf410d45e817020a1130c021d2..41803452a84bb6ab28a8801191516a40a0072e9b 100644 (file)
@@ -1,5 +1,5 @@
-DESCRIPTION = "U-boot bootloader"
-HOMEPAGE = "http://u-boot.sf.net"
+DESCRIPTION = "U-Boot - the Universal Boot Loader"
+HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
 SECTION = "bootloaders"
 PROVIDES = "virtual/bootloader"