diff options
Diffstat (limited to 'meta-sota/recipes-sota/ostree/ostree_git.bb')
-rw-r--r-- | meta-sota/recipes-sota/ostree/ostree_git.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-sota/recipes-sota/ostree/ostree_git.bb b/meta-sota/recipes-sota/ostree/ostree_git.bb index 6adac5f..b5675ab 100644 --- a/meta-sota/recipes-sota/ostree/ostree_git.bb +++ b/meta-sota/recipes-sota/ostree/ostree_git.bb @@ -7,6 +7,7 @@ inherit autotools-brokensep pkgconfig systemd INHERIT_remove_class-native = "systemd" SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" + SRCREV="v2016.5" S = "${WORKDIR}/git" @@ -65,3 +66,9 @@ FILES_${PN} += " \ ${libdir}/girepository-1.0/OSTree-1.0.typelib \ " +PACKAGES =+ "${PN}-switchroot" + +FILES_${PN}-switchroot = "${sbindir}/ostree-prepare-root" +RDEPENDS_${PN}-switchroot = "" +DEPENDS_remove_class-native = "systemd-native" + |