diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-10-11 11:07:03 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-10-12 10:45:00 +0200 |
commit | ed143db2981330d8a578a76584d69ccce313494c (patch) | |
tree | 318c6739352741aeae487fd4e8b872e43807533a /recipes-sota/ostree/ostree_git.bb | |
parent | 7bd3693b986e0a6e59016767ea6f075ba01ab68c (diff) | |
download | meta-updater-ed143db2981330d8a578a76584d69ccce313494c.tar.gz |
Bump OSTree version to v2016.11
Bug-AGL: SPEC-285
Change-Id: Ie76e8bbad1f272cfc0bc34654a708d3ae233dde0
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'recipes-sota/ostree/ostree_git.bb')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index b5675ab..c2aeb2f 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
@@ -8,7 +8,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 | ||
11 | SRCREV="v2016.5" | 11 | SRCREV="v2016.11" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
@@ -20,8 +20,9 @@ DEPENDS_remove_class-native = "systemd-native" | |||
20 | RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz" | 20 | RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz" |
21 | RDEPENDS_${PN}_remove_class-native = "python-native" | 21 | RDEPENDS_${PN}_remove_class-native = "python-native" |
22 | 22 | ||
23 | EXTRA_OECONF = "CFLAGS='-DDISABLE_OTMPFILE' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man" | 23 | EXTRA_OECONF = "CFLAGS='-g' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man" |
24 | EXTRA_OEMAKE = "CFLAGS='-DDISABLE_OTMPFILE'" | 24 | EXTRA_OEMAKE = "CFLAGS='-g'" |
25 | EXTRA_OECONF_append_class-native = " --enable-wrpseudo-compat" | ||
25 | 26 | ||
26 | SYSTEMD_REQUIRED = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}" | 27 | SYSTEMD_REQUIRED = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}" |
27 | SYSTEMD_REQUIRED_class-native = "" | 28 | SYSTEMD_REQUIRED_class-native = "" |
@@ -68,7 +69,7 @@ FILES_${PN} += " \ | |||
68 | 69 | ||
69 | PACKAGES =+ "${PN}-switchroot" | 70 | PACKAGES =+ "${PN}-switchroot" |
70 | 71 | ||
71 | FILES_${PN}-switchroot = "${sbindir}/ostree-prepare-root" | 72 | FILES_${PN}-switchroot = "${libdir}/ostree/ostree-prepare-root" |
72 | RDEPENDS_${PN}-switchroot = "" | 73 | RDEPENDS_${PN}-switchroot = "" |
73 | DEPENDS_remove_class-native = "systemd-native" | 74 | DEPENDS_remove_class-native = "systemd-native" |
74 | 75 | ||