summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2011-12-28 09:43:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:14:26 +0000
commit8a77467fe87de0e8a51e624aade2c994ee322836 (patch)
tree7e4bd80a04109111d70800fd732beffb6936b499
parent5b337aecde96ba0457a10b87f12102b567779d12 (diff)
downloadpoky-8a77467fe87de0e8a51e624aade2c994ee322836.tar.gz
u-boot: improved DESCRIPTION, fixed HOMEPAGE
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 (From OE-Core rev: e0ebe12541a6628b7629a9be5918d0e7ea92aa33) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-bsp/u-boot/u-boot.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc
index 544acd23b2..41803452a8 100644
--- a/meta/recipes-bsp/u-boot/u-boot.inc
+++ b/meta/recipes-bsp/u-boot/u-boot.inc
@@ -1,5 +1,5 @@
1DESCRIPTION = "U-boot bootloader" 1DESCRIPTION = "U-Boot - the Universal Boot Loader"
2HOMEPAGE = "http://u-boot.sf.net" 2HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
3SECTION = "bootloaders" 3SECTION = "bootloaders"
4PROVIDES = "virtual/bootloader" 4PROVIDES = "virtual/bootloader"
5 5