summaryrefslogtreecommitdiffstats
path: root/meta-sota/recipes-sota/ostree/ostree_git.bb
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-02-09 17:41:25 +0100
committerAnton Gerasimov <anton@advancedtelematic.com>2017-02-09 17:41:25 +0100
commit5a7b27c47f1cd51b21f17e38a8abce5504d78471 (patch)
treef028f42918195f8221bd193f875ca595d6b272a8 /meta-sota/recipes-sota/ostree/ostree_git.bb
parent9153078094ced14ad313fdafde302ba385d9a6b6 (diff)
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 <anton@advancedtelematic.com>
Diffstat (limited to 'meta-sota/recipes-sota/ostree/ostree_git.bb')
-rw-r--r--meta-sota/recipes-sota/ostree/ostree_git.bb4
1 files changed, 2 insertions, 2 deletions
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
}