summaryrefslogtreecommitdiffstats
path: root/recipes-sota/ostree/ostree_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-sota/ostree/ostree_git.bb')
-rw-r--r--recipes-sota/ostree/ostree_git.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb
index 6adac5f..b5675ab 100644
--- a/recipes-sota/ostree/ostree_git.bb
+++ b/recipes-sota/ostree/ostree_git.bb
@@ -7,6 +7,7 @@ inherit autotools-brokensep pkgconfig systemd
7INHERIT_remove_class-native = "systemd" 7INHERIT_remove_class-native = "systemd"
8 8
9SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" 9SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master"
10
10SRCREV="v2016.5" 11SRCREV="v2016.5"
11 12
12S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
@@ -65,3 +66,9 @@ FILES_${PN} += " \
65 ${libdir}/girepository-1.0/OSTree-1.0.typelib \ 66 ${libdir}/girepository-1.0/OSTree-1.0.typelib \
66" 67"
67 68
69PACKAGES =+ "${PN}-switchroot"
70
71FILES_${PN}-switchroot = "${sbindir}/ostree-prepare-root"
72RDEPENDS_${PN}-switchroot = ""
73DEPENDS_remove_class-native = "systemd-native"
74