[oe] [meta-networking][morty][PATCH 3/3] libtalloc: fix SRC_URI to use https instead of http

2017-02-20 Thread chong . yi . chai
From: "Chai, Chong Yi" Fetching using http from samba.org is no longer working and changing to https would fix the issue. Signed-off-by: Chai, Chong Yi Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald

[oe] [meta-networking][morty][PATCH 2/3] libtevent: fix SRC_URI - http has gone

2017-02-20 Thread chong . yi . chai
From: Andreas Müller Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald (cherry picked from commit 3a3e443864d67931abbb3798e116e63367af1a87)

[oe] [meta-networking][morty][PATCH 0/3] backport patch to fix SRC_URI issue on samba.org

2017-02-20 Thread chong . yi . chai
From: "Chai, Chong Yi" Backport 3 patches from master branch to morty branch for fixing fetch issue on samba.org. Replacing http with https to solve this issue. Andreas Müller (2): libtdb: fix SRC_URI - http has gone libtevent: fix SRC_URI - http has gone Chai,

[oe] [meta-networking][morty][PATCH 1/3] libtdb: fix SRC_URI - http has gone

2017-02-20 Thread chong . yi . chai
From: Andreas Müller Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald (cherry picked from commit 7131b825b6973e703c24101dec4628b1765723b6)

[oe] [PATCH 5/6] a2jmidid: add pkgconfig to inherit and unblacklist

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-multimedia/jack/a2jmidid_8.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-oe/recipes-multimedia/jack/a2jmidid_8.bb b/meta-oe/recipes-multimedia/jack/a2jmidid_8.bb index

[oe] [PATCH 6/6] gimp: add libxslt-native to DEPENDS and unblacklist

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb index 428cc27..070fab8

[oe] [PATCH 4/6] onboard: add necessary native recipes to DEPENDS and unblacklist

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-support/onboard/onboard_1.3.0.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb b/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb

[oe] [PATCH 2/6] geany-plugins: unblacklist - geany is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb index

[oe] [PATCH 3/6] gparted: add glib-2.0-native to DEPENDS and unblacklist

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-extended/gparted/gparted_0.27.0.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-gnome/recipes-extended/gparted/gparted_0.27.0.bb

[oe] [PATCH 1/6] geany: add intltool-native to DEPENDS and unblacklist

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-devtools/geany/geany_1.29.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/geany/geany_1.29.bb b/meta-oe/recipes-devtools/geany/geany_1.29.bb index a2c6787..745c3ac

Re: [oe] [PATCH 08/44] mpd: rework DEPENDS and unblacklist

2017-02-20 Thread Andreas Müller
On Mon, Feb 20, 2017 at 7:06 PM, Andreas Müller wrote: > To be honest: Have no idea why it failed detecting icu-i18n > > Signed-off-by: Andreas Müller ... > +inherit autotools useradd systemd ^ I bet it still fails. Guess pkgconfig is

[oe] List reply reverted to default setting

2017-02-20 Thread Michael Halstead
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello subscribers, This list is now set back to the default of replying to the poster instead of the list. This is the configuration used on all of the other OE lists. Please use your mail client's reply all feature in order to reply to the list.

[oe] [PATCH] gthumb: fix implict dependency on gconf causing configure fail

2017-02-20 Thread Paul Gortmaker
Currently we see: | checking for gconftool-2... no | configure: error: gconftool-2 executable not found in your path - should be installed with GConf | ERROR: Function failed: do_configure (log file is located at gthumb/2.12.4-r4/temp/log.do_configure.5243) ERROR: Task

[oe] [PATCH] florence: add explicit dependency on gconf-native to fix install error

2017-02-20 Thread Paul Gortmaker
We currently see: | /bin/bash: gconftool-2: command not found | Makefile:841: recipe for target 'install-data-local' failed | make[3]: *** [install-data-local] Error 127 Presumably this now happens more regularly with demise of the shared sysroot. Adding gconf-native to the dependency

[oe] [meta-oe][PATCH] nodejs: update to version 4.7.3

2017-02-20 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-oe/recipes-devtools/nodejs/{nodejs_4.7.2.bb => nodejs_4.7.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs_4.7.2.bb => nodejs_4.7.3.bb} (96%) diff --git

