* [PATCH 0/3] Add missing build dependencies
@ 2016-04-21 12:50 Jussi Kukkonen
2016-04-21 12:50 ` [PATCH 1/3] gobject-introspection: Depend on native flex and bison Jussi Kukkonen
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Jussi Kukkonen @ 2016-04-21 12:50 UTC (permalink / raw)
To: openembedded-core
I found some build issues by running a
build/cleansstate/wipe-sysroot/re-build cycle on individual recipes.
cheers
Jussi
The following changes since commit 6c1c01392d91f512e2949ad1d57a75a8077478ba:
build-appliance-image: Update to krogoth head revision (2016-04-19 21:26:33 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib jku/build-fixes
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/build-fixes
Jussi Kukkonen (3):
gobject-introspection: Depend on native flex and bison
connman-gnome: Depend on dbus-glib-native
matchbox-panel-2: Depend on dbus-glib-native
meta/recipes-connectivity/connman/connman-gnome_0.7.bb | 2 +-
.../recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb | 2 +-
meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
2.1.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/3] gobject-introspection: Depend on native flex and bison
2016-04-21 12:50 [PATCH 0/3] Add missing build dependencies Jussi Kukkonen
@ 2016-04-21 12:50 ` Jussi Kukkonen
2016-04-21 12:50 ` [PATCH 2/3] connman-gnome: Depend on dbus-glib-native Jussi Kukkonen
2016-04-21 12:50 ` [PATCH 3/3] matchbox-panel-2: " Jussi Kukkonen
2 siblings, 0 replies; 4+ messages in thread
From: Jussi Kukkonen @ 2016-04-21 12:50 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
.../recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb
index 9b16147..aaca818 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb
@@ -29,7 +29,7 @@ export STAGING_LIBDIR
export STAGING_DIR_HOST
export B
-DEPENDS_append = " libffi zlib glib-2.0 python"
+DEPENDS_append = " libffi zlib glib-2.0 python flex-native bison-native"
# target build needs qemu to run temporary introspection binaries created
# on the fly by g-ir-scanner and a native version of itself to run
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] connman-gnome: Depend on dbus-glib-native
2016-04-21 12:50 [PATCH 0/3] Add missing build dependencies Jussi Kukkonen
2016-04-21 12:50 ` [PATCH 1/3] gobject-introspection: Depend on native flex and bison Jussi Kukkonen
@ 2016-04-21 12:50 ` Jussi Kukkonen
2016-04-21 12:50 ` [PATCH 3/3] matchbox-panel-2: " Jussi Kukkonen
2 siblings, 0 replies; 4+ messages in thread
From: Jussi Kukkonen @ 2016-04-21 12:50 UTC (permalink / raw)
To: openembedded-core
This is required for dbus-binding-tool.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-connectivity/connman/connman-gnome_0.7.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
index 7b875f0..3521c7f 100644
--- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
+++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
file://properties/main.c;beginline=1;endline=20;md5=50c77c81871308b033ab7a1504626afb \
file://common/connman-dbus.c;beginline=1;endline=20;md5=de6b485c0e717a0236402d220187717a"
-DEPENDS = "gtk+ dbus-glib intltool-native gettext-native"
+DEPENDS = "gtk+ dbus-glib dbus-glib-native intltool-native gettext-native"
# 0.7 tag
SRCREV = "cf3c325b23dae843c5499a113591cfbc98acb143"
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] matchbox-panel-2: Depend on dbus-glib-native
2016-04-21 12:50 [PATCH 0/3] Add missing build dependencies Jussi Kukkonen
2016-04-21 12:50 ` [PATCH 1/3] gobject-introspection: Depend on native flex and bison Jussi Kukkonen
2016-04-21 12:50 ` [PATCH 2/3] connman-gnome: Depend on dbus-glib-native Jussi Kukkonen
@ 2016-04-21 12:50 ` Jussi Kukkonen
2 siblings, 0 replies; 4+ messages in thread
From: Jussi Kukkonen @ 2016-04-21 12:50 UTC (permalink / raw)
To: openembedded-core
This is required for dbus-binding-tool.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
index 98c3ae4..ff35b33 100644
--- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
+++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://matchbox-panel/mb-panel.h;endline=10;md5=0b7db28f4b6863fb853d0467e590019a \
file://applets/startup/startup.c;endline=22;md5=b0a64fbef3097d79f8264e6907a98f03"
-DEPENDS = "gnome-common gtk+ startup-notification dbus dbus-glib"
+DEPENDS = "gnome-common gtk+ startup-notification dbus dbus-glib dbus-glib-native"
DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}"
DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "apm", "apmd", "",d)}"
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-04-21 12:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21 12:50 [PATCH 0/3] Add missing build dependencies Jussi Kukkonen
2016-04-21 12:50 ` [PATCH 1/3] gobject-introspection: Depend on native flex and bison Jussi Kukkonen
2016-04-21 12:50 ` [PATCH 2/3] connman-gnome: Depend on dbus-glib-native Jussi Kukkonen
2016-04-21 12:50 ` [PATCH 3/3] matchbox-panel-2: " Jussi Kukkonen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox