Add kbd package

[Peter: use BR2_KERNEL_MIRROR]
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Felipe Contreras 2010-09-20 02:44:40 +03:00 committed by Peter Korsgaard
parent f6c7d57cab
commit 603030af45
4 changed files with 13 additions and 1 deletions

View File

@ -25,7 +25,7 @@
Alpha, Cris, IA64 and Sparc64 architecture support removed.
New packages: argp-standalone, gdk-pixbuf, gpsd, gst-ffmpeg,
libmpeg2, librsvg, nuttcp, rng-tools, rrdtool, xz
libmpeg2, kbd, librsvg, nuttcp, rng-tools, rrdtool, xz
Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf,
automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa,

View File

@ -173,6 +173,7 @@ source "package/hwdata/Config.in"
source "package/i2c-tools/Config.in"
source "package/input-tools/Config.in"
source "package/iostat/Config.in"
source "package/kbd/Config.in"
source "package/lm-sensors/Config.in"
source "package/lvm2/Config.in"
source "package/makedevs/Config.in"

6
package/kbd/Config.in Normal file
View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_KBD
bool "kbd"
help
Keytable files and keyboard utilities.
http://kernel.org/pub/linux/utils/kbd/

5
package/kbd/kdb.mk Normal file
View File

@ -0,0 +1,5 @@
KBD_VERSION = 1.15.2
KBD_SOURCE = kbd-$(KBD_VERSION).tar.gz
KBD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kbd
$(eval $(call AUTOTARGETS,package,kbd))