From 7c4cca35ca9c5541bea61cdb376f4f2601824b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 21 Dec 2015 00:22:58 +0100 Subject: [PATCH] libcmis: add native build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/libcmis/libcmis_0.5.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-support/libcmis/libcmis_0.5.0.bb b/recipes-support/libcmis/libcmis_0.5.0.bb index 0dfd76c..ef39745 100644 --- a/recipes-support/libcmis/libcmis_0.5.0.bb +++ b/recipes-support/libcmis/libcmis_0.5.0.bb @@ -21,3 +21,5 @@ DEPENDS = "curl libxml2 cppunit boost" EXTRA_OECONF = " \ --without-man \ " + +BBCLASSEXTEND = "native"