[oe] [meta-oe][PATCH] python-simplejson: update to version 3.10.0

2017-02-20 Thread Derek Straka
Signed-off-by: Derek Straka --- .../{python-simplejson_3.8.2.bb => python-simplejson_3.10.0.bb}| 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta-oe/recipes-devtools/python/{python-simplejson_3.8.2.bb => python-simplejson_3.10.0.bb} (64%) diff

[oe] [PATCH] farsight: fix implicit pkgconfig dependency causing configure fail

2017-02-20 Thread Paul Gortmaker
In the config log we see: configure:12277: checking whether to build static libraries configure:12281: result: yes configure:12419: checking for x86_64-overc-linux-pkg-config configure:12452: result: no configure:12462: checking for pkg-config configure:12495: result: no

[oe] [PATCH 44/44] packagegroup-xfce-extended: unblacklist - all dependencies are back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | 6 -- 1 file changed, 6 deletions(-) diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb

[oe] [PATCH 39/44] gst-plugins-ugly: unblacklist - gstreamer is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-multimedia/gstreamer-0.10/gst-plugins-ugly_0.10.19.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-ugly_0.10.19.bb

[oe] [PATCH 43/44] packagegroup-xfce-multimedia: unblacklist - dependencies are back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../packagegroups/packagegroup-xfce-multimedia.bb | 6 -- 1 file changed, 6 deletions(-) diff --git a/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb

[oe] [PATCH 41/44] gst-meta-base: unblacklist - all dependencies are back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-meta-base_0.10.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-meta-base_0.10.bb

[oe] [PATCH 40/44] gst-rtsp: unblacklist - gstreamer is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp_0.10.8.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp_0.10.8.bb

[oe] [PATCH 42/44] xfce4-mixer: unblacklist - gst-plugins-base is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb index

[oe] [PATCH 38/44] gst-plugins-good: unblacklist - gstreamer is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb

[oe] [PATCH 32/44] gst-fluendo-mp3: unblacklist - gstreamer is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-multimedia/gstreamer-0.10/gst-fluendo-mp3_0.10.31.bb| 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-fluendo-mp3_0.10.31.bb

[oe] [PATCH 34/44] gst-openmax: unblacklist - gstreamer is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-openmax_0.10.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-openmax_0.10.1.bb

[oe] [PATCH 35/44] gst-plugins-bad: unblacklist - gstreamer is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb| 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb

[oe] [PATCH 36/44] gst-plugins-base: unblacklist gstreamer is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb

[oe] [PATCH 37/44] gst-plugins-gl: unblacklist - gstreamer is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-multimedia/gstreamer-0.10/gst-plugins-gl_0.10.3.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-gl_0.10.3.bb

[oe] [PATCH 33/44] gst-fluendo-mpegdemux: unblacklist - gstreamer is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-multimedia/gstreamer-0.10/gst-fluendo-mpegdemux_0.10.85.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-fluendo-mpegdemux_0.10.85.bb

[oe] [PATCH 29/44] gedit: unblacklist - gtksourceview2 is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb b/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb index 8151e2f..03d7fa4 100644 ---

[oe] [PATCH 31/44] libqmi: unblacklist - libmbim is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-connectivity/libqmi/libqmi_1.16.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.16.0.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.16.0.bb index

[oe] [PATCH 25/44] gtksourceview2: add glib-2.0-native to DEPENDS and unblacklist

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb

[oe] [PATCH 30/44] xdg-user-dirs: fix build by disabling building of man pages and unblacklist

2017-02-20 Thread Andreas Müller
Have tried adding several native dependenciesbut gut no successful build. Signed-off-by: Andreas Müller --- ...disable-man-generation-disable-documentat.patch | 31 ++ .../xdg-user-dirs/xdg-user-dirs_0.15.bb| 5 ++-- 2 files

[oe] [PATCH 28/44] modemmanager: unblacklist - libmbim is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-connectivity/modemmanager/modemmanager_1.6.4.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.6.4.bb

[oe] [PATCH 27/44] libmbim: add glib-2.0-native to DEPENDS and unblacklist

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-connectivity/libmbim/libmbim_1.14.0.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.14.0.bb

[oe] [PATCH 22/44] xfce4-verve-plugin: add dbus-glib-native to DEPENDS and unblacklist

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_1.1.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_1.1.0.bb

[oe] [PATCH 26/44] mousepad: unblacklist - gtksourceview2 is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb index f0cb7f0..4ca21a6

[oe] [PATCH 21/44] xfce4-whiskermenu-plugin: update 2.0.3 -> 2.1.0

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...-whiskermenu-plugin_2.0.3.bb => xfce4-whiskermenu-plugin_2.1.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_2.0.3.bb =>

[oe] [PATCH 24/44] xfce4-sensors-plugin: unblacklist - lmsensors is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb

[oe] [PATCH 20/44] xfce4-whiskermenu-plugin: unblacklist - menulibre should be back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.0.3.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.0.3.bb

[oe] [PATCH 23/44] lmsensors: fix fetch and unblacklist

2017-02-20 Thread Andreas Müller
Error was not caused by RSS but upstream package path renaming without version bump - tse tse... Signed-off-by: Andreas Müller --- meta-oe/recipes-support/lm_sensors/lmsensors_3.4.0.bb | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git

[oe] [PATCH 17/44] ristretto: unblacklist - dependencies are back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-apps/ristretto/ristretto_0.8.1.bb | 6 -- 1 file changed, 6 deletions(-) diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.8.1.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.8.1.bb index

[oe] [PATCH 19/44] menulibre: add intltool-native to DEPENDS and unblacklist

2017-02-20 Thread Andreas Müller
I cannot reproduce buzild error so this is just guesswork... Signed-off-by: Andreas Müller --- meta-xfce/recipes-apps/menulibre/menulibre_2.1.3.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[oe] [PATCH 13/44] xfce4-mpc-plugin: unblacklist - all dependencies are back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.0.bb | 6 -- 1 file changed, 6 deletions(-) diff --git a/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.0.bb

