summaryrefslogtreecommitdiffstats
path: root/recipes-sota/ostree
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2016-10-04 14:42:42 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2016-10-04 14:42:42 +0200
commit7bd3693b986e0a6e59016767ea6f075ba01ab68c (patch)
tree8cf3fc3f8a6a546ca1f734cd56e3d4e8fca58faf /recipes-sota/ostree
parent844ddcf4496edfdb9b682f712ab1ae1cd16f1f97 (diff)
downloadmeta-updater-7bd3693b986e0a6e59016767ea6f075ba01ab68c.tar.gz
Tuned initrd image and pseudo environment to fix bugs with extended
security attributes. Bug-AGL: SPEC-259 Change-Id: I44499ce3f5f1924aecf63689a93d1f20e779225e Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'recipes-sota/ostree')
-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