diff options
Diffstat (limited to 'recipes-support')
-rw-r--r-- | recipes-support/libgsystem/libgsystem_git.bb | 8 | ||||
-rw-r--r-- | recipes-support/lshw/lshw_02.16.bb | 4 |
2 files changed, 7 insertions, 5 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 | ||
diff --git a/recipes-support/lshw/lshw_02.16.bb b/recipes-support/lshw/lshw_02.16.bb index 0b057bd..53b0d65 100644 --- a/recipes-support/lshw/lshw_02.16.bb +++ b/recipes-support/lshw/lshw_02.16.bb | |||
@@ -18,8 +18,8 @@ PR="r1" | |||
18 | 18 | ||
19 | SRC_URI="http://ezix.org/software/files/lshw-B.${PV}.tar.gz \ | 19 | SRC_URI="http://ezix.org/software/files/lshw-B.${PV}.tar.gz \ |
20 | file://cross-compile.patch \ | 20 | file://cross-compile.patch \ |
21 | file://ldflags.patch" | 21 | file://ldflags.patch \ |
22 | 22 | " | |
23 | SRC_URI[md5sum] = "67479167add605e8f001097c30e96d0d" | 23 | SRC_URI[md5sum] = "67479167add605e8f001097c30e96d0d" |
24 | SRC_URI[sha256sum] = "809882429555b93259785cc261dbff04c16c93d064db5f445a51945bc47157cb" | 24 | SRC_URI[sha256sum] = "809882429555b93259785cc261dbff04c16c93d064db5f445a51945bc47157cb" |
25 | 25 | ||