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-support/libgsystem/libgsystem_git.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'recipes-support/libgsystem') diff --git a/recipes-support/libgsystem/libgsystem_git.bb b/recipes-support/libgsystem/libgsystem_git.bb index 048c44b..e2b362f 100644 --- a/recipes-support/libgsystem/libgsystem_git.bb +++ b/recipes-support/libgsystem/libgsystem_git.bb @@ -9,9 +9,10 @@ S = "${WORKDIR}/git" inherit autotools-brokensep gobject-introspection -DEPENDS += "attr glib-2.0 pkgconfig libcap xz" - +DEPENDS += "attr glib-2.0 pkgconfig libcap gtk-doc-native gpgme" +RDEPENDS_${PN} = "xz " RDEPENDS_${PN}_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" + RDEPENDS_${PN}_remove_class-native = "systemd-native" BBCLASSEXTEND = "native" @@ -20,7 +21,8 @@ export STAGING_INCDIR export STAGING_LIBDIR do_configure() { - NOCONFIGURE=true ./autogen.sh + #NOCONFIGURE=true ./autogen.sh + autoreconf -vfi oe_runconf } -- cgit v1.2.3-54-g00ecf