[oe-commits] Saul Wold : kbd: Use libcheck instead of check

git at git.openembedded.org git at git.openembedded.org
Sun Oct 27 11:27:43 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 8ed44adc5ad4f54acc985f1f76af554d8ddf1a44
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8ed44adc5ad4f54acc985f1f76af554d8ddf1a44

Author: Saul Wold <sgw at linux.intel.com>
Date:   Mon Oct 21 09:48:56 2013 -0700

kbd: Use libcheck instead of check

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 eafa0b0..e66018f 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
 



More information about the Openembedded-commits mailing list