summaryrefslogtreecommitdiff
path: root/package/kbd/kdb.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2011-05-22 16:32:50 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-05-22 16:58:32 +0200
commit4b3e8a71c14c2442670299c8d75356b747c4b157 (patch)
tree309b352c42c219bab0332ac6588a258e0b93e402 /package/kbd/kdb.mk
parent383074a6335d310918aa11430341614dc79580a5 (diff)
kbd: rename the makefile so that it's named the same as the package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/kbd/kdb.mk')
-rw-r--r--package/kbd/kdb.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/kbd/kdb.mk b/package/kbd/kdb.mk
deleted file mode 100644
index ec67c5f03..000000000
--- a/package/kbd/kdb.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-KBD_VERSION = 1.15.2
-KBD_SOURCE = kbd-$(KBD_VERSION).tar.gz
-KBD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kbd
-
-KBD_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
-
-$(eval $(call AUTOTARGETS,package,kbd))