[oe] [PATCH 18/44] ristretto: update 0.8.1 -> 0.8.2

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../ristretto/{ristretto_0.8.1.bb => ristretto_0.8.2.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-xfce/recipes-apps/ristretto/{ristretto_0.8.1.bb => ristretto_0.8.2.bb} (70%) diff --git

[oe] [PATCH 14/44] libgxim: add glib-2.0 to DEPENDS and unblacklist

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb b/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb index

[oe] [PATCH 16/44] tumbler: add dbus-glib-native to DEPENDS and unblacklist

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb index

[oe] [PATCH 12/44] xfmpc: unblacklist - all dependencies are back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb | 6 -- 1 file changed, 6 deletions(-) diff --git a/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb b/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb index 19166f5..3d902a1

[oe] [PATCH 15/44] imsettings: fix build and unblacklist

2017-02-20 Thread Andreas Müller
* libgxim is back * inheriting gobject-introspection fixes: | <...>/imsettings/1.7.1-r0/recipe-sysroot/usr/bin/g-ir-scanner-wrapper: line 5: g-ir-scanner: command not found Signed-off-by: Andreas Müller ---

[oe] [PATCH 10/44] libgnomeui: unblacklist - libgnome is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb index

[oe] [PATCH 11/44] glade3: unblacklist - libbonoboui and libgnomeui are back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-devtools/glade/glade3_3.8.5.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb b/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb index 67585ad..fd65536 100644 ---

[oe] [PATCH 09/44] mpd: update 0.19.21 -> 0.20.4

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-multimedia/musicpd/{mpd_0.19.21.bb => mpd_0.20.4.bb} | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta-multimedia/recipes-multimedia/musicpd/{mpd_0.19.21.bb => mpd_0.20.4.bb} (92%) diff --git

[oe] [PATCH 08/44] mpd: rework DEPENDS and unblacklist

2017-02-20 Thread Andreas Müller
To be honest: Have no idea why it failed detecting icu-i18n Signed-off-by: Andreas Müller --- .../recipes-multimedia/musicpd/mpd_0.19.21.bb | 40 +++--- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git

[oe] [PATCH 07/44] libbonoboui: unblacklist - libgnome and libbonobo are back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb index

[oe] [PATCH 06/44] libgnome: unblacklist gnome-vfs is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb b/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb index

[oe] [PATCH 03/44] libidl: unblacklist - libidl-native is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb b/meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb index 6a3ac55..86dfcf2 100644

[oe] [PATCH 04/44] orbit2: unblacklist - libidl-native is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb index 414bcf1..f9af2ee

[oe] [PATCH 02/44] libidl-native: add flex-native to DEPENDS

2017-02-20 Thread Andreas Müller
* could not reproduce the error mentioned - flex is installed on my build machine * For tests Trevor Woerner's 'Revert "flex: upgrade to 2.6.2"' was in my oe-core Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb | 4 +---

[oe] [PATCH 05/44] libbonobo: unblacklist orbit2 is back

2017-02-20 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb b/meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb index

[oe] [PATCH 01/44] pavucontrol: add pulseaudio-server to RDEPENDS

2017-02-20 Thread Andreas Müller
pavucontrol does not work without pulseaudio-server Signed-off-by: Andreas Müller --- meta-oe/recipes-multimedia/pulseaudio/pavucontrol_3.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_3.0.bb

[oe] [PATCH 00/44] last weekend's unblacklist

2017-02-20 Thread Andreas Müller
Some notes: * Series is was build-tested with master-next without 'Samba: use built-in libtevent' * I know there was a patch fixing gstreamer-plugins - but this was removed from master-next and there was only one patch touching many recipes. This is not the best idea under fragile

[oe] [meta-oe][PATCHv2] ninja: update version to 1.7.2

2017-02-20 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-oe/recipes-devtools/ninja/{ninja_1.7.1.bb => ninja_1.7.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ninja/{ninja_1.7.1.bb => ninja_1.7.2.bb} (91%) diff --git

[oe] [meta-oe][PATCH] ninja: update version to 1.7.2

2017-02-20 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-oe/recipes-devtools/ninja/{ninja_1.7.1.bb => ninja_1.7.2.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-oe/recipes-devtools/ninja/{ninja_1.7.1.bb => ninja_1.7.2.bb} (100%) diff --git

[oe] [meta-clang] target triple issue

2017-02-20 Thread Jack Mitchell
I'm trying to install clang to my aarch64 target and receiving this error when attempting to compile test.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() { ^ error: unable to create target: 'No available targets are compatible with this triple.' 1 warning

Re: [oe] [meta-networking][PATCH v2] Samba: use built-in libtevent

2017-02-20 Thread Szombathelyi György
Hi, If theres no solution to resolve the conflict between the internal tevent and the external one, then maybe putting the libtevent-internal.h from the external lib to the samba tree would be a way to go. Br, György Eredeti levél Feladó: Andreas Müller

Re: [oe] [meta-browser][PATCH] chromium-wayland: fix compilation problem on non-X11 builds

2017-02-20 Thread Jacobo Aragunde Pérez
Hi Martin, On 15/02/17 19:39, Martin Jansa wrote: > It still fails for qemux86 as reported in: > http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111221.html > > can someone please look into it? Let me take a look along this week. Thanks for the heads-up. Best, --

Re: [oe] [meta-networking][PATCH v2] Samba: use built-in libtevent

2017-02-20 Thread Martin Jansa
On Mon, Feb 20, 2017 at 01:51:49PM +0100, Andreas Müller wrote: > > In last build I've noticed only this new issue related to samba: > > > > ctdb-2.5.6: ctdb rdepends on samba, but it isn't a build dependency, > > missing samba in DEPENDS or PACKAGECONFIG? [build-deps] > > > > Maybe this

Re: [oe] [meta-networking][PATCH v2] Samba: use built-in libtevent

2017-02-20 Thread Andreas Müller
> In last build I've noticed only this new issue related to samba: > > ctdb-2.5.6: ctdb rdepends on samba, but it isn't a build dependency, missing > samba in DEPENDS or PACKAGECONFIG? [build-deps] > > Maybe this dependency was created from samba being libldb provider in > this build. > > gvfs

Re: [oe] "Can't install krb5-dev-1.13.6-r0@ppc7400: no package provides krb5 = 1.13.6-r0"

2017-02-20 Thread Robert P. J. Day
On Mon, 20 Feb 2017, Martin Jansa wrote: > On Mon, Feb 20, 2017 at 07:10:56AM -0500, Robert P. J. Day wrote: > > a simple solution was to add the line: > > > > ALLOW_EMPTY_krb5 = "1" > > > > to my local.conf. is that really the proper fix? > > Removing the runtime dependency on krb5 from

Re: [oe] "Can't install krb5-dev-1.13.6-r0@ppc7400: no package provides krb5 = 1.13.6-r0"

2017-02-20 Thread Martin Jansa
On Mon, Feb 20, 2017 at 07:10:56AM -0500, Robert P. J. Day wrote: > On Mon, 20 Feb 2017, Robert P. J. Day wrote: > > > ok, i hope this issue is not trivially simple. i'm building > > core-image-minimal for qemuppc, and tossing in a bunch of other > > recipes, everything builds until: > > > >

Re: [oe] [meta-networking][PATCH v2] Samba: use built-in libtevent

2017-02-20 Thread Martin Jansa
On Mon, Feb 20, 2017 at 01:04:58PM +0100, Andreas Müller wrote: > On Sat, Feb 11, 2017 at 3:17 PM, Gyorgy Szombathelyi > wrote: > > Since Samba uses libtevent-internal.h in some places, it is > > incompatible with external libtevent versions if they're not > > the same as the

Re: [oe] "Can't install krb5-dev-1.13.6-r0@ppc7400: no package provides krb5 = 1.13.6-r0"

2017-02-20 Thread Robert P. J. Day
On Mon, 20 Feb 2017, Robert P. J. Day wrote: > ok, i hope this issue is not trivially simple. i'm building > core-image-minimal for qemuppc, and tossing in a bunch of other > recipes, everything builds until: > > / start / > ERROR: core-image-minimal-1.0-r0 do_rootfs: Unable to install

Re: [oe] [meta-networking][PATCH v2] Samba: use built-in libtevent

2017-02-20 Thread Andreas Müller
On Sat, Feb 11, 2017 at 3:17 PM, Gyorgy Szombathelyi wrote: > Since Samba uses libtevent-internal.h in some places, it is > incompatible with external libtevent versions if they're not > the same as the built-in, and just crashes. > > Signed-off-by: Gyorgy Szombathelyi

[oe] "Can't install krb5-dev-1.13.6-r0@ppc7400: no package provides krb5 = 1.13.6-r0"

2017-02-20 Thread Robert P. J. Day
ok, i hope this issue is not trivially simple. i'm building core-image-minimal for qemuppc, and tossing in a bunch of other recipes, everything builds until: / start / ERROR: core-image-minimal-1.0-r0 do_rootfs: Unable to install packages. Command

Re: [oe] qt5: qtbase fails to populate SDK

2017-02-20 Thread Daniel Mack
On 02/16/2017 05:02 PM, Daniel Mack wrote: > On 02/16/2017 08:25 AM, Daniel Mack wrote: >> I'm using poky from the morty branch and meta-qt5 layer from master-next >> for Qt5.8 support. While the image creation works fine, 'bitbake myimage >> -c populate_sdk' fails with >> >> error:

Re: [oe] Splitting meta-oe?

2017-02-20 Thread Martin Jansa
On Sun, Feb 19, 2017 at 07:31:03PM -0800, Richard Purdie wrote: > On Fri, 2017-02-17 at 14:45 -0500, Philip Balister wrote: > > And I'm with these gyus. Splitting the git repository doesn't solve > > any underlying problems. The real problem from my point of view is > > very few of use are

[oe] [meta-oe][PATCH] gitpkgv.bbclass: fix versioning with multiple repos

2017-02-20 Thread S. Lockwood-Childs
gitpkgv class is supposed to use SRCREV_FORMAT variable to define how to smoosh together revision info from multiple repos that are used in a single recipe. It is incorrectly repeating the rev hash for the first repo instead of including the rev from each listed repo. Example: SRC_URI =