summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-08-25 16:02:59 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-09-01 19:21:11 +0200
commit9443956a7dd1db87532d4766dcdcc48fee2e9cf4 (patch)
tree63faf68fa26067eb17324a5674c3c2c17775369a /meta-oe
parentcc791b00ca980373402a8487b7aff4c2cf45c390 (diff)
downloadmeta-openembedded-9443956a7dd1db87532d4766dcdcc48fee2e9cf4.tar.gz
kbd: fix SRC_URI
* '/pub' is part of KERNELORG_MIRROR in oe-core already * old OE had in bitbake.conf:KERNELORG_MIRROR = "http://kernel.org" and mirrors.bbclass:${KERNELORG_MIRROR} http://www.kernel.org/pub Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/kbd/kbd_1.15.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/kbd/kbd_1.15.2.bb b/meta-oe/recipes-core/kbd/kbd_1.15.2.bb
index 5fdccadab..36e68a04b 100644
--- a/meta-oe/recipes-core/kbd/kbd_1.15.2.bb
+++ b/meta-oe/recipes-core/kbd/kbd_1.15.2.bb
@@ -7,7 +7,7 @@ inherit autotools gettext
7 7
8BBCLASSEXTEND = "native" 8BBCLASSEXTEND = "native"
9 9
10SRC_URI="${KERNELORG_MIRROR}/pub/linux/utils/kbd/kbd-1.15.2.tar.bz2" 10SRC_URI="${KERNELORG_MIRROR}/linux/utils/kbd/kbd-1.15.2.tar.bz2"
11SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5" 11SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5"
12SRC_URI[sha256sum] = "b3602d191eef7a6a8317fc3cd231efa40a89ac235dce57a77cac825a2a21eba6" 12SRC_URI[sha256sum] = "b3602d191eef7a6a8317fc3cd231efa40a89ac235dce57a77cac825a2a21eba6"
13 13