Re: [oe] [PATCH] libjpeg-turbo: remove recipe

2016-01-21 Thread Maxin B. John
Hi,

gentle ping.
(libjpeg-turbo was moved to oe-core on 2016-01-07)

On Mon, Nov 30, 2015 at 11:13:43AM +0200, Maxin B. John wrote:
> Remove libjpeg-turbo package from meta-oe as it will be moved to oe-core
> to replace libjpeg package.
> 
> Signed-off-by: Maxin B. John 
> ---
>  .../recipes-core/jpeg/libjpeg-turbo_8d+1.4.1.bb| 40 
> --
>  1 file changed, 40 deletions(-)
>  delete mode 100644 meta-oe/recipes-core/jpeg/libjpeg-turbo_8d+1.4.1.bb
> 
> diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_8d+1.4.1.bb 
> b/meta-oe/recipes-core/jpeg/libjpeg-turbo_8d+1.4.1.bb
> deleted file mode 100644
> index e79f800..000
> --- a/meta-oe/recipes-core/jpeg/libjpeg-turbo_8d+1.4.1.bb
> +++ /dev/null
> @@ -1,40 +0,0 @@
> -DESCRIPTION = "libjpeg-turbo is a derivative of libjpeg that uses SIMD 
> instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and 
> decompression"
> -HOMEPAGE = "http://libjpeg-turbo.org/;
> -
> -LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = 
> "file://cdjpeg.h;endline=12;md5=cad955d15145c3fdceec6855e078e953 \
> -
> file://jpeglib.h;endline=14;md5=dfc803dc51ae21178d1376ec73c4454d \
> -
> file://djpeg.c;endline=9;md5=e93a8f2061e8a0ac71c7a485c10489e2 \
> -"
> -
> -DEPENDS = "nasm-native"
> -
> -BASEPV = "${@d.getVar('PV',True).split('+')[1]}"
> -
> -SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${BASEPV}.tar.gz"
> -SRC_URI[md5sum] = "b1f6b84859a16b8ebdcda951fa07c3f2"
> -SRC_URI[sha256sum] = 
> "4bf5bad4ce85625bffbbd9912211e06790e00fb982b77724af7211034efafb08"
> -
> -S = "${WORKDIR}/${BPN}-${BASEPV}"
> -
> -# Drop-in replacement for jpeg
> -PROVIDES = "jpeg"
> -RPROVIDES_${PN} += "jpeg"
> -RREPLACES_${PN} += "jpeg"
> -RCONFLICTS_${PN} += "jpeg"
> -
> -inherit autotools pkgconfig
> -
> -EXTRA_OECONF = "--with-jpeg8 "
> -
> -PACKAGES =+ "jpeg-tools libturbojpeg"
> -
> -DESCRIPTION_jpeg-tools = "The jpeg-tools package includes client programs to 
> access libjpeg functionality.  These tools allow for the compression, 
> decompression, transformation and display of JPEG files and benchmarking of 
> the libjpeg library."
> -FILES_jpeg-tools = "${bindir}/*"
> -
> -FILES_libturbojpeg = "${libdir}/libturbojpeg.so"
> -INSANE_SKIP_libturbojpeg = "dev-so"
> -
> -BBCLASSEXTEND = "native"
> -
> -LEAD_SONAME = "libjpeg.so.8"
> -- 
> 2.4.0
>
Best Regards,
Maxin
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH] various: delete qt4 recipes that break parsing due to missing classes

2016-01-21 Thread Martin Jansa
Can you please sent rebased patch to remove the left-overs? Thanks.

On Thu, Jan 21, 2016 at 10:42 AM, Koen Kooi  wrote:

> On 21 January 2016 at 10:31, Martin Jansa  wrote:
> >
> http://git.openembedded.org/meta-openembedded/commit/?id=2bd11da4b50f401c9c49975aeedaaafa6a59d08b
> > was merged week ago
>
> Ah, I see what happened:
>
> [koen@thinkpad meta-openembedded]$ git show -M | diffstat
>
>  
> qcanobserver/qcanobserver/0001-messagebufferinterface.cpp-add-sys-socket.h-as-inclu.patch
> |   41 -
>  qcanobserver/qcanobserver/0002-qconsole-writethread-gcc-4.5-fixes.patch
>   |   40 -
>  qcanobserver/qcanobserver/candemo.xml
> |   40 -
>  qt-creator/qt-creator/fix.missing.cpuid.h.patch
> |  384 --
>  qt-creator/qt-creator/qbs_transformer_product.patch
> |   93 --
>  qtserialport/qtserialport.inc
> |   48 -
>  6 files changed, 646 deletions(-)
>
> My version was rebased and only drops leftovers. I only noticed that
> my patch was still there, I didn't look at the diffstat.
>
> All is good :)
>
> >
> > On Thu, Jan 21, 2016 at 8:26 AM, Koen Kooi  wrote:
> >>
> >> ping! Can one of the two patches to unbreak parsing go in before the
> >> weekend?
> >>
> >> On 11 January 2016 at 09:51, Koen Kooi  wrote:
> >> > On 11 January 2016 at 09:08, Andreas Müller
> >> >  wrote:
> >> >> On Mon, Jan 11, 2016 at 8:10 AM, Koen Kooi 
> >> >> wrote:
> >> >>> Signed-off-by: Koen Kooi 
> >> >>> ---
> >> >> double efforts? [1]
> >> >
> >> > Looks like it, but [1] doesn't show up in
> >> > http://patchwork.openembedded.org/project/oe/list/ :(
> >> >
> >> >>
> >> >> [1]
> >> >>
> http://lists.openembedded.org/pipermail/openembedded-devel/2016-January/105406.html
> >> >>
> >> >> Andreas
> >> >
> >> >
> >> >
> >> > --
> >> > Koen Kooi
> >> >
> >> > Builds and Baselines | Release Manager
> >> > Linaro.org | Open source software for ARM SoCs
> >>
> >>
> >>
> >> --
> >> Koen Kooi
> >>
> >> Builds and Baselines | Release Manager
> >> Linaro.org | Open source software for ARM SoCs
> >
> >
>
>
>
> --
> Koen Kooi
>
> Builds and Baselines | Release Manager
> Linaro.org | Open source software for ARM SoCs
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] various: delete leftovers from qt4 recipes that break parsing due to missing classes

2016-01-21 Thread Koen Kooi
Signed-off-by: Koen Kooi 
---
 ...erinterface.cpp-add-sys-socket.h-as-inclu.patch |  41 ---
 .../0002-qconsole-writethread-gcc-4.5-fixes.patch  |  40 ---
 .../qcanobserver/qcanobserver/candemo.xml  |  40 ---
 .../qt-creator/fix.missing.cpuid.h.patch   | 384 -
 .../qt-creator/qbs_transformer_product.patch   |  93 -
 meta-oe/recipes-qt/qtserialport/qtserialport.inc   |  48 ---
 6 files changed, 646 deletions(-)
 delete mode 100644 
meta-oe/recipes-qt/qcanobserver/qcanobserver/0001-messagebufferinterface.cpp-add-sys-socket.h-as-inclu.patch
 delete mode 100644 
meta-oe/recipes-qt/qcanobserver/qcanobserver/0002-qconsole-writethread-gcc-4.5-fixes.patch
 delete mode 100755 meta-oe/recipes-qt/qcanobserver/qcanobserver/candemo.xml
 delete mode 100644 
meta-oe/recipes-qt/qt-creator/qt-creator/fix.missing.cpuid.h.patch
 delete mode 100644 
meta-oe/recipes-qt/qt-creator/qt-creator/qbs_transformer_product.patch
 delete mode 100644 meta-oe/recipes-qt/qtserialport/qtserialport.inc

diff --git 
a/meta-oe/recipes-qt/qcanobserver/qcanobserver/0001-messagebufferinterface.cpp-add-sys-socket.h-as-inclu.patch
 
b/meta-oe/recipes-qt/qcanobserver/qcanobserver/0001-messagebufferinterface.cpp-add-sys-socket.h-as-inclu.patch
deleted file mode 100644
index 1b3da3b..000
--- 
a/meta-oe/recipes-qt/qcanobserver/qcanobserver/0001-messagebufferinterface.cpp-add-sys-socket.h-as-inclu.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From ebb464e3dfa2d59d65c3aa8ee652cb7607481f61 Mon Sep 17 00:00:00 2001
-From: Koen Kooi 
-Date: Thu, 10 Nov 2011 19:38:27 +0100
-Subject: [PATCH] messagebufferinterface.cpp: move sys/socket.h include
-
-This prevents the following error during cross-compiling:
-
-| In file included from messagebufferinterface.cpp:30:
-| 
/OE/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/linux/can.h:81:
 error: 'sa_family_t' does not name a type
-
-Signed-off-by: Koen Kooi 

- messagebufferinterface.cpp |7 ---
- 1 files changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/messagebufferinterface.cpp b/messagebufferinterface.cpp
-index 116564c..3e9a535 100644
 a/messagebufferinterface.cpp
-+++ b/messagebufferinterface.cpp
-@@ -25,14 +25,15 @@
- #include 
- #include 
- 
-+#include 
-+#include 
-+#include 
-+
- //#include 
- //#include 
- #include 
- 
- #include "configdialog.h"
--#include 
--#include 
--#include 
- #include 
- #include 
- 
--- 
-1.7.2.5
-
diff --git 
a/meta-oe/recipes-qt/qcanobserver/qcanobserver/0002-qconsole-writethread-gcc-4.5-fixes.patch
 
b/meta-oe/recipes-qt/qcanobserver/qcanobserver/0002-qconsole-writethread-gcc-4.5-fixes.patch
deleted file mode 100644
index 4561923..000
--- 
a/meta-oe/recipes-qt/qcanobserver/qcanobserver/0002-qconsole-writethread-gcc-4.5-fixes.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 3b3cb5212b5dbf182beed171045e5d179b2e9000 Mon Sep 17 00:00:00 2001
-From: Koen Kooi 
-Date: Fri, 11 Nov 2011 09:32:14 +0100
-Subject: [PATCH 2/2] qconsole, writethread: gcc 4.5 fixes
-
-Signed-off-by: Koen Kooi 

- qconsole.cpp|2 +-
- writethread.cpp |2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/qconsole.cpp b/qconsole.cpp
-index ea86957..b5a4687 100644
 a/qconsole.cpp
-+++ b/qconsole.cpp
-@@ -22,7 +22,7 @@ QConsole::QConsole()
- 
- {
- this->setReadOnly(true);
--QTextEdit::QTextEdit(NULL);
-+QTextEdit(NULL);
- }
- 
- 
-diff --git a/writethread.cpp b/writethread.cpp
-index ef7bc13..ff19560 100755
 a/writethread.cpp
-+++ b/writethread.cpp
-@@ -69,7 +69,7 @@ void WriteThread::setDev(void *ConfData, QString 
InterfaceLib, bool shareDevLib)
- if(!handle)
- {
- QString *ErrStr = new QString(" ");
--ErrStr->sprintf("%s %s","Could not load Device Mapper: ", 
InterfaceLib);
-+ErrStr->sprintf("%s %s","Could not load Device Mapper: ", 
(char*)InterfaceLib.constData());
- ErrorDialog *ed = new ErrorDialog;
- ed->SetErrorMessage(*ErrStr);
- delete ErrStr;
--- 
-1.7.2.5
-
diff --git a/meta-oe/recipes-qt/qcanobserver/qcanobserver/candemo.xml 
b/meta-oe/recipes-qt/qcanobserver/qcanobserver/candemo.xml
deleted file mode 100755
index 304713f..000
--- a/meta-oe/recipes-qt/qcanobserver/qcanobserver/candemo.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-
diff --git a/meta-oe/recipes-qt/qt-creator/qt-creator/fix.missing.cpuid.h.patch 
b/meta-oe/recipes-qt/qt-creator/qt-creator/fix.missing.cpuid.h.patch
deleted file mode 100644
index 

Re: [oe] [meta-java] unversioned source files

2016-01-21 Thread Huang, Jie (Jackie)


> -Original Message-
> From: openembedded-devel-boun...@lists.openembedded.org 
> [mailto:openembedded-devel-
> boun...@lists.openembedded.org] On Behalf Of Gary Thomas
> Sent: Thursday, January 21, 2016 1:51 PM
> To: openembedded-devel@lists.openembedded.org
> Subject: [oe] [meta-java] unversioned source files
> 
> I just built the latest openjdk-7 and noticed that there are
> a number of source files downloaded that have no version
> information:
>sources/corba.tar.bz2
>sources/hotspot.tar.bz2
>sources/jaxp.tar.bz2
>sources/jaxws.tar.bz2
>sources/jdk.tar.bz2
>sources/langtools.tar.bz2
>sources/openjdk.tar.bz2

The original download file doesn' t have version in the name:
http://icedtea.wildebeest.org/download/drops/icedtea7/2.7.0/corba.tar.bz2

> 
> This seems very problematic to me - how is this expected to work,
> especially when there are changes?

Yeah, there is potential issue, we should fix it by using "downloadfilename"
in SRC_URI to rename those files.

Thanks,
Jackie

> 
> --
> 
> Gary Thomas |  Consulting for the
> MLB Associates  |Embedded world
> 
> --
> ___
> 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] [meta-openembedded][FIDO PATCH 1/1] ruby: Fixed runtime error

2016-01-21 Thread Christian Ege
>From 6d2c2b602185a03232635a9c5c97253930c2bc0b Mon Sep 17 00:00:00 2001
From: Daniel Schnell 
Date: Wed, 14 Oct 2015 14:49:52 +0200
Subject: [meta-openembedded][FIDO PATCH 1/1] ruby: Fixed runtime error

 Only include "enable-wide-getaddrinfo" if IVP6 is enabled in disto
 feature otherwise 'gem install rails' throws an error
 for the missing symbol 'getipnodebyname'

This is a backport of master branch commit
86835b4ac5ee593e8bd5b142504194370df71728
to make any gem installation possible.

Signed-off-by: Daniel Schnell 
Signed-off-by: Christian Ege 
---
 meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb
b/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb
index 080d455..ccb7cbc 100644
--- a/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb
+++ b/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb
@@ -9,11 +9,12 @@ SRC_URI[sha256sum] =
"5a4de38068eca8919cb087d338c0c2e3d72c9382c804fb27ab746e6c78
 UNKNOWN_CONFIGURE_WHITELIST += "--enable-wide-getaddrinfo"

 PACKAGECONFIG ??= ""
+PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6',
'ipv6', '', d)}"
 PACKAGECONFIG[valgrind] = "--with-valgrind=yes, --with-valgrind=no, valgrind"
 PACKAGECONFIG[gpm] = "--with-gmp=yes, --with-gmp=no, gmp"
+PACKAGECONFIG[ipv6] = ",--enable-wide-getaddrinfo,"

 EXTRA_OECONF = "\
---enable-wide-getaddrinfo \
 --disable-versioned-paths \
 --disable-rpath \
 --disable-dtrace \
-- 
1.7.9.5


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


Re: [oe] [meta-java] unversioned source files

2016-01-21 Thread Henning Heinold
On Thu, Jan 21, 2016 at 09:08:35AM +, Huang, Jie (Jackie) wrote:
> 
> 
> > -Original Message-
> > From: openembedded-devel-boun...@lists.openembedded.org 
> > [mailto:openembedded-devel-
> > boun...@lists.openembedded.org] On Behalf Of Gary Thomas
> > Sent: Thursday, January 21, 2016 1:51 PM
> > To: openembedded-devel@lists.openembedded.org
> > Subject: [oe] [meta-java] unversioned source files
> > 
> > I just built the latest openjdk-7 and noticed that there are
> > a number of source files downloaded that have no version
> > information:
> >sources/corba.tar.bz2
> >sources/hotspot.tar.bz2
> >sources/jaxp.tar.bz2
> >sources/jaxws.tar.bz2
> >sources/jdk.tar.bz2
> >sources/langtools.tar.bz2
> >sources/openjdk.tar.bz2
> 
> The original download file doesn' t have version in the name:
> http://icedtea.wildebeest.org/download/drops/icedtea7/2.7.0/corba.tar.bz2
> 
> > 
> > This seems very problematic to me - how is this expected to work,
> > especially when there are changes?
> 
> Yeah, there is potential issue, we should fix it by using "downloadfilename"
> in SRC_URI to rename those files.
> 

Okay,

but when we copy them into the buildir we must use the old name, because
icedtea/openjdk configure script checks for them and will download them itself 
if not found.

> Thanks,
> Jackie

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


Re: [oe] [meta-oe][PATCH] various: delete qt4 recipes that break parsing due to missing classes

2016-01-21 Thread Koen Kooi
On 21 January 2016 at 10:31, Martin Jansa  wrote:
> http://git.openembedded.org/meta-openembedded/commit/?id=2bd11da4b50f401c9c49975aeedaaafa6a59d08b
> was merged week ago

Ah, I see what happened:

[koen@thinkpad meta-openembedded]$ git show -M | diffstat
 
qcanobserver/qcanobserver/0001-messagebufferinterface.cpp-add-sys-socket.h-as-inclu.patch
|   41 -
 qcanobserver/qcanobserver/0002-qconsole-writethread-gcc-4.5-fixes.patch
  |   40 -
 qcanobserver/qcanobserver/candemo.xml
|   40 -
 qt-creator/qt-creator/fix.missing.cpuid.h.patch
|  384 --
 qt-creator/qt-creator/qbs_transformer_product.patch
|   93 --
 qtserialport/qtserialport.inc
|   48 -
 6 files changed, 646 deletions(-)

My version was rebased and only drops leftovers. I only noticed that
my patch was still there, I didn't look at the diffstat.

All is good :)

>
> On Thu, Jan 21, 2016 at 8:26 AM, Koen Kooi  wrote:
>>
>> ping! Can one of the two patches to unbreak parsing go in before the
>> weekend?
>>
>> On 11 January 2016 at 09:51, Koen Kooi  wrote:
>> > On 11 January 2016 at 09:08, Andreas Müller
>> >  wrote:
>> >> On Mon, Jan 11, 2016 at 8:10 AM, Koen Kooi 
>> >> wrote:
>> >>> Signed-off-by: Koen Kooi 
>> >>> ---
>> >> double efforts? [1]
>> >
>> > Looks like it, but [1] doesn't show up in
>> > http://patchwork.openembedded.org/project/oe/list/ :(
>> >
>> >>
>> >> [1]
>> >> http://lists.openembedded.org/pipermail/openembedded-devel/2016-January/105406.html
>> >>
>> >> Andreas
>> >
>> >
>> >
>> > --
>> > Koen Kooi
>> >
>> > Builds and Baselines | Release Manager
>> > Linaro.org | Open source software for ARM SoCs
>>
>>
>>
>> --
>> Koen Kooi
>>
>> Builds and Baselines | Release Manager
>> Linaro.org | Open source software for ARM SoCs
>
>



-- 
Koen Kooi

Builds and Baselines | Release Manager
Linaro.org | Open source software for ARM SoCs
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] networkmanager: Warning Fix

2016-01-21 Thread Li Xin
WARNING: QA Issue: networkmanager rdepends on libnewt, but it isn't a build 
dependency? [build-deps]

Signed-off-by: Li Xin 
---
 meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.6.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.6.bb 
b/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.6.bb
index 1ddb66f..72b4e46 100644
--- a/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.6.bb
+++ b/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.6.bb
@@ -56,6 +56,7 @@ PACKAGECONFIG[wifi] = 
"--enable-wifi=yes,--enable-wifi=no,wireless-tools,wpa-sup
 PACKAGECONFIG[ifupdown] = "--enable-ifupdown,--disable-ifupdown"
 PACKAGECONFIG[netconfig] = "--with-netconfig=yes,--with-netconfig=no"
 PACKAGECONFIG[qt4-x11-free] = "--enable-qt,--disable-qt,qt4-x11-free"
+PACKAGECONFIG[libnewt] = "--with-nmtui=yes,--with-nmtui=no,libnewt"
 
 PACKAGES =+ "libnmutil libnmglib libnmglib-vpn ${PN}-tests 
${PN}-bash-completion \
   ${PN}-nmtui ${PN}-nmtui-doc \
-- 
1.8.4.2



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


Re: [oe] [meta-openembedded][FIDO PATCH 1/1] ruby: Fixed runtime error

2016-01-21 Thread akuster808
thanks,

I will add this to my queue and let you know when staged for merging.

-- armin

On 01/21/2016 02:39 AM, Christian Ege wrote:
> From 6d2c2b602185a03232635a9c5c97253930c2bc0b Mon Sep 17 00:00:00 2001
> From: Daniel Schnell 
> Date: Wed, 14 Oct 2015 14:49:52 +0200
> Subject: [meta-openembedded][FIDO PATCH 1/1] ruby: Fixed runtime error
> 
>  Only include "enable-wide-getaddrinfo" if IVP6 is enabled in disto
>  feature otherwise 'gem install rails' throws an error
>  for the missing symbol 'getipnodebyname'
> 
> This is a backport of master branch commit
> 86835b4ac5ee593e8bd5b142504194370df71728
> to make any gem installation possible.
> 
> Signed-off-by: Daniel Schnell 
> Signed-off-by: Christian Ege 
> ---
>  meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb |3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb
> b/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb
> index 080d455..ccb7cbc 100644
> --- a/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb
> +++ b/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb
> @@ -9,11 +9,12 @@ SRC_URI[sha256sum] =
> "5a4de38068eca8919cb087d338c0c2e3d72c9382c804fb27ab746e6c78
>  UNKNOWN_CONFIGURE_WHITELIST += "--enable-wide-getaddrinfo"
> 
>  PACKAGECONFIG ??= ""
> +PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6',
> 'ipv6', '', d)}"
>  PACKAGECONFIG[valgrind] = "--with-valgrind=yes, --with-valgrind=no, valgrind"
>  PACKAGECONFIG[gpm] = "--with-gmp=yes, --with-gmp=no, gmp"
> +PACKAGECONFIG[ipv6] = ",--enable-wide-getaddrinfo,"
> 
>  EXTRA_OECONF = "\
> ---enable-wide-getaddrinfo \
>  --disable-versioned-paths \
>  --disable-rpath \
>  --disable-dtrace \
> 
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [OE-core] proposal: let's move oe-core to ffmpeg (from libav)

2016-01-21 Thread Burton, Ross
[CC'ing oe-devel]

On 21 January 2016 at 15:14, Alexander Kanavin <
alexander.kana...@linux.intel.com> wrote:

> let's replace libav with ffmpeg in oe-core. The reasons are:
>
> - all of the major distributions are using ffmpeg now (the last holdout
> was Debian, and they switched to ffmpeg in summer 2015 after a long
> discussion and deliberation [1][2])
> - ffmpeg is much more responsive to security issues
> - ffmpeg does regular releases, while libav hasn't had one since spring
> 2015
> - other reasons listed in [2]
>
> [1] https://lwn.net/Articles/650816/
> [2] https://wiki.debian.org/Debate/libav-provider/ffmpeg
>
> Objections, thoughts?
>

Sounds sensible to me.  However we're a week away from M2 deadline so I'm
not sure we'll be able to have a consensus and get patches before that
unless someone is incredibly motivated.

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


Re: [oe] [meta-oe][PATCH] various: delete leftovers from qt4 recipes that break parsing due to missing classes

2016-01-21 Thread Paul Eggleton
On Thu, 21 Jan 2016 12:34:00 Koen Kooi wrote:
> Signed-off-by: Koen Kooi 
> ---
>  ...erinterface.cpp-add-sys-socket.h-as-inclu.patch |  41 ---
>  .../0002-qconsole-writethread-gcc-4.5-fixes.patch  |  40 ---
>  .../qcanobserver/qcanobserver/candemo.xml  |  40 ---
>  .../qt-creator/fix.missing.cpuid.h.patch   | 384
> - .../qt-creator/qbs_transformer_product.patch   | 
> 93 -
>  meta-oe/recipes-qt/qtserialport/qtserialport.inc   |  48 ---
>  6 files changed, 646 deletions(-)

Not that we wouldn't want to remove these, but how were you getting parse 
issues just by these files being present? None of them would be noticed by 
BitBake unless they were explicitly included.

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


Re: [oe] [OE-core] proposal: let's move oe-core to ffmpeg (from libav)

2016-01-21 Thread Paul Eggleton
On Thu, 21 Jan 2016 15:40:10 Burton, Ross wrote:
> [CC'ing oe-devel]
> 
> On 21 January 2016 at 15:14, Alexander Kanavin <
> 
> alexander.kana...@linux.intel.com> wrote:
> > let's replace libav with ffmpeg in oe-core. The reasons are:
> > 
> > - all of the major distributions are using ffmpeg now (the last holdout
> > was Debian, and they switched to ffmpeg in summer 2015 after a long
> > discussion and deliberation [1][2])
> > - ffmpeg is much more responsive to security issues
> > - ffmpeg does regular releases, while libav hasn't had one since spring
> > 2015
> > - other reasons listed in [2]
> > 
> > [1] https://lwn.net/Articles/650816/
> > [2] https://wiki.debian.org/Debate/libav-provider/ffmpeg
> > 
> > Objections, thoughts?

FWIW I did effectively make this same proposal last July, I think people were 
broadly in favour:

http://lists.openembedded.org/pipermail/openembedded-core/2015-July/107091.html

> Sounds sensible to me.  However we're a week away from M2 deadline so I'm
> not sure we'll be able to have a consensus and get patches before that
> unless someone is incredibly motivated.

Right, yes.

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] meta-openwrt layer is available

2016-01-21 Thread Khem Raj
Hi all

A new layer for openwrt packages is available

https://github.com/kraj/meta-openwrt

This is aimed at providing OE metadata for packages which are unique to
openwrt. Currently it does not contain recipes for all possible packages
but if you have one or are housing them in different layers please feel free
to move them to this layer

The layer index URI is

http://layers.openembedded.org/layerindex/branch/master/layer/meta-openwrt/

Thanks
-Khem



signature.asc
Description: Message signed with OpenPGP using GPGMail
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Save the day OEDAM April 7 (after ELC and YP devday)

2016-01-21 Thread Philip Balister
We are arranging an OpenEmbedded developer meeting on April 7, 2016 in
San Diego. This is after ELC and the Yocto Project developer day on
Thursday. (This is more a training day)

We will publish more information as we work it out, but we did want
people to know so they can schedule travel.

If you have suggestions for this you would like to cover at the
developer meeting, let us know.

Thanks,

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


Re: [oe] [meta-java] unversioned source files

2016-01-21 Thread Gary Thomas

On 01/21/2016 10:41 AM, Henning Heinold wrote:

On Thu, Jan 21, 2016 at 09:08:35AM +, Huang, Jie (Jackie) wrote:




-Original Message-
From: openembedded-devel-boun...@lists.openembedded.org 
[mailto:openembedded-devel-
boun...@lists.openembedded.org] On Behalf Of Gary Thomas
Sent: Thursday, January 21, 2016 1:51 PM
To: openembedded-devel@lists.openembedded.org
Subject: [oe] [meta-java] unversioned source files

I just built the latest openjdk-7 and noticed that there are
a number of source files downloaded that have no version
information:
sources/corba.tar.bz2
sources/hotspot.tar.bz2
sources/jaxp.tar.bz2
sources/jaxws.tar.bz2
sources/jdk.tar.bz2
sources/langtools.tar.bz2
sources/openjdk.tar.bz2


The original download file doesn' t have version in the name:
http://icedtea.wildebeest.org/download/drops/icedtea7/2.7.0/corba.tar.bz2



This seems very problematic to me - how is this expected to work,
especially when there are changes?


Yeah, there is potential issue, we should fix it by using "downloadfilename"
in SRC_URI to rename those files.



Okay,

but when we copy them into the buildir we must use the old name, because
icedtea/openjdk configure script checks for them and will download them itself 
if not found.


Thanks,
Jackie


Bye Henning



Thinking about it, I'm not sure even these changes will really
help, especially for local mirrors.

Hasn't this topic ever been discussed with the upstream?  It would
seem very important!

--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world

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


Re: [oe] [RFT] Glibc 2.23 and binutils 2.26

2016-01-21 Thread akuster808


On 01/17/2016 03:54 AM, Khem Raj wrote:
> Hi all
> 
> upstream glibc and binutils release branches have been cut out and are being 
> made ready for next release
> I have put together update patchset for both of them
> 
> here are the branches
> 
> https://github.com/kraj/openembedded-core/tree/kraj/binutils-2.26
> https://github.com/kraj/openembedded-core/tree/kraj/glibc-2.23

Several Security fixes will be included in glibc-2.23 update.

https://bugzilla.yoctoproject.org/show_bug.cgi?id=8980


CVE-2015-8776 - Passing out of range data to strftime() causes a segfault

https://sourceware.org/bugzilla/show_bug.cgi?id=18985


CVE-2015-8777 - LD_POINTER_GUARD is not ignored for privileged binaries
https://sourceware.org/bugzilla/show_bug.cgi?id=18928

CVE-2015-8778 - hcreate((size_t)-1) should fail with ENOMEM
https://sourceware.org/bugzilla/show_bug.cgi?id=18240

CVE-2014-9761 - nan function unbounded stack allocation
https://sourceware.org/bugzilla/show_bug.cgi?id=16962

CVE-2015-8779 - catopen() Multiple unbounded stack allocations
https://sourceware.org/bugzilla/show_bug.cgi?id=17905

> 
> FYI These are still using autorev to ensure that we test tip of release 
> branches
> 
> Please give them a shot in your environments and report any issues you 
> encounter.

BTW, Mips64 Octeon3 works fine. Aarch64 qemu boot tested.

- Armin
> 
> Thanks for help
> 
> -Khem
> 
> 
> 
> 
> 
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH] various: delete leftovers from qt4 recipes that break parsing due to missing classes

2016-01-21 Thread Paul Eggleton
On Fri, 22 Jan 2016 06:57:27 Koen Kooi wrote:
> On 21 January 2016 at 19:25, Paul Eggleton
> 
>  wrote:
> > On Thu, 21 Jan 2016 12:34:00 Koen Kooi wrote:
> >> Signed-off-by: Koen Kooi 
> >> ---
> >> 
> >>  ...erinterface.cpp-add-sys-socket.h-as-inclu.patch |  41 ---
> >>  .../0002-qconsole-writethread-gcc-4.5-fixes.patch  |  40 ---
> >>  .../qcanobserver/qcanobserver/candemo.xml  |  40 ---
> >>  .../qt-creator/fix.missing.cpuid.h.patch   | 384
> >> 
> >> - .../qt-creator/qbs_transformer_product.patch  
> >> |
> >> 93 -
> >> 
> >>  meta-oe/recipes-qt/qtserialport/qtserialport.inc   |  48 ---
> >>  6 files changed, 646 deletions(-)
> > 
> > Not that we wouldn't want to remove these, but how were you getting parse
> > issues just by these files being present? None of them would be noticed by
> > BitBake unless they were explicitly included.
> 
> I wasn't getting parse errors with the files present, this is just a
> result of rebasing my patch against Martins version. The subject line
> might need some parens, though it should read as:
> 
>  leftovers from (qt4 recipes that break parsing)

Ah, I see - I misread, thanks for the clarification :)

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] CORRECTION Re: [OE-core] Save the day OEDAM (after ELC and YP devday)

2016-01-21 Thread Jeff Osier-Mixon
This should be Friday, April 8.

If you are making plans to travel to ELC, the conference takes place
Mon-Wed Apr 4-6. DevDay is being planned for Thu Apr 7. OEDAM will be
Friday Apr 8.

Please RSVP if you plan to attend. I am looking for a venue and need
to get an idea of how many people to accommodate. We may also plan
some kind of social event for Friday night if enough people are
interested.

Summary: if you plan to come to OEDAM, please plan to stay through Friday eve.

thanks

On Thu, Jan 21, 2016 at 2:24 PM, Philip Balister  wrote:
> We are arranging an OpenEmbedded developer meeting on April 7, 2016 in
> San Diego. This is after ELC and the Yocto Project developer day on
> Thursday. (This is more a training day)
>
> We will publish more information as we work it out, but we did want
> people to know so they can schedule travel.
>
> If you have suggestions for this you would like to cover at the
> developer meeting, let us know.
>
> Thanks,
>
> Philip
> --
> ___
> Openembedded-core mailing list
> openembedded-c...@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



-- 
Jeff Osier-Mixon
Open Source Community Architect, Intel Corporation
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-multimedia][PATCH] gst-plugins-base: drop obsolete dependency on liboil

2016-01-21 Thread Andre McCurdy
liboil was replaced by Orc prior to the gst-plugins-base 0.10.30 release:

  
http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=8e4314f0fbfa4957f8e84d46824d10178b106fe6

Signed-off-by: Andre McCurdy 
---
 .../recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb 
b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb
index 8afc165..aa6b3a1 100644
--- 
a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb
+++ 
b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \
 
file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0"
 
-DEPENDS += "alsa-lib liboil libogg libvorbis libtheora util-linux tremor 
glib-2.0-native"
+DEPENDS += "alsa-lib libogg libvorbis libtheora util-linux tremor 
glib-2.0-native"
 
 SRC_URI += "file://gst-plugins-base-tremor.patch \
 file://configure.ac-fix-subparse-plugin.patch \
-- 
1.9.1

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


Re: [oe] [meta-oe][PATCH] various: delete leftovers from qt4 recipes that break parsing due to missing classes

2016-01-21 Thread Koen Kooi
On 21 January 2016 at 19:25, Paul Eggleton
 wrote:
> On Thu, 21 Jan 2016 12:34:00 Koen Kooi wrote:
>> Signed-off-by: Koen Kooi 
>> ---
>>  ...erinterface.cpp-add-sys-socket.h-as-inclu.patch |  41 ---
>>  .../0002-qconsole-writethread-gcc-4.5-fixes.patch  |  40 ---
>>  .../qcanobserver/qcanobserver/candemo.xml  |  40 ---
>>  .../qt-creator/fix.missing.cpuid.h.patch   | 384
>> - .../qt-creator/qbs_transformer_product.patch   |
>> 93 -
>>  meta-oe/recipes-qt/qtserialport/qtserialport.inc   |  48 ---
>>  6 files changed, 646 deletions(-)
>
> Not that we wouldn't want to remove these, but how were you getting parse
> issues just by these files being present? None of them would be noticed by
> BitBake unless they were explicitly included.

I wasn't getting parse errors with the files present, this is just a
result of rebasing my patch against Martins version. The subject line
might need some parens, though it should read as:

 leftovers from (qt4 recipes that break parsing)


-- 
Koen Kooi

Builds and Baselines | Release Manager
Linaro.org | Open source software for ARM SoCs
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel