diff options
Diffstat (limited to 'recipes-sota/ostree/ostree_git.bb')
| -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 | |||
