mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9ff572a285
commit
d5552611ce
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user