summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcheck
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-10-21 10:45:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-26 15:48:49 +0100
commita927a6c21770dd4c265cc4960e545edd9d3262cf (patch)
treec672fe41e31042c183b1e25fd301cdf4d5832441 /meta/recipes-support/libcheck
parent8f29346a755d0a7690be9374cce6c88076541a3f (diff)
downloadopenembedded-core-a927a6c21770dd4c265cc4960e545edd9d3262cf.tar.gz
libcheck: Add native support for kbd-native
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libcheck')
-rw-r--r--meta/recipes-support/libcheck/libcheck_0.9.10.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/libcheck/libcheck_0.9.10.bb b/meta/recipes-support/libcheck/libcheck_0.9.10.bb
index a22271ab26..2cadf673b9 100644
--- a/meta/recipes-support/libcheck/libcheck_0.9.10.bb
+++ b/meta/recipes-support/libcheck/libcheck_0.9.10.bb
@@ -20,3 +20,6 @@ CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk"
RREPLACES_${PN} = "check (<= 0.9.5)"
RDEPENDS_${PN} += "gawk"
+RDEPENDS_${PN}_class-native = ""
+
+BBCLASSEXTEND = "native"