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:48:49 +0100 |
commit | 8ed44adc5ad4f54acc985f1f76af554d8ddf1a44 (patch) | |
tree | e85023ddf50d158b7a220a44d0677fc2bdb2c107 /meta | |
parent | a927a6c21770dd4c265cc4960e545edd9d3262cf (diff) | |
download | openembedded-core-8ed44adc5ad4f54acc985f1f76af554d8ddf1a44.tar.gz openembedded-core-8ed44adc5ad4f54acc985f1f76af554d8ddf1a44.tar.bz2 openembedded-core-8ed44adc5ad4f54acc985f1f76af554d8ddf1a44.zip |
kbd: Use libcheck instead of check
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-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" # everything minus console-fonts is GPLv2+ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=a5fcc36121d93e1f69d96a313078c8b5" -DEPENDS = "check" +DEPENDS = "libcheck" inherit autotools gettext ptest |