From: Saul Wold Date: Mon, 21 Oct 2013 16:48:56 +0000 (-0700) Subject: kbd: Use libcheck instead of check X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5552611cecdc7899bde1600eae85ef20598ac93;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git kbd: Use libcheck instead of check (From OE-Core rev: 8ed44adc5ad4f54acc985f1f76af554d8ddf1a44) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/kbd/kbd_2.0.0.bb b/meta/recipes-core/kbd/kbd_2.0.0.bb index eafa0b0d03f..e66018fc67e 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