diff options
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 | ||