From 5a7b27c47f1cd51b21f17e38a8abce5504d78471 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Thu, 9 Feb 2017 17:41:25 +0100 Subject: Update sota software Update includes: - latest version of OSTree (2017.1) - latest versions of sota-client and sota-tools - fix for lshw recipe under morty Change-Id: Ic65fbf1cb0608143e49dc5d241b7d84940126e26 Signed-off-by: Anton Gerasimov --- meta-sota/recipes-sota/ostree/ostree_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-sota/recipes-sota/ostree') diff --git a/meta-sota/recipes-sota/ostree/ostree_git.bb b/meta-sota/recipes-sota/ostree/ostree_git.bb index c48e398..dcd15e1 100644 --- a/meta-sota/recipes-sota/ostree/ostree_git.bb +++ b/meta-sota/recipes-sota/ostree/ostree_git.bb @@ -8,7 +8,7 @@ INHERIT_remove_class-native = "systemd" SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" -SRCREV="37c07d2f1c90b12bcfba85a7d900f81a7c362eb4" +SRCREV="6517a8a27a1386e7cb5482e7cb2919fe92721ccf" S = "${WORKDIR}/git" @@ -41,7 +41,7 @@ export STAGING_LIBDIR do_configure() { unset docdir - NOCONFIGURE=true ./autogen.sh + NOCONFIGURE=1 ./autogen.sh oe_runconf } -- cgit 1.2.3-korg