From: Saul Wold Date: Mon, 21 Oct 2013 17:45:53 +0000 (-0700) Subject: libcheck: Add native support for kbd-native X-Git-Tag: 2015-4~4831 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a927a6c21770dd4c265cc4960e545edd9d3262cf;p=openembedded-core.git libcheck: Add native support for kbd-native Signed-off-by: Saul Wold --- 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"