diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-10-21 10:45:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-26 15:59:14 +0100 |
commit | 9ff572a285ae2273778fb8553f545ba6e0e4feea (patch) | |
tree | 738cc051b4324e38e5c099b13960fd3d9a99341d /meta/recipes-support/libcheck | |
parent | 0816c57ee3ddfbc7ccfa85c5425001c2db74f2c7 (diff) | |
download | poky-9ff572a285ae2273778fb8553f545ba6e0e4feea.tar.gz |
libcheck: Add native support for kbd-native
(From OE-Core rev: a927a6c21770dd4c265cc4960e545edd9d3262cf)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libcheck')
-rw-r--r-- | meta/recipes-support/libcheck/libcheck_0.9.10.bb | 3 |
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" | |||
20 | 20 | ||
21 | RREPLACES_${PN} = "check (<= 0.9.5)" | 21 | RREPLACES_${PN} = "check (<= 0.9.5)" |
22 | RDEPENDS_${PN} += "gawk" | 22 | RDEPENDS_${PN} += "gawk" |
23 | RDEPENDS_${PN}_class-native = "" | ||
24 | |||
25 | BBCLASSEXTEND = "native" | ||