From f38fc412321c9cb6c17110d8a8aa6183823b0122 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Thu, 23 Feb 2017 15:14:03 +0100 Subject: Changes for morty branch (sync with AGL's meta-sota) --- recipes-sota/ostree/ostree_git.bb | 14 ++++++++------ recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | 1 - 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'recipes-sota') diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index 67b5047..5775dfa 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb @@ -8,13 +8,13 @@ INHERIT_remove_class-native = "systemd" SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" -SRCREV="37c07d2f1c90b12bcfba85a7d900f81a7c362eb4" +SRCREV="6517a8a27a1386e7cb5482e7cb2919fe92721ccf" S = "${WORKDIR}/git" BBCLASSEXTEND = "native" -DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs" +DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs gtk-doc-native" DEPENDS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" DEPENDS_remove_class-native = "systemd-native" @@ -27,12 +27,12 @@ EXTRA_OEMAKE = "CFLAGS='-g'" EXTRA_OECONF_append_class-native = " --enable-wrpseudo-compat" SYSTEMD_REQUIRED = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}" -SYSTEMD_REQUIRED_class-native = "false" +SYSTEMD_REQUIRED_class-native = "" SYSTEMD_SERVICE_${PN} = "ostree-prepare-root.service ostree-remount.service" SYSTEMD_SERVICE_${PN}_class-native = "" -PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" +PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" PACKAGECONFIG_class-native = "" PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/ --with-dracut" @@ -42,7 +42,8 @@ export STAGING_INCDIR export STAGING_LIBDIR do_configure() { - NOCONFIGURE=true ./autogen.sh + unset docdir + NOCONFIGURE=1 ./autogen.sh oe_runconf } @@ -54,7 +55,8 @@ do_compile_prepend() { export SYSTEMD_REQUIRED do_install_append() { - if [ "$SYSTEMD_REQUIRED" == "true" ]; then + if [ -n $SYSTEMD_REQUIRED ]; then + install -p -D ${S}/src/boot/ostree-prepare-root.service ${D}${systemd_unitdir}/system/ostree-prepare-root.service install -p -D ${S}/src/boot/ostree-remount.service ${D}${systemd_unitdir}/system/ostree-remount.service fi } diff --git a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb index 15aa7a4..459cf6b 100644 --- a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb +++ b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb @@ -95,7 +95,6 @@ crate://crates.io/winapi/0.2.8 \ crate://crates.io/ws/0.5.3 \ crate://crates.io/ws2_32-sys/0.2.1 \ git://github.com/advancedtelematic/rvi_sota_client \ -crate-index://crates.io/213b1a455d9270888c03a42c8d29975369102caa \ " SRC_URI[index.md5sum] = "79f10f436dbf26737cc80445746f16b4" SRC_URI[index.sha256sum] = "86114b93f1f51aaf0aec3af0751d214b351f4ff9839ba031315c1b19dcbb1913" -- cgit v1.2.3-54-g00ecf