summaryrefslogtreecommitdiffstats
path: root/recipes-support
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
parent7643e4da141c10bcb017d7a216512febe08da68a (diff)
downloadmeta-updater-f38fc412321c9cb6c17110d8a8aa6183823b0122.tar.gz
Changes for morty branch (sync with AGL's meta-sota)
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/libgsystem/libgsystem_git.bb8
-rw-r--r--recipes-support/lshw/lshw_02.16.bb4
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
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
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
19SRC_URI="http://ezix.org/software/files/lshw-B.${PV}.tar.gz \ 19SRC_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 "
23SRC_URI[md5sum] = "67479167add605e8f001097c30e96d0d" 23SRC_URI[md5sum] = "67479167add605e8f001097c30e96d0d"
24SRC_URI[sha256sum] = "809882429555b93259785cc261dbff04c16c93d064db5f445a51945bc47157cb" 24SRC_URI[sha256sum] = "809882429555b93259785cc261dbff04c16c93d064db5f445a51945bc47157cb"
25 25