diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-10-04 14:42:42 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-10-04 14:42:42 +0200 |
commit | 7bd3693b986e0a6e59016767ea6f075ba01ab68c (patch) | |
tree | 8cf3fc3f8a6a546ca1f734cd56e3d4e8fca58faf /recipes-sota/ostree | |
parent | 844ddcf4496edfdb9b682f712ab1ae1cd16f1f97 (diff) | |
download | meta-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.bb | 7 |
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 | |||
7 | INHERIT_remove_class-native = "systemd" | 7 | INHERIT_remove_class-native = "systemd" |
8 | 8 | ||
9 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" | 9 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" |
10 | |||
10 | SRCREV="v2016.5" | 11 | SRCREV="v2016.5" |
11 | 12 | ||
12 | S = "${WORKDIR}/git" | 13 | S = "${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 | ||
69 | PACKAGES =+ "${PN}-switchroot" | ||
70 | |||
71 | FILES_${PN}-switchroot = "${sbindir}/ostree-prepare-root" | ||
72 | RDEPENDS_${PN}-switchroot = "" | ||
73 | DEPENDS_remove_class-native = "systemd-native" | ||
74 | |||