diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-10-21 09:48:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-26 15:59:15 +0100 |
commit | d5552611cecdc7899bde1600eae85ef20598ac93 (patch) | |
tree | 9c7b7b67f5a1fc743e6589c3803c463751625084 /meta/recipes-core/kbd | |
parent | 9ff572a285ae2273778fb8553f545ba6e0e4feea (diff) | |
download | poky-d5552611cecdc7899bde1600eae85ef20598ac93.tar.gz |
kbd: Use libcheck instead of check
(From OE-Core rev: 8ed44adc5ad4f54acc985f1f76af554d8ddf1a44)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/kbd')
-rw-r--r-- | meta/recipes-core/kbd/kbd_2.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/kbd/kbd_2.0.0.bb b/meta/recipes-core/kbd/kbd_2.0.0.bb index eafa0b0d03..e66018fc67 100644 --- a/meta/recipes-core/kbd/kbd_2.0.0.bb +++ b/meta/recipes-core/kbd/kbd_2.0.0.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "This package contains keytable files and keyboard utilities" | |||
2 | # everything minus console-fonts is GPLv2+ | 2 | # everything minus console-fonts is GPLv2+ |
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a5fcc36121d93e1f69d96a313078c8b5" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a5fcc36121d93e1f69d96a313078c8b5" |
5 | DEPENDS = "check" | 5 | DEPENDS = "libcheck" |
6 | 6 | ||
7 | inherit autotools gettext ptest | 7 | inherit autotools gettext ptest |
8 | 8 | ||