summaryrefslogtreecommitdiffstats
path: root/recipes-support/libgsystem
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-02-23 15:14:03 +0100
committerAnton Gerasimov <anton@advancedtelematic.com>2017-02-23 15:18:26 +0100
commitf38fc412321c9cb6c17110d8a8aa6183823b0122 (patch)
treeff4a65a54ac2e4ee10a0b93f683be55b115716e6 /recipes-support/libgsystem
parent7643e4da141c10bcb017d7a216512febe08da68a (diff)
downloadmeta-updater-f38fc412321c9cb6c17110d8a8aa6183823b0122.tar.gz
Changes for morty branch (sync with AGL's meta-sota)
Diffstat (limited to 'recipes-support/libgsystem')
-rw-r--r--recipes-support/libgsystem/libgsystem_git.bb8
1 files changed, 5 insertions, 3 deletions
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"
9 9
10inherit autotools-brokensep gobject-introspection 10inherit autotools-brokensep gobject-introspection
11 11
12DEPENDS += "attr glib-2.0 pkgconfig libcap xz" 12DEPENDS += "attr glib-2.0 pkgconfig libcap gtk-doc-native gpgme"
13 13RDEPENDS_${PN} = "xz "
14RDEPENDS_${PN}_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" 14RDEPENDS_${PN}_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}"
15
15RDEPENDS_${PN}_remove_class-native = "systemd-native" 16RDEPENDS_${PN}_remove_class-native = "systemd-native"
16 17
17BBCLASSEXTEND = "native" 18BBCLASSEXTEND = "native"
@@ -20,7 +21,8 @@ export STAGING_INCDIR
20export STAGING_LIBDIR 21export STAGING_LIBDIR
21 22
22do_configure() { 23do_configure() {
23 NOCONFIGURE=true ./autogen.sh 24 #NOCONFIGURE=true ./autogen.sh
25 autoreconf -vfi
24 oe_runconf 26 oe_runconf
25} 27}
26 28