diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-02-23 15:14:03 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-02-23 15:18:26 +0100 |
commit | f38fc412321c9cb6c17110d8a8aa6183823b0122 (patch) | |
tree | ff4a65a54ac2e4ee10a0b93f683be55b115716e6 /recipes-support/libgsystem | |
parent | 7643e4da141c10bcb017d7a216512febe08da68a (diff) | |
download | meta-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.bb | 8 |
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 | ||
10 | inherit autotools-brokensep gobject-introspection | 10 | inherit autotools-brokensep gobject-introspection |
11 | 11 | ||
12 | DEPENDS += "attr glib-2.0 pkgconfig libcap xz" | 12 | DEPENDS += "attr glib-2.0 pkgconfig libcap gtk-doc-native gpgme" |
13 | 13 | RDEPENDS_${PN} = "xz " | |
14 | RDEPENDS_${PN}_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" | 14 | RDEPENDS_${PN}_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" |
15 | |||
15 | RDEPENDS_${PN}_remove_class-native = "systemd-native" | 16 | RDEPENDS_${PN}_remove_class-native = "systemd-native" |
16 | 17 | ||
17 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |
@@ -20,7 +21,8 @@ export STAGING_INCDIR | |||
20 | export STAGING_LIBDIR | 21 | export STAGING_LIBDIR |
21 | 22 | ||
22 | do_configure() { | 23 | do_configure() { |
23 | NOCONFIGURE=true ./autogen.sh | 24 | #NOCONFIGURE=true ./autogen.sh |
25 | autoreconf -vfi | ||
24 | oe_runconf | 26 | oe_runconf |
25 | } | 27 | } |
26 | 28 | ||