[oe-commits] Saul Wold : libcheck: Add native support for kbd-native

git at git.openembedded.org git at git.openembedded.org
Sun Oct 27 11:27:43 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: a927a6c21770dd4c265cc4960e545edd9d3262cf
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a927a6c21770dd4c265cc4960e545edd9d3262cf

Author: Saul Wold <sgw at linux.intel.com>
Date:   Mon Oct 21 10:45:53 2013 -0700

libcheck: Add native support for kbd-native

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 a22271a..2cadf67 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"



More information about the Openembedded-commits mailing list