From a5323e1fc1f734036d29da80aca037576e9d94b9 Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Mon, 12 Oct 2015 16:09:33 +0200 Subject: Build nativesdk-ostree The 'ostree' binary is not available as an installable package on Ubuntu. Instead of requiring users to build it from the source code, lets add a native ostree binary to the toolchain. Change-Id: I50031e0fc72bc0585785634a329d1557876a020b Reviewed-by: Samuli Piippo --- recipes/libgsystem/libgsystem.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/libgsystem') diff --git a/recipes/libgsystem/libgsystem.bb b/recipes/libgsystem/libgsystem.bb index d2d1a0b..f006a39 100644 --- a/recipes/libgsystem/libgsystem.bb +++ b/recipes/libgsystem/libgsystem.bb @@ -39,3 +39,5 @@ do_configure_prepend() { # We get a syntax error since we do not bundle gnome recipes that define this macro. sed -i '/GTK_DOC_CHECK/d' ${S}/configure.ac } + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf