Re: [oe] [meta-systemd][PATCH] Rename bluez4_4.101.bbappend to bluez5_5.29.bbappend, to fix build issue below: ERROR: No recipes available for: /home/tprrt/dev/oe-build-easy/combination/meta-systemd/o

2015-05-05 Thread Martin Jansa
On Tue, May 05, 2015 at 01:18:29PM +0200, Thomas Perrot wrote:
 From: tprrt tp...@tupi.fr

NAK, see pending patches for bluez4 (I plan to merge them as soon as
builds stop failing completely).

 Signed-off-by: tprrt tp...@tupi.fr
 ---
  .../bluez/{bluez4_4.101.bbappend = bluez5_5.29.bbappend}  |0
  1 file changed, 0 insertions(+), 0 deletions(-)
  rename 
 meta-systemd/oe-core/recipes-connectivity/bluez/{bluez4_4.101.bbappend = 
 bluez5_5.29.bbappend} (100%)
 
 diff --git 
 a/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend 
 b/meta-systemd/oe-core/recipes-connectivity/bluez/bluez5_5.29.bbappend
 similarity index 100%
 rename from 
 meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend
 rename to meta-systemd/oe-core/recipes-connectivity/bluez/bluez5_5.29.bbappend
 -- 
 1.7.10.4
 
 -- 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-ruby][PATCH] ruby: explicitly disable dtrace support

2015-05-05 Thread Steffen Sledz
On 01.05.2015 14:30, Martin Jansa wrote:
 both 2.2.1 and 2.2.2 are failing on some hosts native builds with:
 ...

It would be really great if this patch could make it to the fido branch!

We are some of the mourners and cannot build fido at the moment. :(

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sl...@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [oe-classic][PATCH 0/1] Add a notice to OE-Classic pointing to OE-Core

2015-05-05 Thread Philip Balister
On 05/05/2015 04:46 AM, Paul Eggleton wrote:
 On Thursday 23 April 2015 15:59:31 Paul Eggleton wrote:
 As discussed at OEDAM, it's about time we added something to the
 OE-Classic repo pointing people over to OE-Core, as OE-Classic really is
 dead by now.

 If some folks who contributed to OE-Classic could reply with their
 Signed-off-by so we can add them to the commit message (or request
 changes to the notices if you would like any) then that would be great.
 
 Thanks all, this is now pushed.

Thanks for taking care of this.

Philip

 
 Cheers,
 Paul
 
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH][meta-oe] dialog: upgrade to 1.2-20150225

2015-05-05 Thread Martin Jansa
On Tue, Apr 28, 2015 at 11:27:15AM +0800, rongqing...@windriver.com wrote:
 From: Roy Li rongqing...@windriver.com
 
 1. upgrade it to 1.2-20150225
 2. update the use-pkg-config-for-ncurses-detection.patch, use it only for
 dialog
 3. dialog-static uses use-pkg-config-for-static-ncurses-detection.patch
 which outputs libraries suitable for static linking

Any idea why normal dialog now builds static library and tries to stage
it and fails?

ERROR: The recipe dialog is trying to install files into a shared area when 
those files already exist. Those files and their manifest location are:
   
/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/lib/libdialog.a
 Matched in manifest-qemuarm-dialog-static.populate_sysroot

 
 The difference between with --static and without --static is below:
$pkg-config --libs ncurse
 -L${SYSROOT}/usr/lib64 -lncurses
$pkg-config --static --libs ncurse
 -L${SYSROOT}/usr/lib64 -lncurses -ltinfo
$
 
 Signed-off-by: Roy Li rongqing...@windriver.com
 ---
  .../dialog/dialog-static_1.1-20120706.bb   |  6 
  .../dialog/dialog-static_1.2-20150225.bb   |  6 
  meta-oe/recipes-extended/dialog/dialog.inc |  1 -
  .../recipes-extended/dialog/dialog_1.1-20120706.bb |  4 ---
  .../recipes-extended/dialog/dialog_1.2-20150225.bb |  6 
  .../use-pkg-config-for-ncurses-detection.patch | 28 +++
  ...e-pkg-config-for-static-ncurses-detection.patch | 32 
 ++
  7 files changed, 54 insertions(+), 29 deletions(-)
  delete mode 100644 
 meta-oe/recipes-extended/dialog/dialog-static_1.1-20120706.bb
  create mode 100644 
 meta-oe/recipes-extended/dialog/dialog-static_1.2-20150225.bb
  delete mode 100644 meta-oe/recipes-extended/dialog/dialog_1.1-20120706.bb
  create mode 100644 meta-oe/recipes-extended/dialog/dialog_1.2-20150225.bb
  create mode 100644 
 meta-oe/recipes-extended/dialog/files/use-pkg-config-for-static-ncurses-detection.patch
 
 diff --git a/meta-oe/recipes-extended/dialog/dialog-static_1.1-20120706.bb 
 b/meta-oe/recipes-extended/dialog/dialog-static_1.1-20120706.bb
 deleted file mode 100644
 index 595f323..000
 --- a/meta-oe/recipes-extended/dialog/dialog-static_1.1-20120706.bb
 +++ /dev/null
 @@ -1,6 +0,0 @@
 -require dialog.inc
 -
 -LDFLAGS += -static
 -
 -SRC_URI[md5sum] = 2e538305977178eb085a9859511c299d
 -SRC_URI[sha256sum] = 
 305aa1000680aa87bb2148a725f9107ef4cd29dcd6185b44d079cb87cf0ce2f5
 diff --git a/meta-oe/recipes-extended/dialog/dialog-static_1.2-20150225.bb 
 b/meta-oe/recipes-extended/dialog/dialog-static_1.2-20150225.bb
 new file mode 100644
 index 000..77d8841
 --- /dev/null
 +++ b/meta-oe/recipes-extended/dialog/dialog-static_1.2-20150225.bb
 @@ -0,0 +1,6 @@
 +require dialog.inc
 +
 +LDFLAGS += -static
 +SRC_URI +=file://use-pkg-config-for-static-ncurses-detection.patch
 +SRC_URI[md5sum] = 38ef59a7daa5459119cb06777c735e4b
 +SRC_URI[sha256sum] = 
 6844b13a7a1fea568a8d5bb3004e1af90888cd4a5e8c2ded2c38f34fcc7397ff
 diff --git a/meta-oe/recipes-extended/dialog/dialog.inc 
 b/meta-oe/recipes-extended/dialog/dialog.inc
 index 995d6c0..1a6e8c5 100644
 --- a/meta-oe/recipes-extended/dialog/dialog.inc
 +++ b/meta-oe/recipes-extended/dialog/dialog.inc
 @@ -9,7 +9,6 @@ LICENSE = LGPL-2.1
  LIC_FILES_CHKSUM = file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343
  
  SRC_URI = ftp://invisible-island.net/dialog/dialog-${PV}.tgz \
 -   file://use-pkg-config-for-ncurses-detection.patch \

Why not keep it here and only add --static parameter to pkg-config call in 
followup patch applied only in dialog-static?


  
  # hardcoded here for use in dialog-static recipe
 diff --git a/meta-oe/recipes-extended/dialog/dialog_1.1-20120706.bb 
 b/meta-oe/recipes-extended/dialog/dialog_1.1-20120706.bb
 deleted file mode 100644
 index c87fb61..000
 --- a/meta-oe/recipes-extended/dialog/dialog_1.1-20120706.bb
 +++ /dev/null
 @@ -1,4 +0,0 @@
 -require dialog.inc
 -
 -SRC_URI[md5sum] = 2e538305977178eb085a9859511c299d
 -SRC_URI[sha256sum] = 
 305aa1000680aa87bb2148a725f9107ef4cd29dcd6185b44d079cb87cf0ce2f5
 diff --git a/meta-oe/recipes-extended/dialog/dialog_1.2-20150225.bb 
 b/meta-oe/recipes-extended/dialog/dialog_1.2-20150225.bb
 new file mode 100644
 index 000..477be73
 --- /dev/null
 +++ b/meta-oe/recipes-extended/dialog/dialog_1.2-20150225.bb
 @@ -0,0 +1,6 @@
 +require dialog.inc
 +
 +SRC_URI +=file://use-pkg-config-for-ncurses-detection.patch
 +
 +SRC_URI[md5sum] = 38ef59a7daa5459119cb06777c735e4b
 +SRC_URI[sha256sum] = 
 6844b13a7a1fea568a8d5bb3004e1af90888cd4a5e8c2ded2c38f34fcc7397ff
 diff --git 
 a/meta-oe/recipes-extended/dialog/files/use-pkg-config-for-ncurses-detection.patch
  
 b/meta-oe/recipes-extended/dialog/files/use-pkg-config-for-ncurses-detection.patch
 index a2354ad..0a25a7f 100644
 --- 
 a/meta-oe/recipes-extended/dialog/files/use-pkg-config-for-ncurses-detection.patch
 +++ 
 

Re: [oe] [meta-oe][PATCH] polkit: do not hardcode the libdir

2015-05-05 Thread Khem Raj
On 15-05-05 03:30:10, b40...@freescale.com wrote:
 Base_libdir is defined in meta/conf/bitbake.conf

 export base_libdir = ${base_prefix}/${baselib}

thats OE environment. I was asking was autoconf question




 thanks,
 Chunrong

 -Original Message-
 From: openembedded-devel-boun...@lists.openembedded.org 
 [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Khem 
 Raj
 Sent: Tuesday, May 05, 2015 4:22 AM
 To: openembeded-devel
 Subject: Re: [oe] [meta-oe][PATCH] polkit: do not hardcode the libdir

 On Mon, May 4, 2015 at 2:47 AM,  b40...@freescale.com wrote:
  +-libprivdir = $(prefix)/lib/polkit-1
  ++libprivdir = $(prefix)/${base_libdir}/polkit-1

 who defines base_libdir ?
 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel
 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH][meta-oe][v2] dialog: upgrade to 1.2-20150225

2015-05-05 Thread rongqing.li
From: Roy Li rongqing...@windriver.com

1. upgrade it to 1.2-20150225
2. update the use-pkg-config-for-ncurses-detection.patch
3. remove dialog-static recipe file, since dialog will generate the static
library.

Signed-off-by: Roy Li rongqing...@windriver.com
---
 .../dialog/dialog-static_1.1-20120706.bb   |  6 -
 .../recipes-extended/dialog/dialog_1.1-20120706.bb |  4 
 .../dialog/{dialog.inc = dialog_1.2-20150225.bb}  |  3 +++
 .../use-pkg-config-for-ncurses-detection.patch | 28 --
 4 files changed, 13 insertions(+), 28 deletions(-)
 delete mode 100644 
meta-oe/recipes-extended/dialog/dialog-static_1.1-20120706.bb
 delete mode 100644 meta-oe/recipes-extended/dialog/dialog_1.1-20120706.bb
 rename meta-oe/recipes-extended/dialog/{dialog.inc = dialog_1.2-20150225.bb} 
(86%)

diff --git a/meta-oe/recipes-extended/dialog/dialog-static_1.1-20120706.bb 
b/meta-oe/recipes-extended/dialog/dialog-static_1.1-20120706.bb
deleted file mode 100644
index 595f323..000
--- a/meta-oe/recipes-extended/dialog/dialog-static_1.1-20120706.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require dialog.inc
-
-LDFLAGS += -static
-
-SRC_URI[md5sum] = 2e538305977178eb085a9859511c299d
-SRC_URI[sha256sum] = 
305aa1000680aa87bb2148a725f9107ef4cd29dcd6185b44d079cb87cf0ce2f5
diff --git a/meta-oe/recipes-extended/dialog/dialog_1.1-20120706.bb 
b/meta-oe/recipes-extended/dialog/dialog_1.1-20120706.bb
deleted file mode 100644
index c87fb61..000
--- a/meta-oe/recipes-extended/dialog/dialog_1.1-20120706.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require dialog.inc
-
-SRC_URI[md5sum] = 2e538305977178eb085a9859511c299d
-SRC_URI[sha256sum] = 
305aa1000680aa87bb2148a725f9107ef4cd29dcd6185b44d079cb87cf0ce2f5
diff --git a/meta-oe/recipes-extended/dialog/dialog.inc 
b/meta-oe/recipes-extended/dialog/dialog_1.2-20150225.bb
similarity index 86%
rename from meta-oe/recipes-extended/dialog/dialog.inc
rename to meta-oe/recipes-extended/dialog/dialog_1.2-20150225.bb
index 995d6c0..88af59f 100644
--- a/meta-oe/recipes-extended/dialog/dialog.inc
+++ b/meta-oe/recipes-extended/dialog/dialog_1.2-20150225.bb
@@ -8,6 +8,9 @@ DEPENDS = ncurses
 LICENSE = LGPL-2.1
 LIC_FILES_CHKSUM = file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343
 
+SRC_URI[md5sum] = 38ef59a7daa5459119cb06777c735e4b
+SRC_URI[sha256sum] = 
6844b13a7a1fea568a8d5bb3004e1af90888cd4a5e8c2ded2c38f34fcc7397ff
+
 SRC_URI = ftp://invisible-island.net/dialog/dialog-${PV}.tgz \
file://use-pkg-config-for-ncurses-detection.patch \
   
diff --git 
a/meta-oe/recipes-extended/dialog/files/use-pkg-config-for-ncurses-detection.patch
 
b/meta-oe/recipes-extended/dialog/files/use-pkg-config-for-ncurses-detection.patch
index a2354ad..0a25a7f 100644
--- 
a/meta-oe/recipes-extended/dialog/files/use-pkg-config-for-ncurses-detection.patch
+++ 
b/meta-oe/recipes-extended/dialog/files/use-pkg-config-for-ncurses-detection.patch
@@ -8,33 +8,25 @@ file, and autoconf can not work, make a workaround in 
configure file.
 
 Signed-off-by: Roy Li rongqing...@windriver.com
 ---
- configure |6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
+ configure | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
 
 diff --git a/configure b/configure
-index 24e28c1..c78735d 100755
+index 8afe3d7..a54bcc1 100755
 --- a/configure
 +++ b/configure
-@@ -9976,8 +9976,8 @@ fi
+@@ -11567,9 +11567,8 @@ fi
  
  if test $NCURSES_CONFIG != none ; then
  
 -CPPFLAGS=$CPPFLAGS `$NCURSES_CONFIG --cflags`
--LIBS=`$NCURSES_CONFIG --libs` $LIBS
+-
+-cf_add_libs=`$NCURSES_CONFIG --libs`
 +CPPFLAGS=$CPPFLAGS `pkg-config --short-errors --print-errors --cflags 
ncurses 2/dev/null`
-+LIBS=`pkg-config --short-errors --print-errors --libs ncurses 2/dev/null` 
$LIBS
- 
- # even with config script, some packages use no-override for curses.h
- 
-@@ -10096,7 +10096,7 @@ cat confdefs.h EOF
- #define $cf_nculib_ROOT 1
- EOF
- 
--cf_cv_ncurses_version=`$NCURSES_CONFIG --version`
-+cf_cv_ncurses_version=`pkg-config --short-errors --print-errors --modversion 
ncurses`
- 
- else
- 
++cf_add_libs=`pkg-config --short-errors --print-errors --libs ncurses 
2/dev/null` $LIBS
+ # Filter out duplicates - this happens with badly-designed .pc files...
+ for cf_add_1lib in $LIBS
+ do
 -- 
 1.7.10.4
 
-- 
2.1.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH][meta-oe] dialog: upgrade to 1.2-20150225

2015-05-05 Thread Rongqing Li



On 2015年05月05日 21:42, Martin Jansa wrote:

On Tue, Apr 28, 2015 at 11:27:15AM +0800, rongqing...@windriver.com wrote:

From: Roy Li rongqing...@windriver.com

1. upgrade it to 1.2-20150225
2. update the use-pkg-config-for-ncurses-detection.patch, use it only for
dialog
3. dialog-static uses use-pkg-config-for-static-ncurses-detection.patch
which outputs libraries suitable for static linking


Any idea why normal dialog now builds static library and tries to stage
it and fails?

ERROR: The recipe dialog is trying to install files into a shared area when 
those files already exist. Those files and their manifest location are:

/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/lib/libdialog.a
  Matched in manifest-qemuarm-dialog-static.populate_sysroot




I think we can remove the dialog-static

dialog-1.1-20120706 does not generate static library, or dynamic library.
dialog-static-1.1-20120706 generate the static library by adding
  LDFLAGS += -static

dialog-1.2-20150225 will generate the static library, so I think I should
remove the recipes of dialog-static

-Roy



The difference between with --static and without --static is below:
$pkg-config --libs ncurse
 -L${SYSROOT}/usr/lib64 -lncurses
$pkg-config --static --libs ncurse
 -L${SYSROOT}/usr/lib64 -lncurses -ltinfo
$

Signed-off-by: Roy Li rongqing...@windriver.com
---
  .../dialog/dialog-static_1.1-20120706.bb   |  6 
  .../dialog/dialog-static_1.2-20150225.bb   |  6 
  meta-oe/recipes-extended/dialog/dialog.inc |  1 -
  .../recipes-extended/dialog/dialog_1.1-20120706.bb |  4 ---
  .../recipes-extended/dialog/dialog_1.2-20150225.bb |  6 
  .../use-pkg-config-for-ncurses-detection.patch | 28 +++
  ...e-pkg-config-for-static-ncurses-detection.patch | 32 ++
  7 files changed, 54 insertions(+), 29 deletions(-)
  delete mode 100644 
meta-oe/recipes-extended/dialog/dialog-static_1.1-20120706.bb
  create mode 100644 
meta-oe/recipes-extended/dialog/dialog-static_1.2-20150225.bb
  delete mode 100644 meta-oe/recipes-extended/dialog/dialog_1.1-20120706.bb
  create mode 100644 meta-oe/recipes-extended/dialog/dialog_1.2-20150225.bb
  create mode 100644 
meta-oe/recipes-extended/dialog/files/use-pkg-config-for-static-ncurses-detection.patch

diff --git a/meta-oe/recipes-extended/dialog/dialog-static_1.1-20120706.bb 
b/meta-oe/recipes-extended/dialog/dialog-static_1.1-20120706.bb
deleted file mode 100644
index 595f323..000
--- a/meta-oe/recipes-extended/dialog/dialog-static_1.1-20120706.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require dialog.inc
-
-LDFLAGS += -static
-
-SRC_URI[md5sum] = 2e538305977178eb085a9859511c299d
-SRC_URI[sha256sum] = 
305aa1000680aa87bb2148a725f9107ef4cd29dcd6185b44d079cb87cf0ce2f5
diff --git a/meta-oe/recipes-extended/dialog/dialog-static_1.2-20150225.bb 
b/meta-oe/recipes-extended/dialog/dialog-static_1.2-20150225.bb
new file mode 100644
index 000..77d8841
--- /dev/null
+++ b/meta-oe/recipes-extended/dialog/dialog-static_1.2-20150225.bb
@@ -0,0 +1,6 @@
+require dialog.inc
+
+LDFLAGS += -static
+SRC_URI +=file://use-pkg-config-for-static-ncurses-detection.patch
+SRC_URI[md5sum] = 38ef59a7daa5459119cb06777c735e4b
+SRC_URI[sha256sum] = 
6844b13a7a1fea568a8d5bb3004e1af90888cd4a5e8c2ded2c38f34fcc7397ff
diff --git a/meta-oe/recipes-extended/dialog/dialog.inc 
b/meta-oe/recipes-extended/dialog/dialog.inc
index 995d6c0..1a6e8c5 100644
--- a/meta-oe/recipes-extended/dialog/dialog.inc
+++ b/meta-oe/recipes-extended/dialog/dialog.inc
@@ -9,7 +9,6 @@ LICENSE = LGPL-2.1
  LIC_FILES_CHKSUM = file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343

  SRC_URI = ftp://invisible-island.net/dialog/dialog-${PV}.tgz \
-   file://use-pkg-config-for-ncurses-detection.patch \


Why not keep it here and only add --static parameter to pkg-config call in 
followup patch applied only in dialog-static?




  # hardcoded here for use in dialog-static recipe
diff --git a/meta-oe/recipes-extended/dialog/dialog_1.1-20120706.bb 
b/meta-oe/recipes-extended/dialog/dialog_1.1-20120706.bb
deleted file mode 100644
index c87fb61..000
--- a/meta-oe/recipes-extended/dialog/dialog_1.1-20120706.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require dialog.inc
-
-SRC_URI[md5sum] = 2e538305977178eb085a9859511c299d
-SRC_URI[sha256sum] = 
305aa1000680aa87bb2148a725f9107ef4cd29dcd6185b44d079cb87cf0ce2f5
diff --git a/meta-oe/recipes-extended/dialog/dialog_1.2-20150225.bb 
b/meta-oe/recipes-extended/dialog/dialog_1.2-20150225.bb
new file mode 100644
index 000..477be73
--- /dev/null
+++ b/meta-oe/recipes-extended/dialog/dialog_1.2-20150225.bb
@@ -0,0 +1,6 @@
+require dialog.inc
+
+SRC_URI +=file://use-pkg-config-for-ncurses-detection.patch
+
+SRC_URI[md5sum] = 38ef59a7daa5459119cb06777c735e4b
+SRC_URI[sha256sum] = 
6844b13a7a1fea568a8d5bb3004e1af90888cd4a5e8c2ded2c38f34fcc7397ff
diff --git 

[oe] [PATCH 1/1] mariadb: upgrade to 5.5.43

2015-05-05 Thread rongqing.li
From: Roy Li rongqing...@windriver.com

Signed-off-by: Roy Li rongqing...@windriver.com
---
 ...b-native_5.5.41.bb = mariadb-native_5.5.43.bb} |  0
 meta-oe/recipes-support/mysql/mariadb.inc  |  5 ++--
 .../mysql/mariadb/fix-a-building-failure.patch | 31 ++
 .../mysql/{mariadb_5.5.41.bb = mariadb_5.5.43.bb} |  0
 4 files changed, 34 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/mysql/{mariadb-native_5.5.41.bb = 
mariadb-native_5.5.43.bb} (100%)
 create mode 100644 
meta-oe/recipes-support/mysql/mariadb/fix-a-building-failure.patch
 rename meta-oe/recipes-support/mysql/{mariadb_5.5.41.bb = mariadb_5.5.43.bb} 
(100%)

diff --git a/meta-oe/recipes-support/mysql/mariadb-native_5.5.41.bb 
b/meta-oe/recipes-support/mysql/mariadb-native_5.5.43.bb
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb-native_5.5.41.bb
rename to meta-oe/recipes-support/mysql/mariadb-native_5.5.43.bb
diff --git a/meta-oe/recipes-support/mysql/mariadb.inc 
b/meta-oe/recipes-support/mysql/mariadb.inc
index f385bfc..00fa965 100644
--- a/meta-oe/recipes-support/mysql/mariadb.inc
+++ b/meta-oe/recipes-support/mysql/mariadb.inc
@@ -11,10 +11,11 @@ SRC_URI = 
http://mirror.stshosting.co.uk/mariadb/mariadb-${PV}/source/mariadb-$
file://my.cnf \
file://mysqld.service \
file://configure.cmake-fix-valgrind.patch \
+   file://fix-a-building-failure.patch \
   
 
-SRC_URI[md5sum] = d2415efc6a6d73d7a58f3c79bb42f2e8
-SRC_URI[sha256sum] = 
a16dc62e4bcabecd5c483f2f8b657483a8c51934e7be5ad4ab21b8baea1f5332
+SRC_URI[md5sum] = c8760d6b5890fc1de76c07af48092c88
+SRC_URI[sha256sum] = 
a0709997140549154edb87c9dfab564cd4755b238251acbf42369118f9bb4d01
 
 S = ${WORKDIR}/mariadb-${PV}
 
diff --git a/meta-oe/recipes-support/mysql/mariadb/fix-a-building-failure.patch 
b/meta-oe/recipes-support/mysql/mariadb/fix-a-building-failure.patch
new file mode 100644
index 000..0c4e102
--- /dev/null
+++ b/meta-oe/recipes-support/mysql/mariadb/fix-a-building-failure.patch
@@ -0,0 +1,31 @@
+[PATCH] fix a building failure
+
+Upstream-Status: Inappropriate [configuration]
+
+building failed since native does not generate import_executables.cmake
+In fact, our building system will export the needed commands
+
+Signed-off-by: Roy Li rongqing...@windriver.com
+---
+ CMakeLists.txt | 5 -
+ 1 file changed, 5 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index c1ce1c5..83b3a7e 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -350,11 +350,6 @@ MYSQL_CHECK_READLINE()
+ 
+ CHECK_JEMALLOC()
+ 
+-IF(CMAKE_CROSSCOMPILING)
+-  SET(IMPORT_EXECUTABLES IMPORTFILE-NOTFOUND CACHE FILEPATH Path to 
import_executables.cmake from a native build)
+-  INCLUDE(${IMPORT_EXECUTABLES})
+-ENDIF()
+-
+ #
+ # Setup maintainer mode options by the end. Platform checks are
+ # not run with the warning options as to not perturb fragile checks
+-- 
+1.9.1
+
diff --git a/meta-oe/recipes-support/mysql/mariadb_5.5.41.bb 
b/meta-oe/recipes-support/mysql/mariadb_5.5.43.bb
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb_5.5.41.bb
rename to meta-oe/recipes-support/mysql/mariadb_5.5.43.bb
-- 
2.1.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH V2 2/8] polkit-gnome: Upgrade 0.102 - 0.105

2015-05-05 Thread Khem Raj
add missing dep on gtk+3

Signed-off-by: Khem Raj raj.k...@gmail.com
---
 meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch  | 12 
 .../{polkit-gnome_0.102.bb = polkit-gnome_0.105.bb}   | 14 --
 2 files changed, 20 insertions(+), 6 deletions(-)
 create mode 100644 meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch
 rename meta-oe/recipes-extended/polkit/{polkit-gnome_0.102.bb = 
polkit-gnome_0.105.bb} (62%)

diff --git a/meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch 
b/meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch
new file mode 100644
index 000..4b6ad75
--- /dev/null
+++ b/meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch
@@ -0,0 +1,12 @@
+--- polkit-gnome-0.105/configure.ac.org2015-05-04 22:33:03.925977953 
-0700
 polkit-gnome-0.105/configure.ac2015-05-04 22:33:16.862288030 -0700
+@@ -120,6 +120,9 @@
+ # Check for required packages
+ # ***
+ 
++# check for gtk-doc
++GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
++
+ POLKIT_AGENT_REQUIRED=0.97
+ POLKIT_GOBJECT_REQUIRED=0.97
+ GTK_REQUIRED=3.0.0
diff --git a/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb 
b/meta-oe/recipes-extended/polkit/polkit-gnome_0.105.bb
similarity index 62%
rename from meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb
rename to meta-oe/recipes-extended/polkit/polkit-gnome_0.105.bb
index f5480e7..be33908 100644
--- a/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb
+++ b/meta-oe/recipes-extended/polkit/polkit-gnome_0.105.bb
@@ -7,22 +7,24 @@ LICENSE = LGPLv2+
 LIC_FILES_CHKSUM = file://COPYING;md5=74579fab173e4c5e12aac0cd83ee98ec \
 
file://src/main.c;beginline=1;endline=20;md5=aba145d1802f2329ba561e3e48ecb795
 
-SRC_URI = http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \
+SRC_URI = 
https://download.gnome.org/sources/polkit-gnome/${PV}/polkit-gnome-${PV}.tar.xz
 \
+   file://gtk-doc-check.patch \
 
+SRC_URI[md5sum] = 50ecad37c8342fb4a52f590db7530621
+SRC_URI[sha256sum] = 
1784494963b8bf9a00eedc6cd3a2868fb123b8a5e516e66c5eda48df17ab9369
 
-PNBLACKLIST[polkit-gnome] ?= Fails to build, m4:configure.ac:125: recursion 
limit of 1024 exceeded, use -LN to change it
-
-PR = r2
+#PNBLACKLIST[polkit-gnome] ?= Fails to build, m4:configure.ac:125: recursion 
limit of 1024 exceeded, use -LN to change it
 
 EXTRA_OECONF = \
 --disable-examples \
 --disable-introspection \
+--disable-static \
 
 
+DEPENDS += gtk+3
+
 inherit autotools gtk-doc pkgconfig
 
 FILES_${PN} +=  ${datadir}/dbus-1 \
  ${datadir}/PolicyKit \
 
-SRC_URI[md5sum] = f6b485ffd7bd605af815fd2747180481
-SRC_URI[sha256sum] = 
81caa6972e651e90ef4ac31d7ed41bc79543d46b850dbd5b14b40f8ef7107d11
-- 
2.1.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 8/8] gtkmathview: Use git for SRC_URI

2015-05-05 Thread Khem Raj
Drop upstreamed patches
Fix cross compile and compiling with newer g++

Signed-off-by: Khem Raj raj.k...@gmail.com
---
 ...-include-cstdio-to-get-printf-definitions.patch | 28 ++
 .../mml-widget/gtkmathview/mathview-gcc43x.diff| 63 --
 .../mml-widget/gtkmathview/mathview-gcc47x.diff| 48 -
 .../mml-widget/gtkmathview/qualify-lookup.diff | 13 -
 .../mml-widget/gtkmathview/use_hostcxx.patch   | 18 +++
 .../mml-widget/gtkmathview_0.8.0.bb| 17 +++---
 6 files changed, 55 insertions(+), 132 deletions(-)
 create mode 100644 
meta-oe/recipes-extended/mml-widget/gtkmathview/0001-include-cstdio-to-get-printf-definitions.patch
 delete mode 100644 
meta-oe/recipes-extended/mml-widget/gtkmathview/mathview-gcc43x.diff
 delete mode 100644 
meta-oe/recipes-extended/mml-widget/gtkmathview/mathview-gcc47x.diff
 delete mode 100644 
meta-oe/recipes-extended/mml-widget/gtkmathview/qualify-lookup.diff
 create mode 100644 
meta-oe/recipes-extended/mml-widget/gtkmathview/use_hostcxx.patch

diff --git 
a/meta-oe/recipes-extended/mml-widget/gtkmathview/0001-include-cstdio-to-get-printf-definitions.patch
 
b/meta-oe/recipes-extended/mml-widget/gtkmathview/0001-include-cstdio-to-get-printf-definitions.patch
new file mode 100644
index 000..c5814bf
--- /dev/null
+++ 
b/meta-oe/recipes-extended/mml-widget/gtkmathview/0001-include-cstdio-to-get-printf-definitions.patch
@@ -0,0 +1,28 @@
+From c92890c5e18bb6ee23bdb14074bacf306dd9428f Mon Sep 17 00:00:00 2001
+From: Khem Raj raj.k...@gmail.com
+Date: Tue, 5 May 2015 20:35:01 -0700
+Subject: [PATCH] include cstdio to get printf definitions
+
+Upstream-Status: Pending
+
+Signed-off-by: Khem Raj raj.k...@gmail.com
+---
+ src/engine/boxml/BoxMLHOVElement.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/engine/boxml/BoxMLHOVElement.cc 
b/src/engine/boxml/BoxMLHOVElement.cc
+index 1a2812c..96c9eea 100644
+--- a/src/engine/boxml/BoxMLHOVElement.cc
 b/src/engine/boxml/BoxMLHOVElement.cc
+@@ -21,7 +21,7 @@
+ // http://www.gnu.org/licenses/.
+ 
+ #include config.h
+-
++#include cstdio
+ #include BoxMLAttributeSignatures.hh
+ #include BoxMLHOVElement.hh
+ #include BoxMLHElement.hh
+-- 
+2.1.4
+
diff --git 
a/meta-oe/recipes-extended/mml-widget/gtkmathview/mathview-gcc43x.diff 
b/meta-oe/recipes-extended/mml-widget/gtkmathview/mathview-gcc43x.diff
deleted file mode 100644
index fcc52c1..000
--- a/meta-oe/recipes-extended/mml-widget/gtkmathview/mathview-gcc43x.diff
+++ /dev/null
@@ -1,63 +0,0 @@
 /tmp/mathVariantAux.cc 2008-07-13 15:56:56.0 +0200
-+++ gtkmathview-0.8.0/src/engine/mathml/mathVariantAux.cc  2008-07-13 
15:57:46.893198000 +0200
-@@ -20,6 +20,8 @@
- 
- #include cassert
- 
-+#include string.h
-+
- #include mathVariantAux.hh
- 
- static MathVariantAttributes vattr[] = {
 /tmp/T1_FontDataBase.cc2008-07-13 16:25:24.0 +0200
-+++ gtkmathview-0.8.0/src/backend/ps/T1_FontDataBase.cc2008-07-13 
16:25:47.123198000 +0200
-@@ -20,6 +20,7 @@
- #include config.h
- #include map
- #include string
-+#include string.h
- #include stdlib.h
- #include iostream
- #include list
 /tmp/SMS.cc2008-07-13 16:27:23.0 +0200
-+++ gtkmathview-0.8.0/mathmlsvg/SMS.cc 2008-07-13 16:27:41.543198000 +0200
-@@ -19,6 +19,7 @@
- #include config.h
- 
- #include sstream
-+#include string.h
- #include defs.h
- #include AbstractLogger.hh
- #include ValueConversion.hh
 /tmp/main.cc   2008-07-13 16:29:11.0 +0200
-+++ gtkmathview-0.8.0/mathmlsvg/main.cc2008-07-13 16:29:28.813198000 
+0200
-@@ -20,7 +20,7 @@
- 
- #include cassert
- #include fstream
--
-+#include string.h
- #include popt.h
- 
- // needed for old versions of GCC, must come before String.hh!
 /tmp/main.cc   2008-07-13 16:30:11.0 +0200
-+++ gtkmathview-0.8.0/mathmlps/main.cc 2008-07-13 16:30:33.183198000 +0200
-@@ -20,7 +20,7 @@
- 
- #include cassert
- #include fstream
--
-+#include string.h
- #include popt.h
- 
- // needed for old versions of GCC, must come before String.hh!
 gtkmathview-0.8.0.orig/src/common/AbstractLogger.cc2007-08-17 
12:02:45.0 +0200
-+++ gtkmathview-0.8.0/src/common/AbstractLogger.cc 2010-02-01 
10:19:46.0 +0100
-@@ -19,6 +19,7 @@
- #include config.h
- 
- #include stdarg.h
-+#include stdio.h
- 
- #include AbstractLogger.hh
- 
diff --git 
a/meta-oe/recipes-extended/mml-widget/gtkmathview/mathview-gcc47x.diff 
b/meta-oe/recipes-extended/mml-widget/gtkmathview/mathview-gcc47x.diff
deleted file mode 100644
index 11b7260..000
--- a/meta-oe/recipes-extended/mml-widget/gtkmathview/mathview-gcc47x.diff
+++ /dev/null
@@ -1,48 +0,0 @@
-../../../src/frontend/common/TemplateBuilder.hh:50:113: warning: 'linkerAssoc' 
was not declared in this scope, and no declarations were found by 
argument-dependent lookup at the point of instantiation [-fpermissive]

[oe] [PATCH][meta-webserver] apache2: upgrade to 2.4.12

2015-05-05 Thread rongqing.li
From: Roy Li rongqing...@windriver.com

Remove apache-CVE-2014-0117.patch which apache2 2.4.12 has it
Update the apache-ssl-ltmain-rpath.patch
Backport the patch to fix CVE-2015-0228

Signed-off-by: Roy Li rongqing...@windriver.com
---
 ...2-native_2.4.10.bb = apache2-native_2.4.12.bb} |   4 +-
 ...0001-SECURITY-CVE-2015-0228-cve.mitre.org.patch |  58 +
 .../apache2/apache2/apache-CVE-2014-0117.patch | 289 -
 .../apache2/apache2/apache-ssl-ltmain-rpath.patch  |  62 +++--
 .../{apache2_2.4.10.bb = apache2_2.4.12.bb}   |   6 +-
 5 files changed, 98 insertions(+), 321 deletions(-)
 rename meta-webserver/recipes-httpd/apache2/{apache2-native_2.4.10.bb = 
apache2-native_2.4.12.bb} (91%)
 create mode 100644 
meta-webserver/recipes-httpd/apache2/apache2/0001-SECURITY-CVE-2015-0228-cve.mitre.org.patch
 delete mode 100644 
meta-webserver/recipes-httpd/apache2/apache2/apache-CVE-2014-0117.patch
 rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.10.bb = 
apache2_2.4.12.bb} (96%)

diff --git a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.10.bb 
b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.12.bb
similarity index 91%
rename from meta-webserver/recipes-httpd/apache2/apache2-native_2.4.10.bb
rename to meta-webserver/recipes-httpd/apache2/apache2-native_2.4.12.bb
index 5963b79..1704bd9 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.10.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.12.bb
@@ -15,8 +15,8 @@ SRC_URI = 
http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
 S = ${WORKDIR}/httpd-${PV}
 
 LIC_FILES_CHKSUM = file://LICENSE;md5=dbff5a2b542fa58854455bf1a0b94b83
-SRC_URI[md5sum] = 44543dff14a4ebc1e9e2d86780507156
-SRC_URI[sha256sum] = 
176c4dac1a745f07b7b91e7f4fd48f9c48049fa6f088efe758d61d9738669c6a
+SRC_URI[md5sum] = b8dc8367a57a8d548a9b4ce16d264a13
+SRC_URI[sha256sum] = 
ad6d39edfe4621d8cc9a2791f6f8d6876943a9da41ac8533d77407a2e630eae4
 
 EXTRA_OECONF = --with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
 --with-apr-util=${STAGING_BINDIR_CROSS}/apu-1-config \
diff --git 
a/meta-webserver/recipes-httpd/apache2/apache2/0001-SECURITY-CVE-2015-0228-cve.mitre.org.patch
 
b/meta-webserver/recipes-httpd/apache2/apache2/0001-SECURITY-CVE-2015-0228-cve.mitre.org.patch
new file mode 100644
index 000..264fde7
--- /dev/null
+++ 
b/meta-webserver/recipes-httpd/apache2/apache2/0001-SECURITY-CVE-2015-0228-cve.mitre.org.patch
@@ -0,0 +1,58 @@
+From 643f0fcf3b8ab09a68f0ecd2aa37aafeda3e63ef Mon Sep 17 00:00:00 2001
+From: Eric Covener cove...@apache.org
+Date: Wed, 4 Feb 2015 14:44:23 +
+Subject: [PATCH]   *) SECURITY: CVE-2015-0228 (cve.mitre.org)  mod_lua: A
+ maliciously crafted websockets PING after a script  calls r:wsupgrade()
+ can cause a child process crash.  [Edward Lu Chaosed0 gmail.com]
+
+Upstream-Status: BackPort
+
+Discovered by Guido Vranken guidovranken gmail.com
+
+Submitted by: Edward Lu
+Committed by: covener
+
+git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1657261 
13f79535-47bb-0310-9956-ffa450edef68
+
+Signed-off-by: Roy Li rongqing...@windriver.com
+---
+ modules/lua/lua_request.c | 6 +-
+ 2 files changed, 10 insertions(+), 1 deletion(-)
+
+diff --git a/modules/lua/lua_request.c b/modules/lua/lua_request.c
+index dded599..1200c55 100644
+--- a/modules/lua/lua_request.c
 b/modules/lua/lua_request.c
+@@ -2227,6 +2227,7 @@ static int lua_websocket_read(lua_State *L)
+ {
+ apr_socket_t *sock;
+ apr_status_t rv;
++int do_read = 1;
+ int n = 0;
+ apr_size_t len = 1;
+ apr_size_t plen = 0;
+@@ -2244,6 +2245,8 @@ static int lua_websocket_read(lua_State *L)
+ mask_bytes = apr_pcalloc(r-pool, 4);
+ sock = ap_get_conn_socket(r-connection);
+ 
++while (do_read) { 
++do_read = 0;
+ /* Get opcode and FIN bit */
+ if (plaintext) {
+ rv = apr_socket_recv(sock, byte, len);
+@@ -2377,10 +2380,11 @@ static int lua_websocket_read(lua_State *L)
+ frame[0] = 0x8A;
+ frame[1] = 0;
+ apr_socket_send(sock, frame, plen); /* Pong! */
+-lua_websocket_read(L); /* read the next frame instead */
++do_read = 1;
+ }
+ }
+ }
++}
+ return 0;
+ }
+ 
+-- 
+1.9.1
+
diff --git 
a/meta-webserver/recipes-httpd/apache2/apache2/apache-CVE-2014-0117.patch 
b/meta-webserver/recipes-httpd/apache2/apache2/apache-CVE-2014-0117.patch
deleted file mode 100644
index 8585f0b..000
--- a/meta-webserver/recipes-httpd/apache2/apache2/apache-CVE-2014-0117.patch
+++ /dev/null
@@ -1,289 +0,0 @@
-apache: CVE-2014-0117
-
-The patch comes from upstream:
-http://svn.apache.org/viewvc?view=revisionrevision=1610674
-
-SECURITY (CVE-2014-0117): Fix a crash in mod_proxy.  In a
-reverse proxy configuration, a remote attacker could send a carefully crafted
-request which could crash a server process, resulting in denial of service.
-
-Thanks to 

[oe] ODROID-C1 support

2015-05-05 Thread Christian Ege

Hello,

I've created a BSP Layer for the ODROID-C1 and other Amlogic based
devices like the Wetek.Play

https://github.com/linux-meson/meta-amlogic

regards,
Christian
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][meta-gnome][meta-multimedia][WIP][PATCH] crash, libsecret, mpg123, tinymembench, gammu, mosh, llvm3.3, breakpad, php, mozjs, libopus: disable thumb where it fails for qemuarm

2015-05-05 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 meta-gnome/recipes-gnome/libsecret/libsecret_0.18.bb   |  9 +
 meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb |  7 +++
 meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb |  8 
 meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb | 11 +++
 meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb|  9 +
 meta-oe/recipes-core/llvm/llvm3.3_3.3.bb   |  8 
 meta-oe/recipes-devtools/breakpad/breakpad_svn.bb  | 11 +++
 meta-oe/recipes-devtools/php/php_5.5.24.bb |  9 +
 meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb |  9 +
 meta-oe/recipes-kernel/crash/crash_7.0.9.bb|  4 
 meta-oe/recipes-multimedia/libopus/libopus_1.1.bb  | 14 ++
 11 files changed, 99 insertions(+)

diff --git a/meta-gnome/recipes-gnome/libsecret/libsecret_0.18.bb 
b/meta-gnome/recipes-gnome/libsecret/libsecret_0.18.bb
index 06e94bd..7c75cf5 100644
--- a/meta-gnome/recipes-gnome/libsecret/libsecret_0.18.bb
+++ b/meta-gnome/recipes-gnome/libsecret/libsecret_0.18.bb
@@ -12,3 +12,12 @@ EXTRA_OECONF += --disable-manpages
 
 SRC_URI[archive.md5sum] = 279d723cd005e80d1d304f74a3488acc
 SRC_URI[archive.sha256sum] = 
0c73aa762dbd1e38ba7b03de350e23ce818cb810b0784375e95ef61e004b02e3
+
+# Fails to build with thumb-1 (qemuarm)
+# | {standard input}: Assembler messages:
+# | {standard input}:686: Error: shifts in CMP/MOV instructions are only 
supported in unified syntax -- `mov r12,r12,ror#3'
+# | {standard input}:686: Error: shifts in CMP/MOV instructions are only 
supported in unified syntax -- `mov r12,r12,ror#13'
+# | {standard input}:687: Error: shifts in CMP/MOV instructions are only 
supported in unified syntax -- `mov r12,r12,ror#29'
+# | {standard input}:687: Error: shifts in CMP/MOV instructions are only 
supported in unified syntax -- `mov r12,r12,ror#19'
+# | {standard input}:688: Error: lo register required -- `orr r10,r10,r10'
+ARM_INSTRUCTION_SET = arm
diff --git a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb 
b/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb
index 4efdeab..3aa5f3d 100644
--- a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb
+++ b/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb
@@ -49,3 +49,10 @@ EXTRA_OECONF =  \
 ${@bb.utils.contains('TUNE_FEATURES', 'altivec', '--with-cpu=altivec', '', 
d)} \
 
 
+# Fails to build with thumb-1 (qemuarm)
+#| {standard input}: Assembler messages:
+#| {standard input}:47: Error: selected processor does not support Thumb mode 
`smull r5,r6,r7,r4'
+#| {standard input}:48: Error: shifts in CMP/MOV instructions are only 
supported in unified syntax -- `mov r5,r5,lsr#24'
+#...
+#| make[3]: *** [equalizer.lo] Error 1
+ARM_INSTRUCTION_SET = arm
diff --git a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb 
b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb
index ae7887d..9898a70 100644
--- a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb
+++ b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb
@@ -17,3 +17,11 @@ do_install() {
 install -d ${D}${bindir}
 install -m755 tinymembench ${D}${bindir}/
 }
+
+# Fails to build with thumb-1 (qemuarm)
+#| {standard input}: Assembler messages:
+#| {standard input}:66: Error: instruction not supported in Thumb16 mode -- 
`subs r1,r1,#16'
+#| {standard input}:69: Error: instruction not supported in Thumb16 mode -- 
`subs r1,r1,#16'
+#| {standard input}:82: Error: selected processor does not support Thumb mode 
`mla r3,r4,r3,r5'
+#| {standard input}:82: Error: unshifted register required -- `and 
r8,r7,r3,lsr#16'
+ARM_INSTRUCTION_SET = arm
diff --git a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb 
b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
index a2f0ad8..e9807d4 100644
--- a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
+++ b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
@@ -56,3 +56,14 @@ FILES_python-${PN} = ${PYTHON_SITEPACKAGES_DIR}/gammu/*.??
 RDEPENDS_${PN} += bash
 RDEPENDS_${PN}-dev += bash
 
+# Fails to build with thumb-1 (qemuarm)
+# gammu-1.32.0/libgammu/service/sms/gsmems.c:542:1: internal compiler error: 
in patch_jump_insn, at cfgrtl.c:1275
+# |  }
+# |  ^
+# | Please submit a full bug report,
+# | with preprocessed source if appropriate.
+# | See http://gcc.gnu.org/bugs.html for instructions.
+# | make[2]: *** [libgammu/CMakeFiles/libGammu.dir/service/sms/gsmems.o] Error 
1
+# | make[2]: *** Waiting for unfinished jobs
+ARM_INSTRUCTION_SET = arm
+
diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb 
b/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb
index a4709ce..16e2a7d 100644
--- a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb
+++ b/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb
@@ -36,3 +36,12 @@ NEEDED_PERL_MODULES = \
 RDEPENDS_${PN} += openssh-ssh 

[oe] [meta-qt5][PATCH] qtbase-native: speed up configure task

2015-05-05 Thread Julien Brianceau (jbriance)
* Use parallel make to speed up build of qmake during configure task
* Take the opportunity to use clean configure parameters to use
  opensource license instead of (echo o; echo yes) | trick.

Signed-off-by: Julien Brianceau jbria...@cisco.com
---
 recipes-qt/qt5/qtbase-native.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc
index 7b44fb7..b6c868d 100644
--- a/recipes-qt/qt5/qtbase-native.inc
+++ b/recipes-qt/qt5/qtbase-native.inc
@@ -83,7 +83,7 @@ export OE_QMAKE_AR
 export OE_QMAKE_STRIP
 
 do_configure_prepend() {
-(echo o; echo yes) | ${S}/configure ${EXTRA_OECONF} || die Configuring qt 
failed. EXTRA_OECONF was ${EXTRA_OECONF}
+MAKEFLAGS=${PARALLEL_MAKE} ${S}/configure -opensource -confirm-license 
${EXTRA_OECONF} || die Configuring qt failed. EXTRA_OECONF was ${EXTRA_OECONF}
 bin/qmake ${OE_QMAKE_DEBUG_OUTPUT} ${S} -o Makefile || die Configuring qt 
with qmake failed. EXTRA_OECONF was ${EXTRA_OECONF}
 }
 
-- 
1.9.5

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-ruby][PATCH] ruby: explicitly disable dtrace support

2015-05-05 Thread akuster808

on my list.

thanks

On 05/05/2015 05:12 AM, Steffen Sledz wrote:

On 01.05.2015 14:30, Martin Jansa wrote:

both 2.2.1 and 2.2.2 are failing on some hosts native builds with:
...


It would be really great if this patch could make it to the fido branch!

We are some of the mourners and cannot build fido at the moment. :(


--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-perl][PATCH] libnet-ssleay-perl: fix QA warning

2015-05-05 Thread Armin Kuster
WARNING: QA Issue: 
/usr/lib/libnet-ssleay-perl/ptest/t/local/38@underscore@priv-key.t_libnet-ssleay-perl-ptest
 contained in package libnet-ssleay-perl-ptest requires /usr/bin/perl, but no 
providers found in its RDEPENDS [file-rdeps]

Signed-off-by: Armin Kuster akuster...@gmail.com
---
 meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.65.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.65.bb 
b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.65.bb
index f6c4b8b..b289151 100644
--- a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.65.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.65.bb
@@ -45,3 +45,5 @@ do_install_ptest() {
 BBCLASSEXTEND = native
 
 FILES_${PN}-dbg =+ ${libdir}/perl/vendor_perl/*/auto/Net/SSLeay/.debug/
+
+RDEPENDS_${PN}-ptest =  perl
-- 
2.3.5

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] udisks: Fix QA warnings

2015-05-05 Thread Armin Kuster
WARNING: QA Issue: udisks rdepends on lvm2, but it isn't a build dependency? 
[build-deps]

Signed-off-by: Armin Kuster akuster...@gmail.com
---
 meta-oe/recipes-support/udisks/udisks_1.0.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/udisks/udisks_1.0.4.bb 
b/meta-oe/recipes-support/udisks/udisks_1.0.4.bb
index e306e89..7db3ce1 100644
--- a/meta-oe/recipes-support/udisks/udisks_1.0.4.bb
+++ b/meta-oe/recipes-support/udisks/udisks_1.0.4.bb
@@ -37,3 +37,5 @@ RREPLACES_${PN} += ${PN}-systemd
 RCONFLICTS_${PN} += ${PN}-systemd
 SYSTEMD_SERVICE_${PN} = udisks-daemon.service
 SYSTEMD_AUTO_ENABLE = disable
+
+RDEPENDS_${PN} =  lvm2
-- 
2.3.5

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-systemd][PATCH] Rename bluez4_4.101.bbappend to bluez5_5.29.bbappend, to fix build issue below: ERROR: No recipes available for: /home/tprrt/dev/oe-build-easy/combination/meta-systemd/o

2015-05-05 Thread Iorga, Cristian
Martin, can I help with the aforementioned build failures?
Also, NACK for the original patch.
/Cristian

-Original Message-
From: openembedded-devel-boun...@lists.openembedded.org 
[mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Martin 
Jansa
Sent: Tuesday, May 5, 2015 3:02 PM
To: openembedded-devel@lists.openembedded.org
Cc: tprrt
Subject: Re: [oe] [meta-systemd][PATCH] Rename bluez4_4.101.bbappend to 
bluez5_5.29.bbappend, to fix build issue below: ERROR: No recipes available 
for: 
/home/tprrt/dev/oe-build-easy/combination/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend

On Tue, May 05, 2015 at 01:18:29PM +0200, Thomas Perrot wrote:
 From: tprrt tp...@tupi.fr

NAK, see pending patches for bluez4 (I plan to merge them as soon as builds 
stop failing completely).

 Signed-off-by: tprrt tp...@tupi.fr
 ---
  .../bluez/{bluez4_4.101.bbappend = bluez5_5.29.bbappend}  |0
  1 file changed, 0 insertions(+), 0 deletions(-)  rename 
 meta-systemd/oe-core/recipes-connectivity/bluez/{bluez4_4.101.bbappend 
 = bluez5_5.29.bbappend} (100%)
 
 diff --git 
 a/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappen
 d 
 b/meta-systemd/oe-core/recipes-connectivity/bluez/bluez5_5.29.bbappend
 similarity index 100%
 rename from 
 meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend
 rename to 
 meta-systemd/oe-core/recipes-connectivity/bluez/bluez5_5.29.bbappend
 --
 1.7.10.4
 
 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-systemd][PATCH] Rename bluez4_4.101.bbappend to bluez5_5.29.bbappend, to fix build issue below: ERROR: No recipes available for: /home/tprrt/dev/oe-build-easy/combination/meta-systemd/o

2015-05-05 Thread Martin Jansa
On Tue, May 05, 2015 at 03:13:53PM +, Iorga, Cristian wrote:
 Martin, can I help with the aforementioned build failures?

Most of them aren't related to bluez4.

The only exception is this patch:
http://lists.openembedded.org/pipermail/openembedded-devel/2015-May/101302.html
I had to extend it a bit (navit, libsyncml, obexftp depend on
blacklisted components), but you can help by reviewing it (or even
checking if some of these components can actually use bluez5 (and
${BLUEZ}).

Most of issues are caused by thumb, tracked in:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717

and linux-yocto failing in various places for various MACHINEs.

Regards,

 Also, NACK for the original patch.
 /Cristian
 
 -Original Message-
 From: openembedded-devel-boun...@lists.openembedded.org 
 [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of 
 Martin Jansa
 Sent: Tuesday, May 5, 2015 3:02 PM
 To: openembedded-devel@lists.openembedded.org
 Cc: tprrt
 Subject: Re: [oe] [meta-systemd][PATCH] Rename bluez4_4.101.bbappend to 
 bluez5_5.29.bbappend, to fix build issue below: ERROR: No recipes available 
 for: 
 /home/tprrt/dev/oe-build-easy/combination/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend
 
 On Tue, May 05, 2015 at 01:18:29PM +0200, Thomas Perrot wrote:
  From: tprrt tp...@tupi.fr
 
 NAK, see pending patches for bluez4 (I plan to merge them as soon as builds 
 stop failing completely).
 
  Signed-off-by: tprrt tp...@tupi.fr
  ---
   .../bluez/{bluez4_4.101.bbappend = bluez5_5.29.bbappend}  |   
   0
   1 file changed, 0 insertions(+), 0 deletions(-)  rename 
  meta-systemd/oe-core/recipes-connectivity/bluez/{bluez4_4.101.bbappend 
  = bluez5_5.29.bbappend} (100%)
  
  diff --git 
  a/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappen
  d 
  b/meta-systemd/oe-core/recipes-connectivity/bluez/bluez5_5.29.bbappend
  similarity index 100%
  rename from 
  meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend
  rename to 
  meta-systemd/oe-core/recipes-connectivity/bluez/bluez5_5.29.bbappend
  --
  1.7.10.4
  
  --
  ___
  Openembedded-devel mailing list
  Openembedded-devel@lists.openembedded.org
  http://lists.openembedded.org/mailman/listinfo/openembedded-devel
 
 -- 
 Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel
 -- 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-gnome][PATCH 1/7] libgnomeprint: Fix build with newer bison = 3

2015-05-05 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com
---
 .../gnome/libgnomeprint/bison3-support.patch   | 30 ++
 .../recipes-gnome/gnome/libgnomeprint_2.18.8.bb|  5 ++--
 2 files changed, 33 insertions(+), 2 deletions(-)
 create mode 100644 
meta-gnome/recipes-gnome/gnome/libgnomeprint/bison3-support.patch

diff --git a/meta-gnome/recipes-gnome/gnome/libgnomeprint/bison3-support.patch 
b/meta-gnome/recipes-gnome/gnome/libgnomeprint/bison3-support.patch
new file mode 100644
index 000..29d410a
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint/bison3-support.patch
@@ -0,0 +1,30 @@
+Index: libgnomeprint-2.18.8/libgnomeprint/grammar.y
+===
+--- libgnomeprint-2.18.8.orig/libgnomeprint/grammar.y
 libgnomeprint-2.18.8/libgnomeprint/grammar.y
+@@ -99,7 +99,7 @@ gnome_print_filter_parse_prop (GnomePrin
+ }
+ 
+ static int yylex (void *lvalp);
+-static int yyerror (const char *s);
++static int yyerror (graph_t *g, const char *s);
+ %}
+ 
+ %union {
+@@ -117,6 +117,7 @@ static int yyerror (const char *s);
+ %type p pool
+ 
+ %pure_parser
++%parse-param { graph_t *graph }
+ 
+ %start graph
+ %%
+@@ -185,7 +186,7 @@ graph: filter {
+ %%
+ 
+ static int
+-yyerror (const char *s)
++yyerror (graph_t *g, const char *s)
+ {
+   return -1;
+ }
diff --git a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb 
b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb
index 15e513a..b17062b 100644
--- a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb
+++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb
@@ -1,15 +1,16 @@
 LICENSE = GPLv2
 SECTION = x11/gnome/libs
 
-DEPENDS = libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt 
gnome-common freetype
+DEPENDS = bison-native flex-native libxml2 libgnomecups glib-2.0 pango 
libart-lgpl fontconfig popt gnome-common freetype
 
 LIC_FILES_CHKSUM = file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f
 
-inherit pkgconfig gnomebase
+inherit gnomebase
 
 SRC_URI += file://fix.includes.patch \
 file://freetype.patch \
 file://0001-configure-use-pkgconfig-for-freetype.patch \
+file://bison3-support.patch \

 SRC_URI[archive.md5sum] = 63b05ffb5386e131487c6af30f4c56ac
 SRC_URI[archive.sha256sum] = 
1034ec8651051f84d2424e7a1da61c530422cc20ce5b2d9e107e1e46778d9691
-- 
2.1.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 2/7] polkit-gnome: Upgrade 0.102 - 0.105

2015-05-05 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com
---
 meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch| 12 
 .../polkit/{polkit-gnome_0.102.bb = polkit-gnome_0.105.bb}  | 12 ++--
 2 files changed, 18 insertions(+), 6 deletions(-)
 create mode 100644 meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch
 rename meta-oe/recipes-extended/polkit/{polkit-gnome_0.102.bb = 
polkit-gnome_0.105.bb} (63%)

diff --git a/meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch 
b/meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch
new file mode 100644
index 000..4b6ad75
--- /dev/null
+++ b/meta-oe/recipes-extended/polkit/files/gtk-doc-check.patch
@@ -0,0 +1,12 @@
+--- polkit-gnome-0.105/configure.ac.org2015-05-04 22:33:03.925977953 
-0700
 polkit-gnome-0.105/configure.ac2015-05-04 22:33:16.862288030 -0700
+@@ -120,6 +120,9 @@
+ # Check for required packages
+ # ***
+ 
++# check for gtk-doc
++GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
++
+ POLKIT_AGENT_REQUIRED=0.97
+ POLKIT_GOBJECT_REQUIRED=0.97
+ GTK_REQUIRED=3.0.0
diff --git a/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb 
b/meta-oe/recipes-extended/polkit/polkit-gnome_0.105.bb
similarity index 63%
rename from meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb
rename to meta-oe/recipes-extended/polkit/polkit-gnome_0.105.bb
index f5480e7..7ab69b6 100644
--- a/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb
+++ b/meta-oe/recipes-extended/polkit/polkit-gnome_0.105.bb
@@ -7,16 +7,18 @@ LICENSE = LGPLv2+
 LIC_FILES_CHKSUM = file://COPYING;md5=74579fab173e4c5e12aac0cd83ee98ec \
 
file://src/main.c;beginline=1;endline=20;md5=aba145d1802f2329ba561e3e48ecb795
 
-SRC_URI = http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \
+SRC_URI = 
https://download.gnome.org/sources/polkit-gnome/${PV}/polkit-gnome-${PV}.tar.xz
 \
+   file://gtk-doc-check.patch \
 
+SRC_URI[md5sum] = 50ecad37c8342fb4a52f590db7530621
+SRC_URI[sha256sum] = 
1784494963b8bf9a00eedc6cd3a2868fb123b8a5e516e66c5eda48df17ab9369
 
-PNBLACKLIST[polkit-gnome] ?= Fails to build, m4:configure.ac:125: recursion 
limit of 1024 exceeded, use -LN to change it
-
-PR = r2
+#PNBLACKLIST[polkit-gnome] ?= Fails to build, m4:configure.ac:125: recursion 
limit of 1024 exceeded, use -LN to change it
 
 EXTRA_OECONF = \
 --disable-examples \
 --disable-introspection \
+--disable-static \
 
 
 inherit autotools gtk-doc pkgconfig
@@ -24,5 +26,3 @@ inherit autotools gtk-doc pkgconfig
 FILES_${PN} +=  ${datadir}/dbus-1 \
  ${datadir}/PolicyKit \
 
-SRC_URI[md5sum] = f6b485ffd7bd605af815fd2747180481
-SRC_URI[sha256sum] = 
81caa6972e651e90ef4ac31d7ed41bc79543d46b850dbd5b14b40f8ef7107d11
-- 
2.1.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-gnome][PATCH 6/7] gdm: Whitelist it

2015-05-05 Thread Khem Raj
polkit-gnome has been fixed to build

Signed-off-by: Khem Raj raj.k...@gmail.com
---
 meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb 
b/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb
index fcd51ff..723eee8 100644
--- a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb
+++ b/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb
@@ -6,8 +6,6 @@ DEPENDS = xinput gnome-panel tcp-wrappers libcanberra 
libxklavier grep consolek
 
 PR = r18
 
-PNBLACKLIST[gdm] ?= Depends on broken polkit-gnome
-
 inherit gnome update-rc.d systemd useradd
 
 SRC_URI +=  \
-- 
2.1.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 5/7] libsigc++: Use http instead of ftp in SRC_URI

2015-05-05 Thread Khem Raj
Fixes fetch failures

Signed-off-by: Khem Raj raj.k...@gmail.com
---
 meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb 
b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb
index b6ce5fc..546305f 100644
--- a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb
+++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499
 
 DEPENDS = mm-common
 
-SRC_URI = 
ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.xz;
+SRC_URI = 
http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.xz;
 SRC_URI[md5sum] = 815d0c6d61601f51bbcaeef6826606b0
 SRC_URI[sha256sum] = 
9834045f74f56752c2c6b3cdc195c30ab8314ad22dc8e626d6f67f940f1e4957
 
-- 
2.1.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 3/7] imagemagick: Update PATCHSET to 10

2015-05-05 Thread Khem Raj
PATCHSET 9 is removed from upstream URL

Signed-off-by: Khem Raj raj.k...@gmail.com
---
 meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb 
b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb
index 1252020..accbbed 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb
@@ -5,11 +5,11 @@ LIC_FILES_CHKSUM = 
file://LICENSE;md5=5d84c6ddd4028aa53d028b4c50f9361e
 # FIXME: There are many more checked libraries. All should be added or 
explicitly disabled to get consistent results.
 DEPENDS = lcms bzip2 jpeg libpng librsvg tiff zlib virtual/fftw freetype
 
-PATCHSET = 9
+PATCHSET = 10
 SRC_URI = 
http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.bz2
 \
 
-SRC_URI[md5sum] = 971648be6ae5f5070d98e2b6c5fb004d
-SRC_URI[sha256sum] = 
ea0c4f00019b58b290b1329e4e747972c61a00780a67b35df9228a76f26f1592
+SRC_URI[md5sum] = c4f70046420db9b22d9dfd1c3d179b55
+SRC_URI[sha256sum] = 
4e702c1c3b4632fde2a93af33dcd3d013a9ebfa598060aca11f06d80676ecbf4
 
 S = ${WORKDIR}/ImageMagick-${PV}-${PATCHSET}
 
-- 
2.1.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][meta-gnome][PATCH 7/7] obex, gnome-bluetooth: Depend on bluez5

2015-05-05 Thread Khem Raj
bluez4 is removed from oe-core
this needs runtime testing

Signed-off-by: Khem Raj raj.k...@gmail.com
---
 meta-gnome/recipes-connectivity/obex/obexd_0.48.bb | 4 ++--
 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | 2 +-
 meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb| 3 +--
 meta-oe/recipes-connectivity/obex/openobex_1.5.bb  | 2 +-
 4 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb 
b/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
index f28f77b..02b364e 100644
--- a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
+++ b/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
@@ -1,7 +1,7 @@
 SUMMARY = OBEX Server and Client
 # obexd was integrated into bluez5
-DEPENDS = glib-2.0 dbus bluez4 libical
-RCONFLICTS_${PN} = bluez5
+DEPENDS = glib-2.0 dbus bluez5 libical
+#RCONFLICTS_${PN} = bluez5
 
 LICENSE = GPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb 
b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb
index 8711b8a..ddc78e6 100644
--- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
 PR = r1
 
 SECTION = x11/gnome
-DEPENDS = obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib 
libunique libnotify bluez4 gnome-keyring virtual/libx11 libxi intltool-native
+DEPENDS = obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib 
libunique libnotify bluez5 gnome-keyring virtual/libx11 libxi intltool-native
 
 inherit gnomebase gtk-icon-cache
 
diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb 
b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
index afe6106..8bb5374 100644
--- a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
+++ b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
@@ -2,8 +2,7 @@ DESCRIPTION = obex-data-server is a D-Bus service providing 
high-level OBEX cli
 LICENSE = GPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f
 
-DEPENDS = gtk+ bluez4 dbus-glib imagemagick openobex
-RCONFLICTS_${PN} = bluez5
+DEPENDS = gtk+ bluez5 dbus-glib imagemagick openobex
 
 SRC_URI = http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz;
 SRC_URI[md5sum] = 961ca5db6fe9c97024e133cc6203cc4d
diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb 
b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb
index b07779d..f4744c0 100644
--- a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb
+++ b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb
@@ -2,7 +2,7 @@ DESCRIPTION = The Openobex project is an open source 
implementation of the \
 Object Exchange (OBEX) protocol.
 HOMEPAGE = http://openobex.triq.net;
 SECTION = libs
-DEPENDS = virtual/libusb0 bluez4
+DEPENDS = virtual/libusb0 bluez5
 LICENSE = GPLv2  LGPLv2.1
 LIC_FILES_CHKSUM = file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
 file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \
-- 
2.1.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [oe-classic][PATCH 0/1] Add a notice to OE-Classic pointing to OE-Core

2015-05-05 Thread Paul Eggleton
On Thursday 23 April 2015 15:59:31 Paul Eggleton wrote:
 As discussed at OEDAM, it's about time we added something to the
 OE-Classic repo pointing people over to OE-Core, as OE-Classic really is
 dead by now.
 
 If some folks who contributed to OE-Classic could reply with their
 Signed-off-by so we can add them to the commit message (or request
 changes to the notices if you would like any) then that would be great.

Thanks all, this is now pushed.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Training page on openembedded.org

2015-05-05 Thread Philip Balister
At ELC several people asked me who does training for OpenEmbedded (and
the Yocto Project). I went ahead and started a page for companies and
people interested in providing training to list themselves:

http://openembedded.org/wiki/Training

Please go ahead and create an entry for your organization. Try to keep
them in alphabetical order.

Philip
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-systemd][PATCH] Rename bluez4_4.101.bbappend to bluez5_5.29.bbappend, to fix build issue below: ERROR: No recipes available for: /home/tprrt/dev/oe-build-easy/combination/meta-systemd/oe-co

2015-05-05 Thread Thomas Perrot
From: tprrt tp...@tupi.fr

Signed-off-by: tprrt tp...@tupi.fr
---
 .../bluez/{bluez4_4.101.bbappend = bluez5_5.29.bbappend}  |0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-systemd/oe-core/recipes-connectivity/bluez/{bluez4_4.101.bbappend 
= bluez5_5.29.bbappend} (100%)

diff --git 
a/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend 
b/meta-systemd/oe-core/recipes-connectivity/bluez/bluez5_5.29.bbappend
similarity index 100%
rename from 
meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend
rename to meta-systemd/oe-core/recipes-connectivity/bluez/bluez5_5.29.bbappend
-- 
1.7.10.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel