From 3dddd55417ac8cb89c98c6f717bfb540f1913821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 19 Dec 2015 00:19:17 +0100 Subject: [PATCH] libe-book: extend to native build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-filter/libe-book/libe-book_0.1.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-filter/libe-book/libe-book_0.1.2.bb b/recipes-filter/libe-book/libe-book_0.1.2.bb index 06ad33c..cc9de7f 100644 --- a/recipes-filter/libe-book/libe-book_0.1.2.bb +++ b/recipes-filter/libe-book/libe-book_0.1.2.bb @@ -12,3 +12,5 @@ SRC_URI[sha256sum] = "7f894b1538b71c6cd96c976069c4dadb38b623612f0e35b2f6ee8a2c46 inherit autotools pkgconfig DEPENDS = "icu libxml2 librevenge boost-native" + +BBCLASSEXTEND = "native"