From: Saul Wold Date: Mon, 21 Oct 2013 17:45:53 +0000 (-0700) Subject: libcheck: Add native support for kbd-native X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ff572a285ae2273778fb8553f545ba6e0e4feea;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libcheck: Add native support for kbd-native (From OE-Core rev: a927a6c21770dd4c265cc4960e545edd9d3262cf) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libcheck/libcheck_0.9.10.bb b/meta/recipes-support/libcheck/libcheck_0.9.10.bb index a22271ab26e..2cadf673b98 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"