[oe-commits] Martin Jansa : kbd: upgrade from 1.12 to 1.15.2, add native version

git version control git at git.openembedded.org
Thu Sep 30 07:04:46 UTC 2010


Module: openembedded.git
Branch: master
Commit: fe0535e783b5b4514f924a59ba6b4f6f46dd456c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fe0535e783b5b4514f924a59ba6b4f6f46dd456c

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Sep 30 08:55:46 2010 +0200

kbd: upgrade from 1.12 to 1.15.2, add native version

* native version is usefull in some kernel builds where drivers/char
  calls loadkeys (which are not available on some buildhosts)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/kbd/kbd_1.12.bb   |   23 -----------------------
 recipes/kbd/kbd_1.15.2.bb |   14 ++++++++++++++
 2 files changed, 14 insertions(+), 23 deletions(-)

diff --git a/recipes/kbd/kbd_1.12.bb b/recipes/kbd/kbd_1.12.bb
deleted file mode 100644
index 05df436..0000000
--- a/recipes/kbd/kbd_1.12.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-# kbd OE build file
-# Copyright (C) 2004-2006, Advanced Micro Devices, Inc.  All Rights Reserved
-# Released under the MIT license (see packages/COPYING)
-
-
-SRC_URI="http://ftp.debian.org/debian/pool/main/k/kbd/kbd_1.12.orig.tar.gz"
-
-FILES_${PN} += " /usr/share/consolefonts/drdos8x16.psfu.gz"
-
-do_configure() {
-	ARCH=${TARGET_ARCH} ./configure
-}
-
-do_compile() {
-	make CC="${CC}" CFLAGS="${CFLAGS}"
-}
-
-do_install() {
-	make DESTDIR=${D} install
-}
-
-SRC_URI[md5sum] = "7892c7010512a9bc6697a295c921da25"
-SRC_URI[sha256sum] = "f3bc6747dba7d1a35cd125ca0bd4649f88704be211cf7e47d36b43c7f44ce803"
diff --git a/recipes/kbd/kbd_1.15.2.bb b/recipes/kbd/kbd_1.15.2.bb
new file mode 100644
index 0000000..72da7e0
--- /dev/null
+++ b/recipes/kbd/kbd_1.15.2.bb
@@ -0,0 +1,14 @@
+inherit autotools
+
+BBCLASSEXTEND = "native"
+
+SRC_URI="http://ftp.kernel.org/pub/linux/utils/kbd/kbd-1.15.2.tar.bz2"
+SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5"
+SRC_URI[sha256sum] = "b3602d191eef7a6a8317fc3cd231efa40a89ac235dce57a77cac825a2a21eba6"
+
+PACKAGES += "${PN}-consolefonts ${PN}-keymaps ${PN}-unimaps ${PN}-consoletrans"
+
+FILES_${PN}-consolefonts = "${datadir}/consolefonts"
+FILES_${PN}-consoletrans = "${datadir}/consoletrans"
+FILES_${PN}-keymaps = "${datadir}/keymaps"
+FILES_${PN}-unimaps = "${datadir}/unimaps"





More information about the Openembedded-commits mailing list