Re: [oe] [meta-qt5][PATCH v4] Upgrade to Qt 5.8

2017-01-12 Thread Samuli Piippo
The webengine bug has been reported, but it's still unresolved:
https://bugreports.qt.io/browse/QTBUG-57705

On Thu, Jan 12, 2017 at 9:08 PM, Martin Jansa  wrote:
> v5 is fine, will you also include the fix for qtwebengine on qemux86?
>
> Thanks
>
> On Thu, Jan 12, 2017 at 12:20 PM, Samuli Piippo 
> wrote:
>
>> The release date for Qt 5.8.0 is fast approaching (current target 17th of
>> January).
>> Would you prefer a v5 patch of this one or a new patch on top of v4?
>>
>> -samuli
>>
>> --
>> ___
>> 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


Re: [oe] [meta-oe][PATCH] syslog-ng: drop attempts to disable LFS

2017-01-12 Thread Khem Raj


On 1/12/17 4:25 PM, Andre McCurdy wrote:
> Forcefully disabling Large File Support in packages which enable it
> by default is probably not the right thing to do anymore. Since the
> syslog-ng configure.in file has been renamed to configure.ac, the
> existing sed command would fail anyway.

Yes, moreover I think largefile support is more or less core feature now
a days.

> 
> Signed-off-by: Andre McCurdy 
> ---
>  meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 4 
>  1 file changed, 4 deletions(-)
> 
> diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc 
> b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> index 0acdd73..4a66272 100644
> --- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> @@ -56,10 +56,6 @@ PACKAGECONFIG[json] = 
> "--enable-json,--disable-json,json-c,"
>  PACKAGECONFIG[tcp-wrapper] = 
> "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wrappers,"
>  PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip,"
>  
> -do_configure_prepend() {
> -eval "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '', 'sed -i 
> -e "s/-D_LARGEFILE_SOURCE//" -e "s/-D_FILE_OFFSET_BITS=64//" 
> ${S}/configure.in', d)}"
> -}
> -
>  do_install_prepend() {
>  sed -i -e 's,@SBINDIR@,${sbindir},g' ${S}/contrib/systemd/*.service
>  sed -i -e 's,@LOCALSTATEDIR@,${localstatedir},g' 
> ${S}/contrib/systemd/*.service
> 
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] syslog-ng: drop obsolete pcre PACKAGECONFIG option

2017-01-12 Thread Andre McCurdy
pcre is a hard dependency from syslog-ng 3.6 onwards.

Signed-off-by: Andre McCurdy 
---
 meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc 
b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
index 4a66272..21d1748 100644
--- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
+++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
@@ -48,7 +48,6 @@ PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl,openssl,"
 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,,"
 PACKAGECONFIG[systemd] = "--enable-systemd 
--with-systemdsystemunitdir=${systemd_unitdir}/system/,--disable-systemd 
--without-systemdsystemunitdir,systemd,"
 PACKAGECONFIG[linux-caps] = "--enable-linux-caps,--disable-linux-caps,libcap,"
-PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre,"
 PACKAGECONFIG[dbi] = "--enable-sql,--disable-sql,libdbi,"
 PACKAGECONFIG[libnet] = "--enable-libnet 
--with-libnet=${STAGING_BINDIR_CROSS},--disable-libnet,libnet,"
 PACKAGECONFIG[smtp] = "--enable-smtp 
--with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp,"
-- 
1.9.1

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


[oe] [meta-oe][PATCH] syslog-ng: drop attempts to disable LFS

2017-01-12 Thread Andre McCurdy
Forcefully disabling Large File Support in packages which enable it
by default is probably not the right thing to do anymore. Since the
syslog-ng configure.in file has been renamed to configure.ac, the
existing sed command would fail anyway.

Signed-off-by: Andre McCurdy 
---
 meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 4 
 1 file changed, 4 deletions(-)

diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc 
b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
index 0acdd73..4a66272 100644
--- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
+++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
@@ -56,10 +56,6 @@ PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c,"
 PACKAGECONFIG[tcp-wrapper] = 
"--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wrappers,"
 PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip,"
 
-do_configure_prepend() {
-eval "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '', 'sed -i -e 
"s/-D_LARGEFILE_SOURCE//" -e "s/-D_FILE_OFFSET_BITS=64//" ${S}/configure.in', 
d)}"
-}
-
 do_install_prepend() {
 sed -i -e 's,@SBINDIR@,${sbindir},g' ${S}/contrib/systemd/*.service
 sed -i -e 's,@LOCALSTATEDIR@,${localstatedir},g' 
${S}/contrib/systemd/*.service
-- 
1.9.1

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


Re: [oe] [meta-qt5][PATCH v4] Upgrade to Qt 5.8

2017-01-12 Thread Martin Jansa
v5 is fine, will you also include the fix for qtwebengine on qemux86?

Thanks

On Thu, Jan 12, 2017 at 12:20 PM, Samuli Piippo 
wrote:

> The release date for Qt 5.8.0 is fast approaching (current target 17th of
> January).
> Would you prefer a v5 patch of this one or a new patch on top of v4?
>
> -samuli
>
> --
> ___
> 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] [Openembedded-architecture] [yocto] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-12 Thread Burton, Ross
On 12 January 2017 at 14:18, Hudson, Sean  wrote:

>   It's a great point.  I have volunteered Mentor's teleconference, but the
> onsite pickup is always a challenge.  Once we've finalized the location,
> I'll focus on making sure that we have a high quality pickup(s) in the
> room.  If possible, I'll get a true video-conference setup.
>

Definitely plural!  A conference phone with a number of microphones dotted
around the room seems to be a sensible idea.

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


Re: [oe] [meta-browser][PATCH V3 0/3] firefox build fixes

2017-01-12 Thread Fabio Berton
Hi Andreas!

The problem was in git am command. When I ran git am, git changes files to
fix whitespace errors and patch 0002-use-pkg-config-to-find-nspr.patch
doesn't apply in firefox source, failing when running bitbake firefox -c
patch. So, I used git am --whitespace=warn and works fine. Patches are good
and firefox build succesfully.

Thanks!

On Thu, Jan 12, 2017 at 5:44 AM, Andreas Müller <
schnitzelt...@googlemail.com> wrote:

> Hope patches apply now...
>
> Andreas Müller (3):
>   firefox: fix configure with oe-core master - there is no nss-config
>   firefox: use pkg-config to find nspr
>   firefox: do not link against crmf library it is not there
>
>  .../firefox/0001-use-pkg-config-to-find-nss.patch  | 47
> +
>  .../firefox/0002-use-pkg-config-to-find-nspr.patch | 37 +
>  ...link-against-crmf-library-it-is-not-there.patch | 48
> ++
>  recipes-mozilla/firefox/firefox_45.6.0esr.bb   |  3 ++
>  4 files changed, 135 insertions(+)
>  create mode 100644 recipes-mozilla/firefox/firefox/0001-use-pkg-config-
> to-find-nss.patch
>  create mode 100644 recipes-mozilla/firefox/firefox/0002-use-pkg-config-
> to-find-nspr.patch
>  create mode 100644 recipes-mozilla/firefox/firefox/0003-do-not-link-
> against-crmf-library-it-is-not-there.patch
>
> --
> 2.7.4
>
> --
> ___
> 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-browser duplicate patch

2017-01-12 Thread Trevor Woerner
On Thu 2017-01-12 @ 04:59:20 PM, Alexander Kanavin wrote:
> On 01/12/2017 04:44 PM, Trevor Woerner wrote:
> > Does the do_patch logic now ignore the same patch being applied twice? I was
> > quite sure this was a problem in the past (and if it isn't, maybe it should
> > be?)
> > 
> > In commit fb4e542079958b6afde324a1e9bfdd695842aeeb
> > the patch 
> > recipes-browser/chromium/chromium/chromium/Do-not-depend-on-Linux-4.5.patch
> > 
> > and in commit c6fc9da7be64af7cd08c2bbb026e4c3ffc760687
> > the patch recipes-browser/chromium/chromium/chromium/unset-madv-free.patch
> > 
> > are exactly the same. Yet they're both happily applied without so much as a
> > warning, not even in temp/log.do_patch.
> 
> Can you inspect the resulting file? Are the changes being applied twice in
> two *different* locations in the file?

Ah yes, there it is, applied twice:

 44 #if OS(LINUX) && defined(MADV_FREE)
 45 // Added in Linux 4.5, but it breaks the sandbox.
 46 #undef MADV_FREE
 47 #endif
 48 
 49 #if OS(LINUX) && defined(MADV_FREE)
 50 // Added in Linux 4.5, but we don't want to depend on 4.5 at runtime
 51 #undef MADV_FREE
 52 #endif


> We have a bug to fix this issue:
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450

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


Re: [oe] meta-browser duplicate patch

2017-01-12 Thread Alexander Kanavin

On 01/12/2017 04:44 PM, Trevor Woerner wrote:

Does the do_patch logic now ignore the same patch being applied twice? I was
quite sure this was a problem in the past (and if it isn't, maybe it should
be?)

In commit fb4e542079958b6afde324a1e9bfdd695842aeeb
the patch 
recipes-browser/chromium/chromium/chromium/Do-not-depend-on-Linux-4.5.patch

and in commit c6fc9da7be64af7cd08c2bbb026e4c3ffc760687
the patch recipes-browser/chromium/chromium/chromium/unset-madv-free.patch

are exactly the same. Yet they're both happily applied without so much as a
warning, not even in temp/log.do_patch.


Can you inspect the resulting file? Are the changes being applied twice 
in two *different* locations in the file?


We have a bug to fix this issue:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450


Alex

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


[oe] meta-browser duplicate patch

2017-01-12 Thread Trevor Woerner
Does the do_patch logic now ignore the same patch being applied twice? I was
quite sure this was a problem in the past (and if it isn't, maybe it should
be?)

In commit fb4e542079958b6afde324a1e9bfdd695842aeeb
the patch 
recipes-browser/chromium/chromium/chromium/Do-not-depend-on-Linux-4.5.patch

and in commit c6fc9da7be64af7cd08c2bbb026e4c3ffc760687
the patch recipes-browser/chromium/chromium/chromium/unset-madv-free.patch

are exactly the same. Yet they're both happily applied without so much as a
warning, not even in temp/log.do_patch.
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [Openembedded-architecture] [yocto] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-12 Thread Hudson, Sean
Paul,

  It's a great point.  I have volunteered Mentor's teleconference, but the 
onsite pickup is always a challenge.  Once we've finalized the location, I'll 
focus on making sure that we have a high quality pickup(s) in the room.  If 
possible, I'll get a true video-conference setup.

--
Sean


> -Original Message-
> From: openembedded-architecture-boun...@lists.openembedded.org
> [mailto:openembedded-architecture-boun...@lists.openembedded.org] On
> Behalf Of Paul Eggleton
> Sent: Wednesday, January 11, 2017 07:47 PM
> To: Philip Balister 
> Cc: yo...@yoctoproject.org; openembedded-
> memb...@lists.openembedded.org; openembedded-architecture
> ; openembedded-
> de...@lists.openembedded.org; openembedded-core  c...@lists.openembedded.org>
> Subject: Re: [Openembedded-architecture] [yocto] OpenEmbedded Developers
> Meeting in Portland before ELC
> 
> On Mon, 09 Jan 2017 16:04:57 Philip Balister wrote:
> > As we do around each Embedded Linux Conference, OpenEmbedded will
> host a
> > developer meeting to discuss the state of OpenEmbedded and what efforts
> > we should focus on over the next six months or so.
> >
> > All developers and users are welcome to attend. We like to hear feedback
> > from a variety of people over what works, doesn't work, and is useful to
> > people using OpenEmbedded for all sort of applications.
> >
> > The meeting will be held Monday, Feb 20 at a location we can almost
> > announce. Based on prior years, the meeting will run from 9AM to 5PM.
> >
> > If you are going to attend add your name to:
> >
> > http://openembedded.org/wiki/OEDAM_2017
> >
> > Also, go ahead and add ideas for the agenda. We'll organize them better
> > just before the actual meeting.
> 
> So it's great that this is happening, but unfortunately I'm not going to be
> able to make it to this one, and I suspect there will be many others who would
> like to participate but can't be present in person. In previous meetings we
> have really struggled with practical means for remote participation. I don't
> expect effective real-time two-way communication, but last time the audio
> was
> so poor I wasn't even able to hear what was being said.
> 
> Is there a chance that given advance notice we will be able to set something
> up that could improve this?
> 
> Cheers,
> Paul
> 
> --
> 
> Paul Eggleton
> Intel Open Source Technology Centre
> ___
> Openembedded-architecture mailing list
> openembedded-architect...@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-architecture
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-qt5][PATCH v4] Upgrade to Qt 5.8

2017-01-12 Thread Samuli Piippo
The release date for Qt 5.8.0 is fast approaching (current target 17th 
of January).

Would you prefer a v5 patch of this one or a new patch on top of v4?

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


[oe] [meta-oe][PATCH v2] nano: upgrade to 2.7.4

2017-01-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../nano/nano-2.2.5/ncursesw.includedir.patch| 12 
 meta-oe/recipes-support/nano/nano.inc|  8 +++-
 meta-oe/recipes-support/nano/nano_2.2.5.bb   |  8 
 meta-oe/recipes-support/nano/nano_2.7.4.bb   |  4 
 4 files changed, 7 insertions(+), 25 deletions(-)
 delete mode 100644 
meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
 delete mode 100644 meta-oe/recipes-support/nano/nano_2.2.5.bb
 create mode 100644 meta-oe/recipes-support/nano/nano_2.7.4.bb

diff --git a/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch 
b/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
deleted file mode 100644
index 0f224be..000
--- a/meta-oe/recipes-support/nano/nano-2.2.5/ncursesw.includedir.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uNr nano-2.2.5.orig//configure.ac nano-2.2.5/configure.ac
 nano-2.2.5.orig//configure.ac  2010-08-06 03:00:51.0 +0200
-+++ nano-2.2.5/configure.ac2010-08-10 14:11:52.0 +0200
-@@ -442,7 +442,7 @@
- AC_CHECK_HEADERS(ncurses.h)
- 
- if test x$enable_utf8 != xno; then
--  AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw" 
CPPFLAGS="-I/usr/include/ncursesw $CPPFLAGS" CURSES_LIB_NAME=ncursesw 
CURSES_LIB_WIDE=yes])
-+  AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw" 
CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes])
- fi
- 
- if eval "test x$CURSES_LIB_NAME = x"; then
diff --git a/meta-oe/recipes-support/nano/nano.inc 
b/meta-oe/recipes-support/nano/nano.inc
index 0f31c6c..e17b16e 100644
--- a/meta-oe/recipes-support/nano/nano.inc
+++ b/meta-oe/recipes-support/nano/nano.inc
@@ -8,12 +8,10 @@ SECTION = "console/utils"
 DEPENDS = "ncurses"
 RDEPENDS_${PN} = "ncurses-terminfo"
 
-INC_PR = "r3"
-
 PV_MAJOR = 
"${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
 
-SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz;
+SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz;
 
-inherit autotools gettext
+inherit autotools gettext pkgconfig
 
-PACKAGECONFIG[tiny] = "--enable-tiny,--enable-all,"
+PACKAGECONFIG[tiny] = "--enable-tiny,"
diff --git a/meta-oe/recipes-support/nano/nano_2.2.5.bb 
b/meta-oe/recipes-support/nano/nano_2.2.5.bb
deleted file mode 100644
index e656f46..000
--- a/meta-oe/recipes-support/nano/nano_2.2.5.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-include nano.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI += "file://ncursesw.includedir.patch"
-
-SRC_URI[md5sum] = "77a10a49589f975ce98350a4527a2ebf"
-SRC_URI[sha256sum] = 
"9015945d1badabbada203b37c4779d3dd1066234235c714deb439989c5cd7d9e"
diff --git a/meta-oe/recipes-support/nano/nano_2.7.4.bb 
b/meta-oe/recipes-support/nano/nano_2.7.4.bb
new file mode 100644
index 000..eaf393e
--- /dev/null
+++ b/meta-oe/recipes-support/nano/nano_2.7.4.bb
@@ -0,0 +1,4 @@
+include nano.inc
+
+SRC_URI[md5sum] = "c011c7f9e47cb1da27d4e7cc8b56ec6a"
+SRC_URI[sha256sum] = 
"752170643039e2c95a433de357f0c70a8c4c4c561a90a7e7259a63e225b659b9"
-- 
2.7.4

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