Re: [oe] Before you ping some older patches

2017-02-22 Thread Michael Halstead
On 02/22/2017 05:58 PM, Michael Halstead wrote:
>
> On 02/22/2017 05:53 PM, Martin Jansa wrote:
>> On Thu, Feb 23, 2017 at 12:48:22AM +0100, Martin Jansa wrote:
>>> Hi Michael,
>>>
>>> thanks for quick fix.
>>>
>>> The hook now shows error about sendmail I wasn't seeing before:
>>>
>>> OE @ ~/meta-openembedded $ git push origin master-next
>>> Counting objects: 78, done.
>>> Delta compression using up to 8 threads.
>>> Compressing objects: 100% (25/25), done.
>>> Writing objects: 100% (78/78), 7.35 KiB | 0 bytes/s, done.
>>> Total 78 (delta 56), reused 66 (delta 49)
>>> remote: No sendmail executable found.  Try setting
>>> multimailhook.sendmailCommand.
>>> To git.openembedded.org:meta-openembedded
>>>eb7979113..0d27137f0  master-next -> master-next
>> Now it found some sendmail... 
>>
>> OE @ ~/meta-openembedded $ git push origin master-next 
>> Counting objects: 85, done.
>> Delta compression using up to 8 threads.
>> Compressing objects: 100% (71/71), done.
>> Writing objects: 100% (85/85), 18.90 KiB | 0 bytes/s, done.
>> Total 85 (delta 47), reused 0 (delta 0)
>> remote: Sending notification emails to: 
>> openembedded-comm...@lists.openembedded.org.
>> remote: 
>> remote: Exception 'CommandError' raised. Please report this as a bug to
>> remote: https://github.com/git-multimail/git-multimail/issues
>> remote: with the information below:
>> remote: 
>> remote: git-multimail version 1.2.0
>> remote: Python version 2.7.12 (default, Nov 19 2016, 06:48:10) 
>> remote: [GCC 5.4.0 20160609]
>> remote: Traceback (most recent call last):
>> remote:   File "/home/git/bin/git_multimail.py", line 3729, in main
>> remote: run_as_post_receive_hook(environment, mailer)
>> remote:   File "/home/git/bin/git_multimail.py", line 3386, in 
>> run_as_post_receive_hook
>> remote: push.send_emails(mailer, body_filter=environment.filter_body)
>> remote:   File "/home/git/bin/git_multimail.py", line 3332, in send_emails
>> remote: change.recipients,
>> remote:   File "/home/git/bin/git_multimail.py", line 1883, in send
>> remote: raise CommandError(self.command, retcode)
>> remote: CommandError: Command "/usr/sbin/sendmail -oi -t" failed with 
>> retcode 1
>> To git.openembedded.org:meta-openembedded
>>0d27137f0..57115ebc1  master-next -> master-next
> I'm adding a temporary repo to test this before having you test again
> since the issues are extensive. I'll follow up shortly.
I had configured the following and the trailing . was causing sendmail
to fail.

mailingList = openembedded-comm...@lists.openembedded.org.

I've removed the . and now my tests are succeeding.

Thank you for helping me troubleshoot this.

>>> On Thu, Feb 23, 2017 at 12:06 AM, Michael Halstead <
>>> mhalst...@linuxfoundation.org> wrote:
>>>
 The hooks are repaired and need testing. (Bad git/config settings.) Please
 feel free to resubmit patches. Let me know if they do not appear in
 patchwork.
 I'm trying to see if I can automatically resend the missed patches and
 mark them superseded if needed. I'll update post here if it works.



 On 02/22/2017 01:32 PM, Martin Jansa wrote:

 1) Make sure they aren't already in master (or master-next), currently
 there is only one change in master-next:
 eb7979113 netcat-openbsd: fix implicit dependency on pkg-config

 2) Make sure there weren't some negative feedback comments on our change

 3) Make sure the change made it to patchwork, currently there is only
 one "open" change:https://patchwork.openembedded.org/patch/137499/

 Be aware that the changes are usually daily marked as archived, when
 they are sorted to corresponding bundles and included in master-next
 branch for testing, as described 
 here:http://www.openembedded.org/wiki/Patchwork#Multiple_layers_sharing_the_same_oe_project_on_patchwork

 I'm writing this, because currently many changes are missing on patchwork,
 because of some unknown issue with it, 
 see:http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111467.html
 once this issue is resolved, please re-send missing changes.

 Regards,




 --
 Michael Halstead
 Linux Foundation / SysAdmin



-- 
Michael Halstead
Linux Foundation / SysAdmin

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


Re: [oe] [PATCH] [meta-networking] ddclient: new package

2017-02-22 Thread Kinsella, Ray



On 21/02/2017 17:22, Joe MacDonald wrote:

[[oe] [PATCH]  [meta-networking] ddclient: new package] On 17.02.21 (Tue 17:13) 
Ray Kinsella wrote:


Adding the package ddclient. DDClient updates Dynamic DNS servers with an IP 
address.
Recipe is based on the original OE recipe found here.

http://cgit.openembedded.org/openembedded/tree/recipes/ddclient/ddclient_3.6.3.bb

DDClient version has been updated to 3.8.3.

Signed-off-by: Ray Kinsella 
---
 .../recipes-daemons/ddclient/ddclient_3.8.3.bb | 45 ++
 .../recipes-daemons/ddclient/files/ip-up   |  4 ++
 2 files changed, 49 insertions(+)
 create mode 100644 meta-networking/recipes-daemons/ddclient/ddclient_3.8.3.bb
 create mode 100644 meta-networking/recipes-daemons/ddclient/files/ip-up

diff --git a/meta-networking/recipes-daemons/ddclient/ddclient_3.8.3.bb 
b/meta-networking/recipes-daemons/ddclient/ddclient_3.8.3.bb
new file mode 100644
index 000..723eb67
--- /dev/null
+++ b/meta-networking/recipes-daemons/ddclient/ddclient_3.8.3.bb
@@ -0,0 +1,45 @@
+SECTION = "net/misc"
+DESCRIPTION = "Ddclient is a Perl client used to update dynamic DNS entries for 
accounts on Dynamic DNS Network Services"
+HOMEPAGE = "http://ddclient.sourceforge.net/";
+LICENSE = "GPLv2"
+PR = "r4"


We don't need explicit PRs anymore.


ACK - will fix.




+SRC_URI = "\
+${SOURCEFORGE_MIRROR}/ddclient/ddclient-${PV}.tar.bz2 \
+file://ip-up"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
+
+RDEPENDS_${PN} = "\
+perl-module-getopt-long \
+perl-module-sys-hostname \
+perl-module-io-socket \
+perl-module-vars \
+perl-module-overload \
+perl-module-overloading \
+perl-module-config \
+perl-module-integer \
+perl-module-exporter-heavy \
+perl-module-symbol \
+perl-module-selectsaver \
+bash \
+perl \
+libio-socket-ssl-perl"


I haven't looked at the download, but I did briefly read the SF documentation
and it seems like maybe these would be appropriate as well:

do_configure[noexec] = "1"
do_compile[noexec] = "1"


yup - you are correct, I will add these.




+do_install() {
+install -d ${D}${sbindir} ${D}${sysconfdir}/ddclient 
${D}${sysconfdir}/init.d
+install -d ${D}${sysconfdir}/ppp/ip-up.d/ install -d ${D}${docdir}/ddclient
+install -m 755 ${S}/ddclient ${D}${sbindir}
+install ${S}/sample-etc_ddclient.conf 
${D}${sysconfdir}/ddclient/ddclient.conf
+install -m 755 ${WORKDIR}/ip-up ${D}${sysconfdir}/ppp/ip-up.d/ddclient
+sed -e 's|/etc/ddclient.conf|/etc/ddclient/ddclient.conf|g' 
${S}/sample-etc_rc.d_init.d_ddclient > ${S}/rc_init
+install -m 755 ${S}/rc_init ${D}${sysconfdir}/init.d/ddclient
+install ${S}/README* ${D}${docdir}/ddclient
+install ${S}/COPY* ${D}${docdir}/ddclient
+install ${S}/sample* ${D}${docdir}/ddclient
+}
+
+CONFFILES_${PN} = "${sysconfdir}/ddclient/ddclient.conf"
+
+SRC_URI[md5sum] = "3b426ae52d509e463b42eeb08fb89e0b"
+SRC_URI[sha256sum] = 
"d40e2f1fd3f4bff386d27bbdf4b8645199b1995d27605a886b8c71e44d819591"
diff --git a/meta-networking/recipes-daemons/ddclient/files/ip-up 
b/meta-networking/recipes-daemons/ddclient/files/ip-up
new file mode 100644
index 000..52a44f8
--- /dev/null
+++ b/meta-networking/recipes-daemons/ddclient/files/ip-up
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+logger -t ddclient $PPP_IFACE $PPP_LOCAL
+ddclient -daemon=0 -syslog -use=if -if=$PPP_IFACE >/dev/null 2>&1
\ No newline at end of file


That's odd.  :-)

Anyway, I'll have a look at this in more detail when it loops through
master-next.


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


Re: [oe] [PATCH] [meta-networking] ddclient: new package

2017-02-22 Thread Kinsella, Ray

inline

On 22/02/2017 13:02, Martin Jansa wrote:

On Tue, Feb 21, 2017 at 12:22:37PM -0500, Joe MacDonald wrote:

I've added it to master-next, but now I'll drop it again, because
it creates dependency on meta-perl and meta-networking doesn't depend
on meta-perl (at least not yet - good luck with OEDAM plan to separate
meta-perl, meta-python, meta-networking to separate layers).


ok then - your saying that meta-networking isn't the right home for it.
meta-perl doesn't look right either as it is not a perl extension.
any advice as to where it belongs?



ERROR: Nothing RPROVIDES 'libio-socket-ssl-perl' (but 
meta-oe/meta-networking/recipes-daemons/ddclient/ddclient_3.8.3.bb RDEPENDS on 
or otherwise requires it)


did you get a build error?


I haven't looked at the download, but I did briefly read the SF documentation
and it seems like maybe these would be appropriate as well:

do_configure[noexec] = "1"
do_compile[noexec] = "1"


+do_install() {
+install -d ${D}${sbindir} ${D}${sysconfdir}/ddclient 
${D}${sysconfdir}/init.d
+install -d ${D}${sysconfdir}/ppp/ip-up.d/ install -d ${D}${docdir}/ddclient
+install -m 755 ${S}/ddclient ${D}${sbindir}
+install ${S}/sample-etc_ddclient.conf 
${D}${sysconfdir}/ddclient/ddclient.conf
+install -m 755 ${WORKDIR}/ip-up ${D}${sysconfdir}/ppp/ip-up.d/ddclient
+sed -e 's|/etc/ddclient.conf|/etc/ddclient/ddclient.conf|g' 
${S}/sample-etc_rc.d_init.d_ddclient > ${S}/rc_init
+install -m 755 ${S}/rc_init ${D}${sysconfdir}/init.d/ddclient
+install ${S}/README* ${D}${docdir}/ddclient
+install ${S}/COPY* ${D}${docdir}/ddclient
+install ${S}/sample* ${D}${docdir}/ddclient
+}
+
+CONFFILES_${PN} = "${sysconfdir}/ddclient/ddclient.conf"
+
+SRC_URI[md5sum] = "3b426ae52d509e463b42eeb08fb89e0b"
+SRC_URI[sha256sum] = 
"d40e2f1fd3f4bff386d27bbdf4b8645199b1995d27605a886b8c71e44d819591"
diff --git a/meta-networking/recipes-daemons/ddclient/files/ip-up 
b/meta-networking/recipes-daemons/ddclient/files/ip-up
new file mode 100644
index 000..52a44f8
--- /dev/null
+++ b/meta-networking/recipes-daemons/ddclient/files/ip-up
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+logger -t ddclient $PPP_IFACE $PPP_LOCAL
+ddclient -daemon=0 -syslog -use=if -if=$PPP_IFACE >/dev/null 2>&1
\ No newline at end of file


That's odd.  :-)


I will take a look


Anyway, I'll have a look at this in more detail when it loops through
master-next.

--
-Joe MacDonald.
:wq





--
___
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] Before you ping some older patches

2017-02-22 Thread Michael Halstead


On 02/22/2017 05:53 PM, Martin Jansa wrote:
> On Thu, Feb 23, 2017 at 12:48:22AM +0100, Martin Jansa wrote:
>> Hi Michael,
>>
>> thanks for quick fix.
>>
>> The hook now shows error about sendmail I wasn't seeing before:
>>
>> OE @ ~/meta-openembedded $ git push origin master-next
>> Counting objects: 78, done.
>> Delta compression using up to 8 threads.
>> Compressing objects: 100% (25/25), done.
>> Writing objects: 100% (78/78), 7.35 KiB | 0 bytes/s, done.
>> Total 78 (delta 56), reused 66 (delta 49)
>> remote: No sendmail executable found.  Try setting
>> multimailhook.sendmailCommand.
>> To git.openembedded.org:meta-openembedded
>>eb7979113..0d27137f0  master-next -> master-next
> Now it found some sendmail... 
>
> OE @ ~/meta-openembedded $ git push origin master-next 
> Counting objects: 85, done.
> Delta compression using up to 8 threads.
> Compressing objects: 100% (71/71), done.
> Writing objects: 100% (85/85), 18.90 KiB | 0 bytes/s, done.
> Total 85 (delta 47), reused 0 (delta 0)
> remote: Sending notification emails to: 
> openembedded-comm...@lists.openembedded.org.
> remote: 
> remote: Exception 'CommandError' raised. Please report this as a bug to
> remote: https://github.com/git-multimail/git-multimail/issues
> remote: with the information below:
> remote: 
> remote: git-multimail version 1.2.0
> remote: Python version 2.7.12 (default, Nov 19 2016, 06:48:10) 
> remote: [GCC 5.4.0 20160609]
> remote: Traceback (most recent call last):
> remote:   File "/home/git/bin/git_multimail.py", line 3729, in main
> remote: run_as_post_receive_hook(environment, mailer)
> remote:   File "/home/git/bin/git_multimail.py", line 3386, in 
> run_as_post_receive_hook
> remote: push.send_emails(mailer, body_filter=environment.filter_body)
> remote:   File "/home/git/bin/git_multimail.py", line 3332, in send_emails
> remote: change.recipients,
> remote:   File "/home/git/bin/git_multimail.py", line 1883, in send
> remote: raise CommandError(self.command, retcode)
> remote: CommandError: Command "/usr/sbin/sendmail -oi -t" failed with retcode 
> 1
> To git.openembedded.org:meta-openembedded
>0d27137f0..57115ebc1  master-next -> master-next
I'm adding a temporary repo to test this before having you test again
since the issues are extensive. I'll follow up shortly.
>
>> On Thu, Feb 23, 2017 at 12:06 AM, Michael Halstead <
>> mhalst...@linuxfoundation.org> wrote:
>>
>>> The hooks are repaired and need testing. (Bad git/config settings.) Please
>>> feel free to resubmit patches. Let me know if they do not appear in
>>> patchwork.
>>> I'm trying to see if I can automatically resend the missed patches and
>>> mark them superseded if needed. I'll update post here if it works.
>>>
>>>
>>>
>>> On 02/22/2017 01:32 PM, Martin Jansa wrote:
>>>
>>> 1) Make sure they aren't already in master (or master-next), currently
>>> there is only one change in master-next:
>>> eb7979113 netcat-openbsd: fix implicit dependency on pkg-config
>>>
>>> 2) Make sure there weren't some negative feedback comments on our change
>>>
>>> 3) Make sure the change made it to patchwork, currently there is only
>>> one "open" change:https://patchwork.openembedded.org/patch/137499/
>>>
>>> Be aware that the changes are usually daily marked as archived, when
>>> they are sorted to corresponding bundles and included in master-next
>>> branch for testing, as described 
>>> here:http://www.openembedded.org/wiki/Patchwork#Multiple_layers_sharing_the_same_oe_project_on_patchwork
>>>
>>> I'm writing this, because currently many changes are missing on patchwork,
>>> because of some unknown issue with it, 
>>> see:http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111467.html
>>> once this issue is resolved, please re-send missing changes.
>>>
>>> Regards,
>>>
>>>
>>>
>>>
>>> --
>>> Michael Halstead
>>> Linux Foundation / SysAdmin
>>>
>>>

-- 
Michael Halstead
Linux Foundation / SysAdmin

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


Re: [oe] Before you ping some older patches

2017-02-22 Thread Martin Jansa
On Thu, Feb 23, 2017 at 12:48:22AM +0100, Martin Jansa wrote:
> Hi Michael,
> 
> thanks for quick fix.
> 
> The hook now shows error about sendmail I wasn't seeing before:
> 
> OE @ ~/meta-openembedded $ git push origin master-next
> Counting objects: 78, done.
> Delta compression using up to 8 threads.
> Compressing objects: 100% (25/25), done.
> Writing objects: 100% (78/78), 7.35 KiB | 0 bytes/s, done.
> Total 78 (delta 56), reused 66 (delta 49)
> remote: No sendmail executable found.  Try setting
> multimailhook.sendmailCommand.
> To git.openembedded.org:meta-openembedded
>eb7979113..0d27137f0  master-next -> master-next

Now it found some sendmail... 

OE @ ~/meta-openembedded $ git push origin master-next 
Counting objects: 85, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (71/71), done.
Writing objects: 100% (85/85), 18.90 KiB | 0 bytes/s, done.
Total 85 (delta 47), reused 0 (delta 0)
remote: Sending notification emails to: 
openembedded-comm...@lists.openembedded.org.
remote: 
remote: Exception 'CommandError' raised. Please report this as a bug to
remote: https://github.com/git-multimail/git-multimail/issues
remote: with the information below:
remote: 
remote: git-multimail version 1.2.0
remote: Python version 2.7.12 (default, Nov 19 2016, 06:48:10) 
remote: [GCC 5.4.0 20160609]
remote: Traceback (most recent call last):
remote:   File "/home/git/bin/git_multimail.py", line 3729, in main
remote: run_as_post_receive_hook(environment, mailer)
remote:   File "/home/git/bin/git_multimail.py", line 3386, in 
run_as_post_receive_hook
remote: push.send_emails(mailer, body_filter=environment.filter_body)
remote:   File "/home/git/bin/git_multimail.py", line 3332, in send_emails
remote: change.recipients,
remote:   File "/home/git/bin/git_multimail.py", line 1883, in send
remote: raise CommandError(self.command, retcode)
remote: CommandError: Command "/usr/sbin/sendmail -oi -t" failed with retcode 1
To git.openembedded.org:meta-openembedded
   0d27137f0..57115ebc1  master-next -> master-next


> On Thu, Feb 23, 2017 at 12:06 AM, Michael Halstead <
> mhalst...@linuxfoundation.org> wrote:
> 
> > The hooks are repaired and need testing. (Bad git/config settings.) Please
> > feel free to resubmit patches. Let me know if they do not appear in
> > patchwork.
> > I'm trying to see if I can automatically resend the missed patches and
> > mark them superseded if needed. I'll update post here if it works.
> >
> >
> >
> > On 02/22/2017 01:32 PM, Martin Jansa wrote:
> >
> > 1) Make sure they aren't already in master (or master-next), currently
> > there is only one change in master-next:
> > eb7979113 netcat-openbsd: fix implicit dependency on pkg-config
> >
> > 2) Make sure there weren't some negative feedback comments on our change
> >
> > 3) Make sure the change made it to patchwork, currently there is only
> > one "open" change:https://patchwork.openembedded.org/patch/137499/
> >
> > Be aware that the changes are usually daily marked as archived, when
> > they are sorted to corresponding bundles and included in master-next
> > branch for testing, as described 
> > here:http://www.openembedded.org/wiki/Patchwork#Multiple_layers_sharing_the_same_oe_project_on_patchwork
> >
> > I'm writing this, because currently many changes are missing on patchwork,
> > because of some unknown issue with it, 
> > see:http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111467.html
> > once this issue is resolved, please re-send missing changes.
> >
> > Regards,
> >
> >
> >
> >
> > --
> > Michael Halstead
> > Linux Foundation / SysAdmin
> >
> >

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


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


Re: [oe] [meta-browser][PATCH] chromium: disable generate_character_data for qemux86

2017-02-22 Thread Otavio Salvador
On Wed, Feb 22, 2017 at 9:53 AM, Jacobo Aragunde Pérez
 wrote:
> Chromium-wayland fails with:
>   http://errors.yoctoproject.org/Errors/Build/32356/
>
> Root cause seems to be ICU mixing host and target architectures,
> same as in: https://bugreports.qt.io/browse/QTBUG-57705
>
> Signed-off-by: Jacobo Aragunde Pérez 
> ---
>  recipes-browser/chromium/chromium.inc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/recipes-browser/chromium/chromium.inc 
> b/recipes-browser/chromium/chromium.inc
> index 0e7250e..0076f3a 100644
> --- a/recipes-browser/chromium/chromium.inc
> +++ b/recipes-browser/chromium/chromium.inc
> @@ -15,6 +15,7 @@ inherit gettext pythonnative
>
>  ARMFPABI_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 
> 'callconvention-hard', 'arm_float_abi=hard', 'arm_float_abi=softfp', d)}"
>  GYP_DEFINES += "${ARMFPABI} 
> release_extra_cflags='-Wno-error=unused-local-typedefs' sysroot=''"
> +GYP_DEFINES_append_qemux86 = " generate_character_data=0"

Any x86 will need this.


-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Before you ping some older patches

2017-02-22 Thread Derek Straka
I resubmitted each of the patches (as V2s) that didn't make it into
master-next.  If we miss any patches in meta-python, I will catch it with
my nightly CI run, so there isn't a need to write a script to search for
missing patches there.  Thanks.

-Derek

On Wed, Feb 22, 2017 at 6:48 PM, Martin Jansa 
wrote:

> Hi Michael,
>
> thanks for quick fix.
>
> The hook now shows error about sendmail I wasn't seeing before:
>
> OE @ ~/meta-openembedded $ git push origin master-next
> Counting objects: 78, done.
> Delta compression using up to 8 threads.
> Compressing objects: 100% (25/25), done.
> Writing objects: 100% (78/78), 7.35 KiB | 0 bytes/s, done.
> Total 78 (delta 56), reused 66 (delta 49)
> remote: No sendmail executable found.  Try setting
> multimailhook.sendmailCommand.
> To git.openembedded.org:meta-openembedded
>eb7979113..0d27137f0  master-next -> master-next
>
>
> On Thu, Feb 23, 2017 at 12:06 AM, Michael Halstead <
> mhalst...@linuxfoundation.org> wrote:
>
> > The hooks are repaired and need testing. (Bad git/config settings.)
> Please
> > feel free to resubmit patches. Let me know if they do not appear in
> > patchwork.
> > I'm trying to see if I can automatically resend the missed patches and
> > mark them superseded if needed. I'll update post here if it works.
> >
> >
> >
> > On 02/22/2017 01:32 PM, Martin Jansa wrote:
> >
> > 1) Make sure they aren't already in master (or master-next), currently
> > there is only one change in master-next:
> > eb7979113 netcat-openbsd: fix implicit dependency on pkg-config
> >
> > 2) Make sure there weren't some negative feedback comments on our change
> >
> > 3) Make sure the change made it to patchwork, currently there is only
> > one "open" change:https://patchwork.openembedded.org/patch/137499/
> >
> > Be aware that the changes are usually daily marked as archived, when
> > they are sorted to corresponding bundles and included in master-next
> > branch for testing, as described here:http://www.openembedded.
> org/wiki/Patchwork#Multiple_layers_sharing_the_same_oe_
> project_on_patchwork
> >
> > I'm writing this, because currently many changes are missing on
> patchwork,
> > because of some unknown issue with it, see:http://lists.openembedded.
> org/pipermail/openembedded-devel/2017-February/111467.html
> > once this issue is resolved, please re-send missing changes.
> >
> > Regards,
> >
> >
> >
> >
> > --
> > Michael Halstead
> > Linux Foundation / SysAdmin
> >
> >
> --
> ___
> 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-python][PATCHv2] python-tornado: update to version 4.4.2

2017-02-22 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-tornado.inc | 6 +++---
 .../python/{python-tornado_4.3.bb => python-tornado_4.4.2.bb}  | 0
 meta-python/recipes-devtools/python/python3-tornado_4.3.bb | 2 --
 meta-python/recipes-devtools/python/python3-tornado_4.4.2.bb   | 7 +++
 4 files changed, 10 insertions(+), 5 deletions(-)
 rename meta-python/recipes-devtools/python/{python-tornado_4.3.bb => 
python-tornado_4.4.2.bb} (100%)
 delete mode 100644 meta-python/recipes-devtools/python/python3-tornado_4.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-tornado_4.4.2.bb

diff --git a/meta-python/recipes-devtools/python/python-tornado.inc 
b/meta-python/recipes-devtools/python/python-tornado.inc
index 7e3ac8c..9b1cf41 100644
--- a/meta-python/recipes-devtools/python/python-tornado.inc
+++ b/meta-python/recipes-devtools/python/python-tornado.inc
@@ -6,11 +6,11 @@ HOMEPAGE = "http://www.tornadoweb.org/en/stable/";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = 
"file://setup.py;startline=2;endline=15;md5=5ab7571a79ad62d0ca7aea308bac7560"
 
-SRC_URI[md5sum] = "d13a99dc0b60ba69f5f8ec1235e5b232"
-SRC_URI[sha256sum] = 
"c9c2d32593d16eedf2cec1b6a41893626a2649b40b21ca9c4cac4243bde2efbf"
+SRC_URI[md5sum] = "b4816ea209118667ffc52ce9ff06ac85"
+SRC_URI[sha256sum] = 
"2898f992f898cd41eeb8d53b6df75495f2f423b6672890aadaf196ea1448edcc"
 
 RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers 
${PYTHON_PN}-email ${PYTHON_PN}-subprocess \
-   ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json 
${PYTHON_PN}-certifi"
+   ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json 
${PYTHON_PN}-certifi ${PYTHON_PN}-threading"
 
 RDEPENDS_${PN}-test += "${PN} ${PYTHON_PN}-unittest"
 
diff --git a/meta-python/recipes-devtools/python/python-tornado_4.3.bb 
b/meta-python/recipes-devtools/python/python-tornado_4.4.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-tornado_4.3.bb
rename to meta-python/recipes-devtools/python/python-tornado_4.4.2.bb
diff --git a/meta-python/recipes-devtools/python/python3-tornado_4.3.bb 
b/meta-python/recipes-devtools/python/python3-tornado_4.3.bb
deleted file mode 100644
index eecc1f0..000
--- a/meta-python/recipes-devtools/python/python3-tornado_4.3.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit pypi setuptools3
-require python-tornado.inc
diff --git a/meta-python/recipes-devtools/python/python3-tornado_4.4.2.bb 
b/meta-python/recipes-devtools/python/python3-tornado_4.4.2.bb
new file mode 100644
index 000..77c9fb5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-tornado_4.4.2.bb
@@ -0,0 +1,7 @@
+inherit pypi setuptools3
+require python-tornado.inc
+
+# Requires _compression which is currently located in misc
+RDEPENDS_${PN} += "\
+${PYTHON_PN}-misc \
+"
-- 
2.7.4

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


[oe] [meta-python][PATCHv2] python-cryptography-vectors: update to version 1.7.2

2017-02-22 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-cryptography-vectors.inc   | 4 ++--
 ...yptography-vectors_1.6.bb => python-cryptography-vectors_1.7.2.bb} | 0
 ...ptography-vectors_1.6.bb => python3-cryptography-vectors_1.7.2.bb} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cryptography-vectors_1.6.bb 
=> python-cryptography-vectors_1.7.2.bb} (100%)
 rename 
meta-python/recipes-devtools/python/{python3-cryptography-vectors_1.6.bb => 
python3-cryptography-vectors_1.7.2.bb} (100%)

diff --git 
a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc 
b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc
index fc10cb2..aa35f74 100644
--- a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc
+++ b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc
@@ -7,8 +7,8 @@ DEPENDS += " \
 ${PYTHON_PN}-cryptography \
 "
 
-SRC_URI[md5sum] = "d7d53f061366394267be444fa84cfe89"
-SRC_URI[sha256sum] = 
"01ccb07c95d128a70732f274bd16af479bcc344e43cac745d2b9ec4ab71ff675"
+SRC_URI[md5sum] = "c3f2a66d71a0413879d4dd001c56de95"
+SRC_URI[sha256sum] = 
"4be4eee8a11deee5c2f00e389b49de8ce2642130282d1cd0adffb2f7dbe0acdc"
 
 PYPI_PACKAGE = "cryptography_vectors"
 
diff --git 
a/meta-python/recipes-devtools/python/python-cryptography-vectors_1.6.bb 
b/meta-python/recipes-devtools/python/python-cryptography-vectors_1.7.2.bb
similarity index 100%
rename from 
meta-python/recipes-devtools/python/python-cryptography-vectors_1.6.bb
rename to 
meta-python/recipes-devtools/python/python-cryptography-vectors_1.7.2.bb
diff --git 
a/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.6.bb 
b/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.7.2.bb
similarity index 100%
rename from 
meta-python/recipes-devtools/python/python3-cryptography-vectors_1.6.bb
rename to 
meta-python/recipes-devtools/python/python3-cryptography-vectors_1.7.2.bb
-- 
2.7.4

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


[oe] [meta-python][PATCHv2] python-pylint: update to version 1.6.5

2017-02-22 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 .../python/{python-pylint_1.6.4.bb => python-pylint_1.6.5.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pylint_1.6.4.bb => 
python-pylint_1.6.5.bb} (90%)

diff --git a/meta-python/recipes-devtools/python/python-pylint_1.6.4.bb 
b/meta-python/recipes-devtools/python/python-pylint_1.6.5.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python-pylint_1.6.4.bb
rename to meta-python/recipes-devtools/python/python-pylint_1.6.5.bb
index 2e34451..f5b4ad0 100644
--- a/meta-python/recipes-devtools/python/python-pylint_1.6.4.bb
+++ b/meta-python/recipes-devtools/python/python-pylint_1.6.5.bb
@@ -3,8 +3,8 @@ HOMEPAGE= "http://www.pylint.org/";
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
 
-SRC_URI[md5sum] = "66ba9c27e067568bdabcdd7c21303903"
-SRC_URI[sha256sum] = 
"ef901a34b62ed7a734370ba5b162d890231ba8822abe88c6dda1268e2575f5f1"
+SRC_URI[md5sum] = "31da2185bf59142479e4fa16d8a9e347"
+SRC_URI[sha256sum] = 
"a673984a8dd78e4a8b8cfdee5359a1309d833cf38405008f4a249994a8456719"
 
 RDEPENDS_${PN} += "python-codecs \
python-contextlib \
-- 
2.7.4

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


[oe] [meta-python][PATCHv2] python-cryptography: update to version 1.7.2

2017-02-22 Thread Derek Straka
Verify the license terms remain the same and update the checksum

Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-cryptography.inc | 6 +++---
 .../{python-cryptography_1.6.bb => python-cryptography_1.7.2.bb}| 0
 .../{python3-cryptography_1.6.bb => python3-cryptography_1.7.2.bb}  | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cryptography_1.6.bb => 
python-cryptography_1.7.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-cryptography_1.6.bb => 
python3-cryptography_1.7.2.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc 
b/meta-python/recipes-devtools/python/python-cryptography.inc
index 50483bd..601b12b 100644
--- a/meta-python/recipes-devtools/python/python-cryptography.inc
+++ b/meta-python/recipes-devtools/python/python-cryptography.inc
@@ -1,6 +1,6 @@
 SUMMARY = "Provides cryptographic recipes and primitives to python developers"
 LICENSE = "Apache-2.0 | BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1f375ab4f6b9a7c9eec25377c52d3aa1"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d5ede125ed08d4fd14ec44d334bdb388"
 
 DEPENDS += " \
 ${PYTHON_PN}-cffi \
@@ -9,8 +9,8 @@ DEPENDS += " \
 ${PYTHON_PN}-six \
 "
 
-SRC_URI[md5sum] = "33ed393be75f04cd889a02a11acbab39"
-SRC_URI[sha256sum] = 
"4d0d86d2c8d3fc89133c3fa0d164a688a458b6663ab6fa965c80d6c2cdaf9b3f"
+SRC_URI[md5sum] = "fade66de437392ed1ba6980768626204"
+SRC_URI[sha256sum] = 
"878cb68b3da3d493ffd68f36db11c29deee623671d3287c3f8d685117ffda9a9"
 
 RDEPENDS_${PN} += " \
 ${PYTHON_PN}-cffi \
diff --git a/meta-python/recipes-devtools/python/python-cryptography_1.6.bb 
b/meta-python/recipes-devtools/python/python-cryptography_1.7.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cryptography_1.6.bb
rename to meta-python/recipes-devtools/python/python-cryptography_1.7.2.bb
diff --git a/meta-python/recipes-devtools/python/python3-cryptography_1.6.bb 
b/meta-python/recipes-devtools/python/python3-cryptography_1.7.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-cryptography_1.6.bb
rename to meta-python/recipes-devtools/python/python3-cryptography_1.7.2.bb
-- 
2.7.4

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


[oe] [meta-python][PATCHv2] python-prompt-toolkit: update to version 1.0.13

2017-02-22 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-prompt-toolkit.inc | 4 ++--
 ...python-prompt-toolkit_1.0.7.bb => python-prompt-toolkit_1.0.13.bb} | 0
 ...thon3-prompt-toolkit_1.0.7.bb => python3-prompt-toolkit_1.0.13.bb} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-prompt-toolkit_1.0.7.bb => 
python-prompt-toolkit_1.0.13.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_1.0.7.bb => 
python3-prompt-toolkit_1.0.13.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-prompt-toolkit.inc 
b/meta-python/recipes-devtools/python/python-prompt-toolkit.inc
index 8554aea..30c2c81 100644
--- a/meta-python/recipes-devtools/python/python-prompt-toolkit.inc
+++ b/meta-python/recipes-devtools/python/python-prompt-toolkit.inc
@@ -2,8 +2,8 @@ SUMMARY = "Library for building powerful interactive command 
lines in Python"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
 
-SRC_URI[md5sum] = "f74cd8ac84176fac1cdb136843ccb0d6"
-SRC_URI[sha256sum] = 
"ef0b8188179fe7d052161ed274b43e18f5a680ff84d01462293b327e1668d2ef"
+SRC_URI[md5sum] = "427b496d2c147bd3819bc3a7f6e0d493"
+SRC_URI[sha256sum] = 
"33d68ca09f76cd73287fde7df5748ffacf26a8238dd61ee81ac50860ea7c6776"
 
 PYPI_PACKAGE = "prompt_toolkit"
 
diff --git a/meta-python/recipes-devtools/python/python-prompt-toolkit_1.0.7.bb 
b/meta-python/recipes-devtools/python/python-prompt-toolkit_1.0.13.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-prompt-toolkit_1.0.7.bb
rename to meta-python/recipes-devtools/python/python-prompt-toolkit_1.0.13.bb
diff --git 
a/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.7.bb 
b/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.13.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.7.bb
rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.13.bb
-- 
2.7.4

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


[oe] [meta-python][PATCHv2] python-pymisp: update to version 2.4.65

2017-02-22 Thread Derek Straka
Verify the underlying license remains the same and update the checksum
for the latest released version

Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-pymisp.inc   | 6 +++---
 .../python/{python-pymisp_2.4.54.bb => python-pymisp_2.4.65.bb} | 0
 .../python/{python3-pymisp_2.4.54.bb => python3-pymisp_2.4.65.bb}   | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pymisp_2.4.54.bb => 
python-pymisp_2.4.65.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.54.bb => 
python3-pymisp_2.4.65.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc 
b/meta-python/recipes-devtools/python/python-pymisp.inc
index 574b6a5..60e7647 100644
--- a/meta-python/recipes-devtools/python/python-pymisp.inc
+++ b/meta-python/recipes-devtools/python/python-pymisp.inc
@@ -1,9 +1,9 @@
 DESCRIPTION = "Python API for MISP"
 HOMEPAGE = "https://github.com/MISP/PyMISP";
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=ab76fa0012a07b5bb59582601d0b46b6"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b56d97305d8b2066f2a160d3c8b22f76"
 
-SRC_URI[md5sum] = "1a0653688a862a8746dbaae2c5e66207"
-SRC_URI[sha256sum] = 
"27edaea4e1f7bd978c8d3271371824e320e722896bc7b044665e04e370f98644"
+SRC_URI[md5sum] = "cc19a249418a3752379e6528813a715b"
+SRC_URI[sha256sum] = 
"3ab6d990e09ca404ce778ebbe6b2fd733dfbd244fe5a5ba3f86efe897a6c5c1d"
 
 RDEPENDS_${PN} += " ${PYTHON_PN}-requests"
diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.4.54.bb 
b/meta-python/recipes-devtools/python/python-pymisp_2.4.65.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-pymisp_2.4.54.bb
rename to meta-python/recipes-devtools/python/python-pymisp_2.4.65.bb
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb 
b/meta-python/recipes-devtools/python/python3-pymisp_2.4.65.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.65.bb
-- 
2.7.4

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


[oe] [meta-python][PATCHv2] python-pyasn1: update to version 0.2.2

2017-02-22 Thread Derek Straka
Verify the license terms remain intact and update the location
and checksum to match the latest copyright modifications

Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-pyasn1.inc   | 6 +++---
 .../python/{python-pyasn1_0.1.9.bb => python-pyasn1_0.2.2.bb}   | 0
 .../python/{python3-pyasn1_0.1.9.bb => python3-pyasn1_0.2.2.bb} | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pyasn1_0.1.9.bb => 
python-pyasn1_0.2.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pyasn1_0.1.9.bb => 
python3-pyasn1_0.2.2.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc 
b/meta-python/recipes-devtools/python/python-pyasn1.inc
index 72cabc4..e740305 100644
--- a/meta-python/recipes-devtools/python/python-pyasn1.inc
+++ b/meta-python/recipes-devtools/python/python-pyasn1.inc
@@ -1,10 +1,10 @@
 SUMMARY = "Python library implementing ASN.1 types."
 HOMEPAGE = "http://pyasn1.sourceforge.net/";
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=425e62320d430219736139b134db2fc4"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=280606d9c18f200e03e0c247ac61475a"
 
-SRC_URI[md5sum] = "f00a02a631d4016818659d1cc38d229a"
-SRC_URI[sha256sum] = 
"853cacd96d1f701ddd67aa03ecc05f51890135b7262e922710112f12a2ed2a7f"
+SRC_URI[md5sum] = "800d0114db2084f7256586dadf37d1aa"
+SRC_URI[sha256sum] = 
"6b42f96b942406712e0be5ea2bbbc57d8f30c7835a4904c9c195cc669736d435"
 
 RDEPENDS_${PN}_class-target += " \
 ${PYTHON_PN}-lang \
diff --git a/meta-python/recipes-devtools/python/python-pyasn1_0.1.9.bb 
b/meta-python/recipes-devtools/python/python-pyasn1_0.2.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-pyasn1_0.1.9.bb
rename to meta-python/recipes-devtools/python/python-pyasn1_0.2.2.bb
diff --git a/meta-python/recipes-devtools/python/python3-pyasn1_0.1.9.bb 
b/meta-python/recipes-devtools/python/python3-pyasn1_0.2.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-pyasn1_0.1.9.bb
rename to meta-python/recipes-devtools/python/python3-pyasn1_0.2.2.bb
-- 
2.7.4

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


[oe] [meta-python][PATCHv2] python-jinja2: update to version 2.9.5

2017-02-22 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-jinja2.inc  | 7 ---
 .../python/{python-jinja2_2.8.bb => python-jinja2_2.9.5.bb}| 0
 meta-python/recipes-devtools/python/python3-jinja2_2.8.bb  | 2 --
 meta-python/recipes-devtools/python/python3-jinja2_2.9.5.bb| 7 +++
 4 files changed, 11 insertions(+), 5 deletions(-)
 rename meta-python/recipes-devtools/python/{python-jinja2_2.8.bb => 
python-jinja2_2.9.5.bb} (100%)
 delete mode 100644 meta-python/recipes-devtools/python/python3-jinja2_2.8.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-jinja2_2.9.5.bb

diff --git a/meta-python/recipes-devtools/python/python-jinja2.inc 
b/meta-python/recipes-devtools/python/python-jinja2.inc
index c3ed6de..cf8010e 100644
--- a/meta-python/recipes-devtools/python/python-jinja2.inc
+++ b/meta-python/recipes-devtools/python/python-jinja2.inc
@@ -4,11 +4,12 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=20c831f91dd3bd486020f672ba2be386"
 
 PYPI_PACKAGE = "Jinja2"
 
-SRC_URI[md5sum] = "edb51693fe22c53cee5403775c71a99e"
-SRC_URI[sha256sum] = 
"bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4"
+SRC_URI[md5sum] = "9e55f0db6620dd99a1b366183a94270d"
+SRC_URI[sha256sum] = 
"702a24d992f856fa8d5a7a36db6128198d0c21e1da34448ca236c42e92384825"
 
 RDEPENDS_${PN} += "${PYTHON_PN}-io ${PYTHON_PN}-pickle ${PYTHON_PN}-crypt \
 ${PYTHON_PN}-math ${PYTHON_PN}-netclient ${PYTHON_PN}-re 
${PYTHON_PN}-textutils \
-${PYTHON_PN}-lang ${PYTHON_PN}-pprint ${PYTHON_PN}-shell 
${PYTHON_PN}-markupsafe"
+${PYTHON_PN}-lang ${PYTHON_PN}-pprint ${PYTHON_PN}-shell 
${PYTHON_PN}-markupsafe \
+${PYTHON_PN}-json ${PYTHON_PN}-threading ${PYTHON_PN}-numbers"
 
 CLEANBROKEN = "1"
diff --git a/meta-python/recipes-devtools/python/python-jinja2_2.8.bb 
b/meta-python/recipes-devtools/python/python-jinja2_2.9.5.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-jinja2_2.8.bb
rename to meta-python/recipes-devtools/python/python-jinja2_2.9.5.bb
diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.8.bb 
b/meta-python/recipes-devtools/python/python3-jinja2_2.8.bb
deleted file mode 100644
index 61156b6..000
--- a/meta-python/recipes-devtools/python/python3-jinja2_2.8.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit pypi setuptools3
-require python-jinja2.inc
diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.9.5.bb 
b/meta-python/recipes-devtools/python/python3-jinja2_2.9.5.bb
new file mode 100644
index 000..8375f8c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-jinja2_2.9.5.bb
@@ -0,0 +1,7 @@
+inherit pypi setuptools3
+require python-jinja2.inc
+
+# Requires _pydecimal which is in misc
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-misc \
+"
-- 
2.7.4

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


[oe] [meta-python][PATCHv2] python-lxml: update to version 3.7.3

2017-02-22 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-lxml.inc   | 4 ++--
 .../python/{python-lxml_3.7.2.bb => python-lxml_3.7.3.bb} | 0
 .../python/{python3-lxml_3.7.2.bb => python3-lxml_3.7.3.bb}   | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-lxml_3.7.2.bb => 
python-lxml_3.7.3.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-lxml_3.7.2.bb => 
python3-lxml_3.7.3.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-lxml.inc 
b/meta-python/recipes-devtools/python/python-lxml.inc
index 6299385..d5e6ae4 100644
--- a/meta-python/recipes-devtools/python/python-lxml.inc
+++ b/meta-python/recipes-devtools/python/python-lxml.inc
@@ -18,8 +18,8 @@ LIC_FILES_CHKSUM = 
"file://LICENSES.txt;md5=f9f1dc24f720c143c2240df41fe5073b \
 
 DEPENDS += "libxml2 libxslt"
 
-SRC_URI[md5sum] = "8dcf8d6c692b7aed9370f7462ff09935"
-SRC_URI[sha256sum] = 
"59d9176360dbc3919e9d4bfca85c1ca64ab4f4ee00e6f119d7150ba887e3410a"
+SRC_URI[md5sum] = "075692ce442e69bbd604d44e21c02753"
+SRC_URI[sha256sum] = 
"aa502d78a51ee7d127b4824ff96500f0181d3c7826e6ee7b800d068be79361c7"
 
 DISTUTILS_BUILD_ARGS += " \
  --with-xslt-config='pkg-config libxslt' \
diff --git a/meta-python/recipes-devtools/python/python-lxml_3.7.2.bb 
b/meta-python/recipes-devtools/python/python-lxml_3.7.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-lxml_3.7.2.bb
rename to meta-python/recipes-devtools/python/python-lxml_3.7.3.bb
diff --git a/meta-python/recipes-devtools/python/python3-lxml_3.7.2.bb 
b/meta-python/recipes-devtools/python/python3-lxml_3.7.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-lxml_3.7.2.bb
rename to meta-python/recipes-devtools/python/python3-lxml_3.7.3.bb
-- 
2.7.4

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


[oe] [meta-python][PATCHv2] python-pytz: drop execute bit on recipes

2017-02-22 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-pytz_2016.10.bb  | 0
 meta-python/recipes-devtools/python/python3-pytz_2016.10.bb | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 
meta-python/recipes-devtools/python/python-pytz_2016.10.bb
 mode change 100755 => 100644 
meta-python/recipes-devtools/python/python3-pytz_2016.10.bb

diff --git a/meta-python/recipes-devtools/python/python-pytz_2016.10.bb 
b/meta-python/recipes-devtools/python/python-pytz_2016.10.bb
old mode 100755
new mode 100644
diff --git a/meta-python/recipes-devtools/python/python3-pytz_2016.10.bb 
b/meta-python/recipes-devtools/python/python3-pytz_2016.10.bb
old mode 100755
new mode 100644
-- 
2.7.4

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


[oe] [meta-python][PATCH] python-pytz: drop execute bit on recipes

2017-02-22 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-pytz_2016.10.bb  | 0
 meta-python/recipes-devtools/python/python3-pytz_2016.10.bb | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 
meta-python/recipes-devtools/python/python-pytz_2016.10.bb
 mode change 100755 => 100644 
meta-python/recipes-devtools/python/python3-pytz_2016.10.bb

diff --git a/meta-python/recipes-devtools/python/python-pytz_2016.10.bb 
b/meta-python/recipes-devtools/python/python-pytz_2016.10.bb
old mode 100755
new mode 100644
diff --git a/meta-python/recipes-devtools/python/python3-pytz_2016.10.bb 
b/meta-python/recipes-devtools/python/python3-pytz_2016.10.bb
old mode 100755
new mode 100644
-- 
2.7.4

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


Re: [oe] Before you ping some older patches

2017-02-22 Thread Michael Halstead


signature.asc
Description: OpenPGP digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH] python-serpent: update to version 1.18.1

2017-02-22 Thread Derek Straka
Verified license terms remain the same and updated the checksum

Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-serpent_1.16.bb  | 13 -
 .../recipes-devtools/python/python-serpent_1.18.1.bb| 13 +
 2 files changed, 13 insertions(+), 13 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-serpent_1.16.bb
 create mode 100644 meta-python/recipes-devtools/python/python-serpent_1.18.1.bb

diff --git a/meta-python/recipes-devtools/python/python-serpent_1.16.bb 
b/meta-python/recipes-devtools/python/python-serpent_1.16.bb
deleted file mode 100644
index 2f31e3a..000
--- a/meta-python/recipes-devtools/python/python-serpent_1.16.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-SUMMARY = "Serialization based on ast.literal_eval"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=506280bc092b1a0be25c79fb0ed4aaa6"
-
-SRC_URI[md5sum] = "9d0cfe1f57f468100d3ae94c4de47950"
-SRC_URI[sha256sum] = 
"c26e98c2155228a69eb0dc14ba7b888cb70099b6c4ca47fd9d1f099f7d561c3e"
-
-inherit pypi setuptools
-
-RDEPENDS_${PN} += "\
-${PYTHON_PN}-netclient \
-${PYTHON_PN}-numbers \
-"
diff --git a/meta-python/recipes-devtools/python/python-serpent_1.18.1.bb 
b/meta-python/recipes-devtools/python/python-serpent_1.18.1.bb
new file mode 100644
index 000..f18343a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-serpent_1.18.1.bb
@@ -0,0 +1,13 @@
+SUMMARY = "Serialization based on ast.literal_eval"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2669deccb79531c74a5ddd71b45f5095"
+
+SRC_URI[md5sum] = "e2cd7b751274c59b420d4f54db9a49cf"
+SRC_URI[sha256sum] = 
"9afebb58ac8b827050e1969324388349dc9738b0a03b0d91567b328834a27732"
+
+inherit pypi setuptools
+
+RDEPENDS_${PN} += "\
+${PYTHON_PN}-netclient \
+${PYTHON_PN}-numbers \
+"
-- 
2.7.4

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


[oe] [meta-python][PATCH] python-vobject: update to version 0.9.4.1

2017-02-22 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 .../python/{python-vobject_0.9.3.bb => python-vobject_0.9.4.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-vobject_0.9.3.bb => 
python-vobject_0.9.4.1.bb} (71%)

diff --git a/meta-python/recipes-devtools/python/python-vobject_0.9.3.bb 
b/meta-python/recipes-devtools/python/python-vobject_0.9.4.1.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python-vobject_0.9.3.bb
rename to meta-python/recipes-devtools/python/python-vobject_0.9.4.1.bb
index 58cf00b..fc95193 100644
--- a/meta-python/recipes-devtools/python/python-vobject_0.9.3.bb
+++ b/meta-python/recipes-devtools/python/python-vobject_0.9.4.1.bb
@@ -4,8 +4,8 @@ HOMEPAGE = "http://vobject.skyhouseconsulting.com/";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = 
"file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[md5sum] = "fe5996008d5e4858d63156b37b43d59c"
-SRC_URI[sha256sum] = 
"10b150b87ee5fffefd3aa1ea12f31aab45a7b7d010d1ce6816afaff8db726520"
+SRC_URI[md5sum] = "73432a3e6e9a4788f73a9acc4d7b1fa8"
+SRC_URI[sha256sum] = 
"faea7d4fb3e2bc8ef6367e7f9b4ad0841aa1980fd5dd96d05c7a90e39880811c"
 
 inherit pypi setuptools
 
-- 
2.7.4

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


[oe] [meta-python][PATCH] python-greenlet: update to version 0.4.12

2017-02-22 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 .../python/{python-greenlet_0.4.11.bb => python-greenlet_0.4.12.bb}  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-greenlet_0.4.11.bb => 
python-greenlet_0.4.12.bb} (61%)

diff --git a/meta-python/recipes-devtools/python/python-greenlet_0.4.11.bb 
b/meta-python/recipes-devtools/python/python-greenlet_0.4.12.bb
similarity index 61%
rename from meta-python/recipes-devtools/python/python-greenlet_0.4.11.bb
rename to meta-python/recipes-devtools/python/python-greenlet_0.4.12.bb
index ca4786f..4fc2c1d 100644
--- a/meta-python/recipes-devtools/python/python-greenlet_0.4.11.bb
+++ b/meta-python/recipes-devtools/python/python-greenlet_0.4.12.bb
@@ -3,9 +3,8 @@ LICENSE = "MIT & PSF"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=03143d7a1a9f5d8a0fee825f24ca9c36 \
 file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
 
-SRC_URI[md5sum] = "774808f543e130621700863bc20a21fe"
-SRC_URI[sha256sum] = 
"e46510543912135b2663c2fc4e2867497579466d82184710b84fb718b31cc95d"
+SRC_URI[md5sum] = "e8637647d58a26c4a1f51ca393e53c00"
+SRC_URI[sha256sum] = 
"e4c99c6010a5d153d481fdaf63b8a0782825c0721506d880403a3b9b82ae347e"
 
-PYPI_PACKAGE_EXT = "zip"
 inherit pypi distutils
 
-- 
2.7.4

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


[oe] [meta-python][PATCH] python-pyro4: update to version 4.55

2017-02-22 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 .../python-pyro4/{python-pyro4_4.53.bb => python-pyro4_4.55.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-connectivity/python-pyro4/{python-pyro4_4.53.bb => 
python-pyro4_4.55.bb} (70%)

diff --git a/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.53.bb 
b/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.55.bb
similarity index 70%
rename from meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.53.bb
rename to meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.55.bb
index 4730150..cc28a81 100644
--- a/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.53.bb
+++ b/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.55.bb
@@ -2,8 +2,8 @@ SUMMARY = "Python Remote Objects"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=378acef375e17a3bff03bd0f78c53220"
 
-SRC_URI[md5sum] = "71a2629229b7101996d41282c5c7157f"
-SRC_URI[sha256sum] = 
"c6ca6461472a74a7608a2247413b66e951889351fcf8e9eed5d7232ae844b702"
+SRC_URI[md5sum] = "0400a4d260dbeaa4e7e725c4ba310ead"
+SRC_URI[sha256sum] = 
"49a7a142542d87dde1cecc8d3ee048ec9481ba861d61234d219fadd06e6ced96"
 
 PYPI_PACKAGE = "Pyro4"
 
-- 
2.7.4

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


[oe] [meta-python][PATCH] python-autobahn: remove obsolete recipe

2017-02-22 Thread Derek Straka
The autobahn recipe does not currently function and is extremely out
of date.  The only known consumer of this was cloudeebus, which is
also being removed.  The new version requires a large number of
dependencies that are not currently in meta-python.  Since there are
no known users, the recipe will be removed for now until other consumers
are identified.

Signed-off-by: Derek Straka 
---
 .../recipes-devtools/python/python-autobahn_0.8.6.bb | 16 
 1 file changed, 16 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb

diff --git a/meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb 
b/meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb
deleted file mode 100644
index e64dd8f..000
--- a/meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "AutobahnPython provides a WebSocket (RFC6455, Hybi-10 to -17, 
Hixie-76) framework for creating WebSocket-based clients and servers. \
-AutobahnPython also includes an implementation of WAMP (The WebSockets 
Application Messaging Protocol), a light-weight,  \
-asynchronous RPC/PubSub over JSON/WebSocket protocol."
-HOMEPAGE = "http://autobahn.ws/python";
-
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = " 
file://autobahn/__init__.py;beginline=1;endline=17;md5=1fdeccf6e5b70cda64cc1345597c18e3"
-
-SRC_URI[md5sum] = "160429e7fb043940e79aa7f4ebbab57a"
-SRC_URI[sha256sum] = 
"94ae5c6f37f9fe7c9d3f12c170fcc273afed4104a1c5508b26d6014bb9e6373e"
-
-PYPI_PACKAGE_EXT = "zip"
-inherit pypi setuptools
-
-RDEPENDS_${PN} = "python python-pprint python-twisted-protocols 
python-netserver python-twisted-web"
-
-- 
2.7.4

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


Re: [oe] Before you ping some older patches

2017-02-22 Thread Martin Jansa
Hi Michael,

thanks for quick fix.

The hook now shows error about sendmail I wasn't seeing before:

OE @ ~/meta-openembedded $ git push origin master-next
Counting objects: 78, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (25/25), done.
Writing objects: 100% (78/78), 7.35 KiB | 0 bytes/s, done.
Total 78 (delta 56), reused 66 (delta 49)
remote: No sendmail executable found.  Try setting
multimailhook.sendmailCommand.
To git.openembedded.org:meta-openembedded
   eb7979113..0d27137f0  master-next -> master-next


On Thu, Feb 23, 2017 at 12:06 AM, Michael Halstead <
mhalst...@linuxfoundation.org> wrote:

> The hooks are repaired and need testing. (Bad git/config settings.) Please
> feel free to resubmit patches. Let me know if they do not appear in
> patchwork.
> I'm trying to see if I can automatically resend the missed patches and
> mark them superseded if needed. I'll update post here if it works.
>
>
>
> On 02/22/2017 01:32 PM, Martin Jansa wrote:
>
> 1) Make sure they aren't already in master (or master-next), currently
> there is only one change in master-next:
> eb7979113 netcat-openbsd: fix implicit dependency on pkg-config
>
> 2) Make sure there weren't some negative feedback comments on our change
>
> 3) Make sure the change made it to patchwork, currently there is only
> one "open" change:https://patchwork.openembedded.org/patch/137499/
>
> Be aware that the changes are usually daily marked as archived, when
> they are sorted to corresponding bundles and included in master-next
> branch for testing, as described 
> here:http://www.openembedded.org/wiki/Patchwork#Multiple_layers_sharing_the_same_oe_project_on_patchwork
>
> I'm writing this, because currently many changes are missing on patchwork,
> because of some unknown issue with it, 
> see:http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111467.html
> once this issue is resolved, please re-send missing changes.
>
> Regards,
>
>
>
>
> --
> Michael Halstead
> Linux Foundation / SysAdmin
>
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH] python-cloudeebus: remove obsolete recipe

2017-02-22 Thread Derek Straka
The cloudeebus upstream project has not been active in 3.5 years and
the current APIs for most of the dependencies have changed enough to
not longer support the current implementation without pinning previous
versions.  Since this recipe has not functioned correctly for a while,
remove it from the layer.

Signed-off-by: Derek Straka 
---
 .../python/python-cloudeebus_0.6.0.bb  | 35 --
 1 file changed, 35 deletions(-)
 delete mode 100644 
meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb

diff --git a/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb 
b/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
deleted file mode 100644
index 1490e22..000
--- a/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
+++ /dev/null
@@ -1,35 +0,0 @@
-DESCRIPTION = "A component which enables calling DBus methods and registering 
on DBus signals from Javascript"
-HOMEPAGE = "https://github.com/01org/cloudeebus";
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
-
-SRC_URI = "git://github.com/01org/cloudeebus.git;protocol=http;branch=master "
-SRCREV = "b5cc957eeabfe98cb996baf8e5a0ac848993c3d4"
-
-S = "${WORKDIR}/git"
-
-inherit distutils setuptools
-
-DEPENDS_${PN} = "python python-distribute"
-RDEPENDS_${PN} = "python python-dbus python-json python-argparse 
python-pygobject python-autobahn python-twisted python-subprocess"
-
-do_install_prepend() {
-  install -d ${D}${PYTHON_SITEPACKAGES_DIR}/${PN}
-}
-
-DISTUTILS_INSTALL_ARGS = "--root=${D} \
---single-version-externally-managed \
---prefix=${prefix} \
---install-lib=${PYTHON_SITEPACKAGES_DIR} \
---install-data=${datadir}"
-
-do_install_append() {
-  distutils_do_install
-  install -d ${D}${datadir}/doc/${BPN}/
-  install -m 0644 ${S}/README.md ${D}${datadir}/doc/${BPN}/
-}
-
-FILES_${PN} += "${datadir}/cloudeebus"
-FILES_${PN} += "${sysconfdir}/dbus-1/system.d/org.cloudeebus.conf"
-
-- 
2.7.4

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


Re: [oe] Before you ping some older patches

2017-02-22 Thread MacDonald, Joe
I figured the same but there are at least two in my sent mail that are absent 
from the archives.  I'm inclined to blame a google apps hiccup since they're 
from my non-work address but I thought it worth mentioning anyway.

On Feb 22, 2017 5:51 PM, Martin Jansa  wrote:
On Wed, Feb 22, 2017 at 10:26:54PM +, MacDonald, Joe wrote:
> It might just be me, but the list in general has seemed a bit off since at 
> least Monday. I have good reason to believe it has eaten at least two of my 
> posts.

During OEDAM discussion I also had a feeling that both my replies to
"Splitting meta-oe?" thread were eaten by the ML gremlins, but both
appear at:
http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/thread.html
so that wasn't the case.

> On Feb 22, 2017 4:33 PM, Martin Jansa  wrote:
> 1) Make sure they aren't already in master (or master-next), currently
> there is only one change in master-next:
> eb7979113 netcat-openbsd: fix implicit dependency on pkg-config
>
> 2) Make sure there weren't some negative feedback comments on our change
>
> 3) Make sure the change made it to patchwork, currently there is only
> one "open" change:
> https://patchwork.openembedded.org/patch/137499/
>
> Be aware that the changes are usually daily marked as archived, when
> they are sorted to corresponding bundles and included in master-next
> branch for testing, as described here:
> http://www.openembedded.org/wiki/Patchwork#Multiple_layers_sharing_the_same_oe_project_on_patchwork
>
> I'm writing this, because currently many changes are missing on patchwork,
> because of some unknown issue with it, see:
> http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111467.html
> once this issue is resolved, please re-send missing changes.
>
> Regards,
>

--
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] Before you ping some older patches

2017-02-22 Thread Michael Halstead
The hooks are repaired and need testing. (Bad git/config settings.)
Please feel free to resubmit patches. Let me know if they do not appear
in patchwork.

I'm trying to see if I can automatically resend the missed patches and
mark them superseded if needed. I'll update post here if it works.


On 02/22/2017 01:32 PM, Martin Jansa wrote:
> 1) Make sure they aren't already in master (or master-next), currently
> there is only one change in master-next:
> eb7979113 netcat-openbsd: fix implicit dependency on pkg-config
>
> 2) Make sure there weren't some negative feedback comments on our change
>
> 3) Make sure the change made it to patchwork, currently there is only
> one "open" change:
> https://patchwork.openembedded.org/patch/137499/
>
> Be aware that the changes are usually daily marked as archived, when
> they are sorted to corresponding bundles and included in master-next
> branch for testing, as described here:
> http://www.openembedded.org/wiki/Patchwork#Multiple_layers_sharing_the_same_oe_project_on_patchwork
>
> I'm writing this, because currently many changes are missing on patchwork,
> because of some unknown issue with it, see:
> http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111467.html
> once this issue is resolved, please re-send missing changes.
>
> Regards,
>
>

-- 
Michael Halstead
Linux Foundation / SysAdmin

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


[oe] [PATCH 11/11] libsdl-ttf: fix and unblacklist

2017-02-22 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb 
b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb
index 091d6ef..d8b378f 100644
--- a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb
+++ b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb
@@ -12,7 +12,9 @@ SRC_URI[sha256sum] = 
"724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248
 
 S = "${WORKDIR}/SDL_ttf-${PV}"
 
-inherit autotools
+inherit autotools pkgconfig
+
+LDFLAGS += "-lm"
 
 do_configure_prepend() {
 # make autoreconf happy
@@ -25,5 +27,3 @@ do_configure_prepend() {
 rm -f ${S}/acinclude/$i
 done
 }
-
-PNBLACKLIST[libsdl-ttf] ?= "Fails to build with RSS 
http://errors.yoctoproject.org/Errors/Details/130598/";
-- 
2.9.3

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


[oe] [PATCH 09/11] postgresql: update 9.4.10 -> 9.4.11

2017-02-22 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb | 11 ---
 meta-oe/recipes-support/postgresql/postgresql_9.4.11.bb | 11 +++
 2 files changed, 11 insertions(+), 11 deletions(-)
 delete mode 100644 meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb
 create mode 100644 meta-oe/recipes-support/postgresql/postgresql_9.4.11.bb

diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb 
b/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb
deleted file mode 100644
index 5498350..000
--- a/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require postgresql.inc
-
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3a9c1120056a102a8c8c4013cd828dce"
-
-SRC_URI += "\
-file://remove.autoconf.version.check.patch \
-file://not-check-libperl.patch \
-"
-
-SRC_URI[md5sum] = "1171df0426fe4da5a29f6cdaf2e8b812"
-SRC_URI[sha256sum] = 
"7061678bed1981c681ce54c76b98b6ec17743f090a9775104a45e7e1a8826ecf"
diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.4.11.bb 
b/meta-oe/recipes-support/postgresql/postgresql_9.4.11.bb
new file mode 100644
index 000..e4d2eda
--- /dev/null
+++ b/meta-oe/recipes-support/postgresql/postgresql_9.4.11.bb
@@ -0,0 +1,11 @@
+require postgresql.inc
+
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=81b69ddb31a8be66baafd14a90146ee2"
+
+SRC_URI += "\
+file://remove.autoconf.version.check.patch \
+file://not-check-libperl.patch \
+"
+
+SRC_URI[md5sum] = "2fee03f2034034dbfcb3321a0bb0f829"
+SRC_URI[sha256sum] = 
"e3eb51d045c180b03d2de1f0c3af9356e10be49448e966ca01dfc2c6d1cc9d23"
-- 
2.9.3

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


[oe] [PATCH 10/11] libsdl2-ttf: add pkgconfig to inherit and unblacklist

2017-02-22 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb 
b/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb
index da74fba..f2441f9 100644
--- a/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb
+++ b/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = 
"34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62f
 
 S = "${WORKDIR}/SDL2_ttf-${PV}"
 
-inherit autotools
+inherit autotools pkgconfig
 
 do_configure_prepend() {
 touch ${S}/NEWS ${S}/README ${S}/AUTHORS ${S}/ChangeLog
@@ -25,5 +25,3 @@ do_configure_prepend() {
 rm -f ${S}/acinclude/$i
 done
 }
-
-PNBLACKLIST[libsdl2-ttf] ?= "Fails to build with RSS 
http://errors.yoctoproject.org/Errors/Details/130656/";
-- 
2.9.3

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


[oe] [PATCH 08/11] postgresql: use gettext bbclass and aublacklist

2017-02-22 Thread Andreas Müller
Although I reomeve gettext related packages from my build machine, I could not
reproduce error mentioned. Let's hope my asumption is good enough.

Signed-off-by: Andreas Müller 
---
 meta-oe/recipes-support/postgresql/postgresql.inc   | 4 ++--
 meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc 
b/meta-oe/recipes-support/postgresql/postgresql.inc
index 314c23d..dd41188 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -19,7 +19,7 @@ DESCRIPTION = "\
 "
 HOMEPAGE = "http://www.postgresql.com";
 LICENSE = "BSD"
-DEPENDS = "zlib readline tzcode-native gettext-native"
+DEPENDS = "zlib readline tzcode-native"
 
 ARM_INSTRUCTION_SET = "arm"
 
@@ -37,7 +37,7 @@ LEAD_SONAME = "libpq.so"
 # LDFLAGS for shared libraries
 export LDFLAGS_SL = "${LDFLAGS}"
 
-inherit autotools pkgconfig perlnative pythonnative useradd update-rc.d systemd
+inherit autotools pkgconfig perlnative pythonnative useradd update-rc.d 
systemd gettext
 
 CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6"
 
diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb 
b/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb
index 4787e57..5498350 100644
--- a/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb
+++ b/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb
@@ -9,5 +9,3 @@ SRC_URI += "\
 
 SRC_URI[md5sum] = "1171df0426fe4da5a29f6cdaf2e8b812"
 SRC_URI[sha256sum] = 
"7061678bed1981c681ce54c76b98b6ec17743f090a9775104a45e7e1a8826ecf"
-
-PNBLACKLIST[postgresql] ?= "Fails to build with RSS 
http://errors.yoctoproject.org/Errors/Details/131632/";
-- 
2.9.3

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


[oe] [PATCH 05/11] abiword: unblacklist - gtkmathview is back

2017-02-22 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb 
b/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb
index d021147..b08b994 100644
--- a/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb
+++ b/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb
@@ -125,5 +125,3 @@ python populate_packages_prepend () {
 }
 
 FILES_${PN}-plugin-openxml += "${datadir}/${PN}-${SHRT_VER}/omml_xslt"
-
-PNBLACKLIST[abiword] ?= "Depends on blacklisted gtkmathview"
-- 
2.9.3

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


[oe] [PATCH 06/11] fontforge: add gettext to inherit and unblacklist

2017-02-22 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb 
b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
index 7d30312..75abd5c 100644
--- a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
+++ b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
 DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool uthash 
gnulib"
 DEPENDS_append_class-target = " libxi"
 
-inherit autotools pkgconfig pythonnative distro_features_check
+inherit autotools pkgconfig pythonnative distro_features_check gettext
 
 REQUIRED_DISTRO_FEATURES_append_class-target = " x11"
 
@@ -58,5 +58,3 @@ RDEPENDS_${PN}-python = "python"
 
 # for e.g kde's oxygen-fonts
 BBCLASSEXTEND = "native"
-
-PNBLACKLIST[fontforge] ?= "Fails to build with RSS 
http://errors.yoctoproject.org/Errors/Details/130639/";
-- 
2.9.3

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


[oe] [PATCH 03/11] gtk-engines: add glib-2.0-native to DEPENDS an unblacklist

2017-02-22 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb 
b/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
index 2a0022b..83aa749 100644
--- a/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
+++ b/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 
 SECTION = "x11/base"
-DEPENDS = "intltool-native gtk+ gettext-native"
+DEPENDS = "intltool-native gtk+ gettext-native glib-2.0-native"
 
 PR = "r3"
 
@@ -53,5 +53,3 @@ SRC_URI += "file://glib-2.32.patch \
 file://substitute-tests.patch"
 SRC_URI[archive.md5sum] = "5deb287bc6075dc21812130604c7dc4f"
 SRC_URI[archive.sha256sum] = 
"15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5"
-
-PNBLACKLIST[gtk-engines] ?= "Fails to build with RSS 
http://errors.yoctoproject.org/Errors/Details/130602/";
-- 
2.9.3

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


[oe] [PATCH 04/11] gtkmathview: libxslt -> libxslt-native in DEPENDS and unblacklist

2017-02-22 Thread Andreas Müller
There is not exactly a chance to get a useful fedora system without libxslt for
test. So this is yet another guesswork.

Signed-off-by: Andreas Müller 
---
 meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb 
b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
index 1478c48..15935c8 100644
--- a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
+++ b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
@@ -1,5 +1,5 @@
 HOMEPAGE = "http://helm.cs.unibo.it/mml-widget/";
-DEPENDS = "t1lib gtk+ popt libxslt libxml2"
+DEPENDS = "t1lib gtk+ popt libxslt-native libxml2"
 
 LICENSE = "LGPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
@@ -23,5 +23,3 @@ do_configure_append() {
 # avoid host polution inf pkg-config files
 sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'`
 }
-
-PNBLACKLIST[gtkmathview] ?= "Fails to build with RSS 
http://errors.yoctoproject.org/Errors/Details/131636/";
-- 
2.9.3

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


[oe] [PATCH 07/11] fontforge: update 20150824 -> 20161012

2017-02-22 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 .../fontforge/{fontforge_20150824.bb => fontforge_20161012.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/fontforge/{fontforge_20150824.bb => 
fontforge_20161012.bb} (96%)

diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb 
b/meta-oe/recipes-graphics/fontforge/fontforge_20161012.bb
similarity index 96%
rename from meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
rename to meta-oe/recipes-graphics/fontforge/fontforge_20161012.bb
index 75abd5c..1c3376d 100644
--- a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
+++ b/meta-oe/recipes-graphics/fontforge/fontforge_20161012.bb
@@ -14,8 +14,8 @@ inherit autotools pkgconfig pythonnative 
distro_features_check gettext
 REQUIRED_DISTRO_FEATURES_append_class-target = " x11"
 
 SRC_URI = "git://github.com/${BPN}/${BPN}.git"
-# tag 20150824
-SRCREV = "07d5ccff2704f8a56f1b3cc6695a4e31f85f88e6"
+# tag 20161012
+SRCREV = "072edb0235cd163d6c3391da9cc3754c3c66f47a"
 S = "${WORKDIR}/git"
 
 EXTRA_OECONF_append_class-native = " with_x=no"
-- 
2.9.3

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


[oe] [PATCH 00/11] more rss fixes

2017-02-22 Thread Andreas Müller
* patchwork is in trouble atm -> use classic pull request
* 1-3 are resend - patchwork trouble I guess/hope
* some errors cannot be reproduced -> guesswork -> let me know in case of
  trouble
* (bad) habit: when touching recipes I check for updates - hope we don't face
  further mpd-like cases

The following changes since commit eb7979113cf1e8c7fb95f9cc2250ebfe7daba331:

  netcat-openbsd: fix implicit dependency on pkg-config (2017-02-22 21:39:16 
+0100)

are available in the git repository at:

  https://github.com/schnitzeltony/meta-openembedded.git more-rss-fixes

for you to fetch changes up to 250c84bb4f57b8c7ac1b40d147f8f8dc795f80e4:

  libsdl-ttf: fix and unblacklist (2017-02-22 23:43:20 +0100)


Andreas Müller (11):
  libsdl-mixer: add pkgconfig to inherit and unblacklist
  libsdl2-mixer: add pkgconfig to inherit and unblacklist
  gtk-engines: add glib-2.0-native to DEPENDS an unblacklist
  gtkmathview: libxslt -> libxslt-native in DEPENDS and unblacklist
  abiword: unblacklist - gtkmathview is back
  fontforge: add gettext to inherit and unblacklist
  fontforge: update 20150824 -> 20161012
  postgresql: use gettext bbclass and aublacklist
  postgresql: update 9.4.10 -> 9.4.11
  libsdl2-ttf: add pkgconfig to inherit and unblacklist
  libsdl-ttf: fix and unblacklist

 meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb  
 |  2 --
 meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb 
 |  4 +---
 meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb   
 |  4 +---
 meta-oe/recipes-graphics/fontforge/{fontforge_20150824.bb => 
fontforge_20161012.bb} |  8 +++-
 meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb 
 |  5 +
 meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb 
 |  4 +---
 meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb
 |  6 +++---
 meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb   
 |  4 +---
 meta-oe/recipes-support/postgresql/postgresql.inc  
 |  4 ++--
 meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb
 | 13 -
 meta-oe/recipes-support/postgresql/postgresql_9.4.11.bb
 | 11 +++
 11 files changed, 24 insertions(+), 41 deletions(-)
 rename meta-oe/recipes-graphics/fontforge/{fontforge_20150824.bb => 
fontforge_20161012.bb} (86%)
 delete mode 100644 meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb
 create mode 100644 meta-oe/recipes-support/postgresql/postgresql_9.4.11.bb

-- 
2.9.3

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


[oe] [PATCH 01/11] libsdl-mixer: add pkgconfig to inherit and unblacklist

2017-02-22 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb 
b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb
index 06623f8..c83fcc8 100644
--- a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb
+++ b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = 
"1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f
 
 S = "${WORKDIR}/SDL_mixer-${PV}"
 
-inherit autotools-brokensep
+inherit autotools-brokensep pkgconfig
 
 EXTRA_AUTORECONF += "--include=acinclude"
 EXTRA_OECONF = "--disable-music-mp3 --enable-music-ogg 
--enable-music-ogg-tremor LIBS=-L${STAGING_LIBDIR}"
@@ -37,6 +37,3 @@ do_configure () {
 sed -i -e 's:-L/usr/lib:-L${STAGING_LIBDIR}:g' $i
 done
 }
-
-
-PNBLACKLIST[libsdl-mixer] ?= "Fails to build with RSS 
http://errors.yoctoproject.org/Errors/Details/130592/";
-- 
2.9.3

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


[oe] [PATCH 02/11] libsdl2-mixer: add pkgconfig to inherit and unblacklist

2017-02-22 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb 
b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb
index 3080d59..8276b44 100644
--- a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb
+++ b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = 
"5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e5
 
 S = "${WORKDIR}/SDL2_mixer-${PV}"
 
-inherit autotools-brokensep
+inherit autotools-brokensep pkgconfig
 
 EXTRA_AUTORECONF += "--include=acinclude"
 EXTRA_OECONF = "--disable-music-mp3 --enable-music-ogg 
--enable-music-ogg-tremor LIBS=-L${STAGING_LIBDIR}"
@@ -25,5 +25,3 @@ do_configure_prepend () {
 rm -f acinclude/$i
 done
 }
-
-PNBLACKLIST[libsdl2-mixer] ?= "Fails to build with RSS 
http://errors.yoctoproject.org/Errors/Details/130659/";
-- 
2.9.3

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


Re: [oe] Before you ping some older patches

2017-02-22 Thread Martin Jansa
On Wed, Feb 22, 2017 at 10:26:54PM +, MacDonald, Joe wrote:
> It might just be me, but the list in general has seemed a bit off since at 
> least Monday. I have good reason to believe it has eaten at least two of my 
> posts.

During OEDAM discussion I also had a feeling that both my replies to
"Splitting meta-oe?" thread were eaten by the ML gremlins, but both
appear at:
http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/thread.html
so that wasn't the case.

> On Feb 22, 2017 4:33 PM, Martin Jansa  wrote:
> 1) Make sure they aren't already in master (or master-next), currently
> there is only one change in master-next:
> eb7979113 netcat-openbsd: fix implicit dependency on pkg-config
> 
> 2) Make sure there weren't some negative feedback comments on our change
> 
> 3) Make sure the change made it to patchwork, currently there is only
> one "open" change:
> https://patchwork.openembedded.org/patch/137499/
> 
> Be aware that the changes are usually daily marked as archived, when
> they are sorted to corresponding bundles and included in master-next
> branch for testing, as described here:
> http://www.openembedded.org/wiki/Patchwork#Multiple_layers_sharing_the_same_oe_project_on_patchwork
> 
> I'm writing this, because currently many changes are missing on patchwork,
> because of some unknown issue with it, see:
> http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111467.html
> once this issue is resolved, please re-send missing changes.
> 
> Regards,
> 

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


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


Re: [oe] Before you ping some older patches

2017-02-22 Thread MacDonald, Joe
It might just be me, but the list in general has seemed a bit off since at 
least Monday. I have good reason to believe it has eaten at least two of my 
posts.

-J.

On Feb 22, 2017 4:33 PM, Martin Jansa  wrote:
1) Make sure they aren't already in master (or master-next), currently
there is only one change in master-next:
eb7979113 netcat-openbsd: fix implicit dependency on pkg-config

2) Make sure there weren't some negative feedback comments on our change

3) Make sure the change made it to patchwork, currently there is only
one "open" change:
https://patchwork.openembedded.org/patch/137499/

Be aware that the changes are usually daily marked as archived, when
they are sorted to corresponding bundles and included in master-next
branch for testing, as described here:
http://www.openembedded.org/wiki/Patchwork#Multiple_layers_sharing_the_same_oe_project_on_patchwork

I'm writing this, because currently many changes are missing on patchwork,
because of some unknown issue with it, see:
http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111467.html
once this issue is resolved, please re-send missing changes.

Regards,

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


Re: [oe] [OE-core] Patchwork not picking changes from the ML Was: [meta-python][PATCH] python-paho-mqtt: update to version 1.2

2017-02-22 Thread Michael Halstead
On Feb 22, 2017 1:56 PM, "Derek Straka"  wrote:

Martin - No problem.  I'll resend the patches.

Michael - Would it be worth waiting before I resend the change sets?  It
looks like at least a subset of them have made it through.


Please wait while I make sure this problem is correctly resolved before
re-sending. I'll e-mail once we're ready.


Thanks.

-Derek

On Wed, Feb 22, 2017 at 3:55 PM, Michael Halstead <
mhalst...@linuxfoundation.org> wrote:

> I've seen several issues with hooks. I was working on them yesterday and
> will continue today.
>
> These are currently managed by hand but we are moving them into
> configuration management which should help keep them working consistently.
>
> On Feb 22, 2017 12:47 PM, "Martin Jansa"  wrote:
>
>> On Wed, Feb 22, 2017 at 12:45:36PM -0500, Derek Straka wrote:
>> > Signed-off-by: Derek Straka 
>>
>> It's not your fault Derek, but most of the patches from today and based
>> on the pings from today also some earlier patches didn't make it into
>> patchwork. This one is the only exception.
>>
>> Michael, Jose: are you aware of some issues with patchwork? Could it be
>> caused by the default Reply-to change from yesterday (or day before
>> during OEDAM)?
>>
>> I know only about issues processing merged changes:
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10967
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10759
>>
>> And also UI issue in patchwork that paging doesn't work, e.g.:
>> https://patchwork.openembedded.org/bundle/jama/master-next/?
>> submitter=&state=&q=&archive=both
>> shows that there are 5 pages of changes (which should be in most cases
>> marked as accepted by the hook above), but clicking on 2nd page produces
>> link which drops the query parameters:
>> https://patchwork.openembedded.org/bundle/jama/master-next/?page=2
>> so it says "No patches to display"
>>
>> Regards,
>>
>> > ---
>> >  .../python/{python-paho-mqtt_1.1.bb => python-paho-mqtt_1.2.bb}
>>  | 4 ++--
>> >  1 file changed, 2 insertions(+), 2 deletions(-)
>> >  rename meta-python/recipes-devtools/python/{python-paho-mqtt_1.1.bb
>> => python-paho-mqtt_1.2.bb} (68%)
>> >
>> > diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.b
>> b b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
>> > similarity index 68%
>> > rename from meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
>> > rename to meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
>> > index b8f5f3f..c8acfc5 100644
>> > --- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
>> > +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
>> > @@ -11,5 +11,5 @@ RDEPENDS_${PN} = "\
>> > python-threading \
>> >  "
>> >
>> > -SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366"
>> > -SRC_URI[sha256sum] = "0f7a629efe6e3a2c61b59d3550aa9
>> f2c4529b5689a65fde45e6f1ac36b9a261e"
>> > +SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1"
>> > +SRC_URI[sha256sum] = "9100a6aa706ab699d414ec02705a2
>> 1eb66f436184691d0bf1f2a85a6213c6c1f"
>> > --
>> > 2.7.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-core mailing list
>> openembedded-c...@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>
>>

> Michael: one syntax error in patchwork code was pulled into production
> yesterday. This is the cause for missing patches. The error is fixed in
> the Yocto repo now, please perform a server code update ASAP.


Leo and I pulled changes and restarted so this should be in place now.
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [OE-core] Patchwork not picking changes from the ML Was: [meta-python][PATCH] python-paho-mqtt: update to version 1.2

2017-02-22 Thread Jose Lamego


On 02/22/2017 02:55 PM, Michael Halstead wrote:
> I've seen several issues with hooks. I was working on them yesterday and
> will continue today.
> 
> These are currently managed by hand but we are moving them into
> configuration management which should help keep them working consistently.

Michael: one syntax error in patchwork code was pulled into production
yesterday. This is the cause for missing patches. The error is fixed in
the Yocto repo now, please perform a server code update ASAP.

Martin: I will look at the UI issue you are describing and file a bug if
needed.

> 
> On Feb 22, 2017 12:47 PM, "Martin Jansa"  > wrote:
> 
> On Wed, Feb 22, 2017 at 12:45:36PM -0500, Derek Straka wrote:
> > Signed-off-by: Derek Straka  >
> 
> It's not your fault Derek, but most of the patches from today and based
> on the pings from today also some earlier patches didn't make it into
> patchwork. This one is the only exception.
> 
> Michael, Jose: are you aware of some issues with patchwork? Could it be
> caused by the default Reply-to change from yesterday (or day before
> during OEDAM)?
> 
> I know only about issues processing merged changes:
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10967
> 
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10759
> 
> 
> And also UI issue in patchwork that paging doesn't work, e.g.:
> 
> https://patchwork.openembedded.org/bundle/jama/master-next/?submitter=&state=&q=&archive=both
> 
> 
> shows that there are 5 pages of changes (which should be in most cases
> marked as accepted by the hook above), but clicking on 2nd page produces
> link which drops the query parameters:
> https://patchwork.openembedded.org/bundle/jama/master-next/?page=2
> 
> so it says "No patches to display"
> 
> Regards,
> 
> > ---
> >  .../python/{python-paho-mqtt_1.1.bb
>  => python-paho-mqtt_1.2.bb
> }   | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >  rename
> meta-python/recipes-devtools/python/{python-paho-mqtt_1.1.bb
>  => python-paho-mqtt_1.2.bb
> } (68%)
> >
> > diff --git
> a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
> 
> b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
> 
> > similarity index 68%
> > rename from
> meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
> 
> > rename to
> meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
> 
> > index b8f5f3f..c8acfc5 100644
> > --- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
> 
> > +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
> 
> > @@ -11,5 +11,5 @@ RDEPENDS_${PN} = "\
> > python-threading \
> >  "
> >
> > -SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366"
> > -SRC_URI[sha256sum] =
> "0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e"
> > +SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1"
> > +SRC_URI[sha256sum] =
> "9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f"
> > --
> > 2.7.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-core mailing list
> openembedded-c...@lists.openembedded.org
> 
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> 
> 
> 
> 

-- 
Jose Lamego | OTC Embedded Platforms & Tools | GDC



signature.asc
Description: OpenPGP digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/ope

Re: [oe] [OE-core] Patchwork not picking changes from the ML Was: [meta-python][PATCH] python-paho-mqtt: update to version 1.2

2017-02-22 Thread Derek Straka
Martin - No problem.  I'll resend the patches.

Michael - Would it be worth waiting before I resend the change sets?  It
looks like at least a subset of them have made it through.

Thanks.

-Derek

On Wed, Feb 22, 2017 at 3:55 PM, Michael Halstead <
mhalst...@linuxfoundation.org> wrote:

> I've seen several issues with hooks. I was working on them yesterday and
> will continue today.
>
> These are currently managed by hand but we are moving them into
> configuration management which should help keep them working consistently.
>
> On Feb 22, 2017 12:47 PM, "Martin Jansa"  wrote:
>
>> On Wed, Feb 22, 2017 at 12:45:36PM -0500, Derek Straka wrote:
>> > Signed-off-by: Derek Straka 
>>
>> It's not your fault Derek, but most of the patches from today and based
>> on the pings from today also some earlier patches didn't make it into
>> patchwork. This one is the only exception.
>>
>> Michael, Jose: are you aware of some issues with patchwork? Could it be
>> caused by the default Reply-to change from yesterday (or day before
>> during OEDAM)?
>>
>> I know only about issues processing merged changes:
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10967
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10759
>>
>> And also UI issue in patchwork that paging doesn't work, e.g.:
>> https://patchwork.openembedded.org/bundle/jama/master-next/?
>> submitter=&state=&q=&archive=both
>> shows that there are 5 pages of changes (which should be in most cases
>> marked as accepted by the hook above), but clicking on 2nd page produces
>> link which drops the query parameters:
>> https://patchwork.openembedded.org/bundle/jama/master-next/?page=2
>> so it says "No patches to display"
>>
>> Regards,
>>
>> > ---
>> >  .../python/{python-paho-mqtt_1.1.bb => python-paho-mqtt_1.2.bb}
>>  | 4 ++--
>> >  1 file changed, 2 insertions(+), 2 deletions(-)
>> >  rename meta-python/recipes-devtools/python/{python-paho-mqtt_1.1.bb
>> => python-paho-mqtt_1.2.bb} (68%)
>> >
>> > diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.
>> bb b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
>> > similarity index 68%
>> > rename from meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
>> > rename to meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
>> > index b8f5f3f..c8acfc5 100644
>> > --- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
>> > +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
>> > @@ -11,5 +11,5 @@ RDEPENDS_${PN} = "\
>> > python-threading \
>> >  "
>> >
>> > -SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366"
>> > -SRC_URI[sha256sum] = "0f7a629efe6e3a2c61b59d3550aa9
>> f2c4529b5689a65fde45e6f1ac36b9a261e"
>> > +SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1"
>> > +SRC_URI[sha256sum] = "9100a6aa706ab699d414ec02705a2
>> 1eb66f436184691d0bf1f2a85a6213c6c1f"
>> > --
>> > 2.7.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-core mailing list
>> openembedded-c...@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>
>>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Before you ping some older patches

2017-02-22 Thread Martin Jansa
1) Make sure they aren't already in master (or master-next), currently
there is only one change in master-next:
eb7979113 netcat-openbsd: fix implicit dependency on pkg-config

2) Make sure there weren't some negative feedback comments on our change

3) Make sure the change made it to patchwork, currently there is only
one "open" change:
https://patchwork.openembedded.org/patch/137499/

Be aware that the changes are usually daily marked as archived, when
they are sorted to corresponding bundles and included in master-next
branch for testing, as described here:
http://www.openembedded.org/wiki/Patchwork#Multiple_layers_sharing_the_same_oe_project_on_patchwork

I'm writing this, because currently many changes are missing on patchwork,
because of some unknown issue with it, see:
http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111467.html
once this issue is resolved, please re-send missing changes.

Regards,


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


Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-02-22

2017-02-22 Thread Andreas Müller
On Wed, Feb 22, 2017 at 9:35 PM, Martin Jansa  wrote:
> 2nd build today just to confirm fix for chromium-wayland on qemux86,
> pidgin and geoclue.
>
>> I've dropped only the last unblacklist for mpd which is still failing,
>> will try it now with unblacklist, but without the version upgrade.
>
> This worked, the qemuarm issue reported in previous log happens only
> with 0.20.4, so I've now merged the first patch to unblacklist mpd.
Thanks - the update was only some mechanical thing. When I touch
recipes I check for updates...
>
Andreas
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [OE-core] Patchwork not picking changes from the ML Was: [meta-python][PATCH] python-paho-mqtt: update to version 1.2

2017-02-22 Thread Michael Halstead
I've seen several issues with hooks. I was working on them yesterday and
will continue today.

These are currently managed by hand but we are moving them into
configuration management which should help keep them working consistently.

On Feb 22, 2017 12:47 PM, "Martin Jansa"  wrote:

> On Wed, Feb 22, 2017 at 12:45:36PM -0500, Derek Straka wrote:
> > Signed-off-by: Derek Straka 
>
> It's not your fault Derek, but most of the patches from today and based
> on the pings from today also some earlier patches didn't make it into
> patchwork. This one is the only exception.
>
> Michael, Jose: are you aware of some issues with patchwork? Could it be
> caused by the default Reply-to change from yesterday (or day before
> during OEDAM)?
>
> I know only about issues processing merged changes:
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10967
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10759
>
> And also UI issue in patchwork that paging doesn't work, e.g.:
> https://patchwork.openembedded.org/bundle/jama/
> master-next/?submitter=&state=&q=&archive=both
> shows that there are 5 pages of changes (which should be in most cases
> marked as accepted by the hook above), but clicking on 2nd page produces
> link which drops the query parameters:
> https://patchwork.openembedded.org/bundle/jama/master-next/?page=2
> so it says "No patches to display"
>
> Regards,
>
> > ---
> >  .../python/{python-paho-mqtt_1.1.bb => python-paho-mqtt_1.2.bb}
>  | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >  rename meta-python/recipes-devtools/python/{python-paho-mqtt_1.1.bb =>
> python-paho-mqtt_1.2.bb} (68%)
> >
> > diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
> b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
> > similarity index 68%
> > rename from meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
> > rename to meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
> > index b8f5f3f..c8acfc5 100644
> > --- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
> > +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
> > @@ -11,5 +11,5 @@ RDEPENDS_${PN} = "\
> > python-threading \
> >  "
> >
> > -SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366"
> > -SRC_URI[sha256sum] = "0f7a629efe6e3a2c61b59d3550aa9f
> 2c4529b5689a65fde45e6f1ac36b9a261e"
> > +SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1"
> > +SRC_URI[sha256sum] = "9100a6aa706ab699d414ec02705a21
> eb66f436184691d0bf1f2a85a6213c6c1f"
> > --
> > 2.7.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-core mailing list
> openembedded-c...@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Patchwork not picking changes from the ML Was: [meta-python][PATCH] python-paho-mqtt: update to version 1.2

2017-02-22 Thread Martin Jansa
On Wed, Feb 22, 2017 at 12:45:36PM -0500, Derek Straka wrote:
> Signed-off-by: Derek Straka 

It's not your fault Derek, but most of the patches from today and based
on the pings from today also some earlier patches didn't make it into
patchwork. This one is the only exception.

Michael, Jose: are you aware of some issues with patchwork? Could it be
caused by the default Reply-to change from yesterday (or day before
during OEDAM)?

I know only about issues processing merged changes:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10967
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10759

And also UI issue in patchwork that paging doesn't work, e.g.:
https://patchwork.openembedded.org/bundle/jama/master-next/?submitter=&state=&q=&archive=both
shows that there are 5 pages of changes (which should be in most cases
marked as accepted by the hook above), but clicking on 2nd page produces
link which drops the query parameters:
https://patchwork.openembedded.org/bundle/jama/master-next/?page=2
so it says "No patches to display"

Regards,

> ---
>  .../python/{python-paho-mqtt_1.1.bb => python-paho-mqtt_1.2.bb}   | 4 
> ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-python/recipes-devtools/python/{python-paho-mqtt_1.1.bb => 
> python-paho-mqtt_1.2.bb} (68%)
> 
> diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb 
> b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
> rename to meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
> index b8f5f3f..c8acfc5 100644
> --- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
> +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
> @@ -11,5 +11,5 @@ RDEPENDS_${PN} = "\
> python-threading \
>  "
>  
> -SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366"
> -SRC_URI[sha256sum] = 
> "0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e"
> +SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1"
> +SRC_URI[sha256sum] = 
> "9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f"
> -- 
> 2.7.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


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


[oe] State of bitbake world, Failed tasks 2017-02-22

2017-02-22 Thread Martin Jansa
2nd build today just to confirm fix for chromium-wayland on qemux86,
pidgin and geoclue.

> I've dropped only the last unblacklist for mpd which is still failing,
> will try it now with unblacklist, but without the version upgrade.

This worked, the qemuarm issue reported in previous log happens only
with 0.20.4, so I've now merged the first patch to unblacklist mpd.

android-tools one is strange, first it was complaining about invalid ASM
in thumb mode, now after forcing arm mode it complains about invalid ASM
in arm mode. I'll try to restore the older version which was in
meta-android to see if it builds fine (it should because android-tools
wasn't in the report before RSS).

== Number of issues - stats ==
{| class='wikitable'
!|Date   !!colspan='3'|Failed tasks 
!!colspan='6'|Failed depencencies!!|Signatures
!!colspan='12'|QA !!Comment
|-
||  ||qemuarm   ||qemux86   ||qemux86_64
||qemuarm||max||min ||qemux86||max||min ||all   ||already-stripped  
||libdir||textrel   ||build-deps||file-rdeps
||version-going-backwards   ||host-user-contaminated
||installed-vs-shipped  ||unknown-configure-option  ||symlink-to-sysroot
||invalid-pkgconfig ||pkgname   ||  
|-
||2017-02-22||3 ||2 ||2 ||N/A   ||N/A   ||N/A   ||N/A   ||N/A   
||N/A   ||0 ||0 ||0 ||2 ||0 
||0 ||342   ||0 ||0 ||0 
||0 ||0 ||0 ||  
|}

http://www.openembedded.org/wiki/Bitbake_World_Status

== Failed tasks 2017-02-22 ==

INFO: jenkins-job.sh-1.8.18 Complete log available at 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.report.20170222_103016.log

=== common (2) ===
* 
openembedded-core/meta/recipes-extended/parted/parted_3.2.bb:do_compile_ptest_base
* 
openembedded-core/meta/recipes-support/apr/apr_1.5.2.bb:do_compile_ptest_base

=== common-x86 (0) ===

=== qemuarm (1) ===
* 
meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb:do_compile

=== qemux86 (0) ===

=== qemux86_64 (0) ===

=== Number of failed tasks (7) ===
{| class=wikitable
|-
|| qemuarm  || 3 || 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.world.qemuarm.20170222_031834.log/
 || http://errors.yoctoproject.org/Errors/Build/32810/
|-
|| qemux86  || 2 || 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.world.qemux86.20170222_050950.log/
 || http://errors.yoctoproject.org/Errors/Build/32817/
|-
|| qemux86_64   || 2 || 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.world.qemux86-64.20170222_090309.log/
 || http://errors.yoctoproject.org/Errors/Build/32819/
|}

=== PNBLACKLISTs (379) ===
=== QA issues (344) ===
{| class=wikitable
!| Count||Issue
|-
||0 ||already-stripped
|-
||0 ||build-deps
|-
||0 ||file-rdeps
|-
||0 ||host-user-contaminated
|-
||0 ||installed-vs-shipped
|-
||0 ||invalid-pkgconfig
|-
||0 ||libdir
|-
||0 ||pkgname
|-
||0 ||symlink-to-sysroot
|-
||0 ||unknown-configure-option
|-
||2 ||textrel
|-
||342   ||version-going-backwards
|}



=== Incorrect PACKAGE_ARCH or sstate signatures (0) ===

Complete log: 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.signatures.20170222_043626.log/

No issues detected

== Tested changes (not included in master yet) - bitbake ==
latest upstream commit: 
5ef2cb5 runqueue: Fix collapsed setscene dependency tree
not included in master yet: 
04ef978 world-image: add extra target

== Tested changes (not included in master yet) - openembedded-core ==
latest upstream commit: 
def3800 layer.conf: bump version for change in eSDK selftest behaviour
not included in master yet: 
32dccb6 qemux86: Add identical qemux86copy variant for tests
313a260 sstate-sysroot-cruft.sh: Extend the whitelist
c57759d recipes: Replace "cp -a" with "cp -R --no-dereference 
--preserve=mode,links"
4c99c85 buildhistory.bbclass: metadata-revs show repo parent
ca6f284 metadata-revs: provide more information
48f5dad report-error: Allow to upload reports automatically
5a94912 flex: upgrade to 2.6.3
2c57675 Revert "flex: upgrade to 2.6.3"
e505914 Revert "flex: upgrade to 2.6.2"
3b4b417 core-image-tiny-initramfs: drop wic from IMAGE_FSTYPES

== Tested changes (not included in master yet) - meta-openembedded ==
latest upstream commit: 
f732612 android-tools: add libcap dependency and fix build on big endian systems
not included in master yet: 
3f2584b opensaf: 5.0.0 -> 5.1.0
4224a4b lftp: update to 4.7.5 and change SRC_URI source
eee74bc tcpdump: upgrade to 4.8.1
9705df6 iscsitarget: Fix call trace of ahash API calling
addf302 relayd: derive PV from SRCPV
be62b94 dibbler: fix SRC_URI from ${P} to ${BP}
d5582c2 iscsitarget: fix inconsistent crash while login to iscsi target from 
initiator
3d3a7fb iscsitarg

[oe] [meta-python][PATCH] python-paho-mqtt: update to version 1.2

2017-02-22 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 .../python/{python-paho-mqtt_1.1.bb => python-paho-mqtt_1.2.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-paho-mqtt_1.1.bb => 
python-paho-mqtt_1.2.bb} (68%)

diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb 
b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
rename to meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
index b8f5f3f..c8acfc5 100644
--- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
+++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
@@ -11,5 +11,5 @@ RDEPENDS_${PN} = "\
python-threading \
 "
 
-SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366"
-SRC_URI[sha256sum] = 
"0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e"
+SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1"
+SRC_URI[sha256sum] = 
"9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f"
-- 
2.7.4

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


[oe] [meta-python][PATCH] python-pylint: update to version 1.6.5

2017-02-22 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 .../python/{python-pylint_1.6.4.bb => python-pylint_1.6.5.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pylint_1.6.4.bb => 
python-pylint_1.6.5.bb} (90%)

diff --git a/meta-python/recipes-devtools/python/python-pylint_1.6.4.bb 
b/meta-python/recipes-devtools/python/python-pylint_1.6.5.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python-pylint_1.6.4.bb
rename to meta-python/recipes-devtools/python/python-pylint_1.6.5.bb
index 2e34451..f5b4ad0 100644
--- a/meta-python/recipes-devtools/python/python-pylint_1.6.4.bb
+++ b/meta-python/recipes-devtools/python/python-pylint_1.6.5.bb
@@ -3,8 +3,8 @@ HOMEPAGE= "http://www.pylint.org/";
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
 
-SRC_URI[md5sum] = "66ba9c27e067568bdabcdd7c21303903"
-SRC_URI[sha256sum] = 
"ef901a34b62ed7a734370ba5b162d890231ba8822abe88c6dda1268e2575f5f1"
+SRC_URI[md5sum] = "31da2185bf59142479e4fa16d8a9e347"
+SRC_URI[sha256sum] = 
"a673984a8dd78e4a8b8cfdee5359a1309d833cf38405008f4a249994a8456719"
 
 RDEPENDS_${PN} += "python-codecs \
python-contextlib \
-- 
2.7.4

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


[oe] [meta-python][PATCH 2/2] python-cryptography-vectors: update to version 1.7.2

2017-02-22 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-cryptography-vectors.inc   | 4 ++--
 ...yptography-vectors_1.6.bb => python-cryptography-vectors_1.7.2.bb} | 0
 ...ptography-vectors_1.6.bb => python3-cryptography-vectors_1.7.2.bb} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cryptography-vectors_1.6.bb 
=> python-cryptography-vectors_1.7.2.bb} (100%)
 rename 
meta-python/recipes-devtools/python/{python3-cryptography-vectors_1.6.bb => 
python3-cryptography-vectors_1.7.2.bb} (100%)

diff --git 
a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc 
b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc
index fc10cb2..aa35f74 100644
--- a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc
+++ b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc
@@ -7,8 +7,8 @@ DEPENDS += " \
 ${PYTHON_PN}-cryptography \
 "
 
-SRC_URI[md5sum] = "d7d53f061366394267be444fa84cfe89"
-SRC_URI[sha256sum] = 
"01ccb07c95d128a70732f274bd16af479bcc344e43cac745d2b9ec4ab71ff675"
+SRC_URI[md5sum] = "c3f2a66d71a0413879d4dd001c56de95"
+SRC_URI[sha256sum] = 
"4be4eee8a11deee5c2f00e389b49de8ce2642130282d1cd0adffb2f7dbe0acdc"
 
 PYPI_PACKAGE = "cryptography_vectors"
 
diff --git 
a/meta-python/recipes-devtools/python/python-cryptography-vectors_1.6.bb 
b/meta-python/recipes-devtools/python/python-cryptography-vectors_1.7.2.bb
similarity index 100%
rename from 
meta-python/recipes-devtools/python/python-cryptography-vectors_1.6.bb
rename to 
meta-python/recipes-devtools/python/python-cryptography-vectors_1.7.2.bb
diff --git 
a/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.6.bb 
b/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.7.2.bb
similarity index 100%
rename from 
meta-python/recipes-devtools/python/python3-cryptography-vectors_1.6.bb
rename to 
meta-python/recipes-devtools/python/python3-cryptography-vectors_1.7.2.bb
-- 
2.7.4

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


[oe] [meta-python][PATCH 1/2] python-cryptography: update to version 1.7.2

2017-02-22 Thread Derek Straka
Verify the license terms remain the same and update the checksum

Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-cryptography.inc | 6 +++---
 .../{python-cryptography_1.6.bb => python-cryptography_1.7.2.bb}| 0
 .../{python3-cryptography_1.6.bb => python3-cryptography_1.7.2.bb}  | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cryptography_1.6.bb => 
python-cryptography_1.7.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-cryptography_1.6.bb => 
python3-cryptography_1.7.2.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc 
b/meta-python/recipes-devtools/python/python-cryptography.inc
index 50483bd..601b12b 100644
--- a/meta-python/recipes-devtools/python/python-cryptography.inc
+++ b/meta-python/recipes-devtools/python/python-cryptography.inc
@@ -1,6 +1,6 @@
 SUMMARY = "Provides cryptographic recipes and primitives to python developers"
 LICENSE = "Apache-2.0 | BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1f375ab4f6b9a7c9eec25377c52d3aa1"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d5ede125ed08d4fd14ec44d334bdb388"
 
 DEPENDS += " \
 ${PYTHON_PN}-cffi \
@@ -9,8 +9,8 @@ DEPENDS += " \
 ${PYTHON_PN}-six \
 "
 
-SRC_URI[md5sum] = "33ed393be75f04cd889a02a11acbab39"
-SRC_URI[sha256sum] = 
"4d0d86d2c8d3fc89133c3fa0d164a688a458b6663ab6fa965c80d6c2cdaf9b3f"
+SRC_URI[md5sum] = "fade66de437392ed1ba6980768626204"
+SRC_URI[sha256sum] = 
"878cb68b3da3d493ffd68f36db11c29deee623671d3287c3f8d685117ffda9a9"
 
 RDEPENDS_${PN} += " \
 ${PYTHON_PN}-cffi \
diff --git a/meta-python/recipes-devtools/python/python-cryptography_1.6.bb 
b/meta-python/recipes-devtools/python/python-cryptography_1.7.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cryptography_1.6.bb
rename to meta-python/recipes-devtools/python/python-cryptography_1.7.2.bb
diff --git a/meta-python/recipes-devtools/python/python3-cryptography_1.6.bb 
b/meta-python/recipes-devtools/python/python3-cryptography_1.7.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-cryptography_1.6.bb
rename to meta-python/recipes-devtools/python/python3-cryptography_1.7.2.bb
-- 
2.7.4

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


Re: [oe] [meta-oe] libgphoto: Replace 'lib' with ${nonarch_base_libdir}

2017-02-22 Thread Martin Jansa
I don't see it in patchwork, please resend.

On Wed, Feb 22, 2017 at 4:02 PM, Amarnath Valluri <
amarnath.vall...@intel.com> wrote:

> ping - reminder request for feedback
>
> On 08.02.2017 15:08, Amarnath Valluri wrote:
>
>> Make use of bitbake variable for udev ruls folder. This change makes the
>> recipe
>> more portable.
>>
>> Signed-off-by: Amarnath Valluri 
>> ---
>>   meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
>> b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
>> index 098da79..fa07cd3 100644
>> --- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
>> +++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
>> @@ -23,7 +23,7 @@ SRC_URI[libgphoto2.sha256sum] =
>> "031a262e342fae43f724afe66787947ce1fb483277dfe5a
>> inherit autotools pkgconfig gettext lib_package
>>   -EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev
>> ac_cv_lib_ltdl_lt_dlcaller_register=yes"
>> +EXTRA_OECONF = " --with-drivers=all 
>> udevscriptdir=${nonarch_base_libdir}/udev
>> ac_cv_lib_ltdl_lt_dlcaller_register=yes"
>> PACKAGECONFIG ??= ""
>>   PACKAGECONFIG[gd] = ",--without-gdlib,gd"
>>
>
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

2017-02-22 Thread akuster808


On 02/20/2017 04:26 PM, chong.yi.c...@intel.com wrote:

From: Andreas Müller 

Signed-off-by: Andreas Müller 
Signed-off-by: Martin Jansa 
Signed-off-by: Joe MacDonald 
(cherry picked from commit 7131b825b6973e703c24101dec4628b1765723b6)
Signed-off-by: Chai, Chong Yi 


all three push to akuster/morty-next on meta-oe-contrib


thanks

Armin



---
  meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb 
b/meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb
index 1d65d39..7eb0d7c 100644
--- a/meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb
+++ b/meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb
@@ -5,7 +5,7 @@ LICENSE = "LGPL-3.0+ & GPL-3.0+"
  LIC_FILES_CHKSUM = 
"file://tools/tdbdump.c;endline=18;md5=b59cd45aa8624578126a8c98f48018c4 \
  
file://include/tdb.h;endline=27;md5=f5bb544641d3081821bcc1dd58310be6"
  
-SRC_URI = "http://samba.org/ftp/tdb/tdb-${PV}.tar.gz \

+SRC_URI = "https://samba.org/ftp/tdb/tdb-${PV}.tar.gz \
 file://do-not-check-xsltproc-manpages.patch \
 file://tdb-Add-configure-options-for-packages.patch \
  "


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


Re: [oe] Splitting meta-oe?

2017-02-22 Thread akuster808



On 02/20/2017 03:18 AM, Martin Jansa wrote:

On Sun, Feb 19, 2017 at 07:31:03PM -0800, Richard Purdie wrote:

On Fri, 2017-02-17 at 14:45 -0500, Philip Balister wrote:

And I'm with these gyus. Splitting the git repository doesn't solve
any underlying problems. The real problem from my point of view is
very few of use are actually paid to maintain the layers we maintain.

Employers want to pay things they profit from, and that is not paying
someone to maintain "core infrastructure".

Layer maintainers interests change over time, and you burn out
supporting people who get to do all the cool stuff with the layers
you maintain. In the end, you get all the crap and non of the glory.
Within this list, most people appreciate your work. Outside the
community, people completely underestimate the amount of work
required to keep the ecosystem running.

Yeah, add my name to the list of cranky people.

I do think this is a valid question that Ross asks and that whilst the
first quick reaction is "no", its worth thinking about the pros/cons.

The pros to me would be about better test time on patches and in theory
more specialist knowledge. This isn't to say Martin/Joe don't do a bad
job but the size of meta-oe does mean there are limits.

If I continue to do the same "bitbake world" builds to test as many
layers as possible, then the test time will be exactly the same even if
we split meta-oe repository into 10 smaller repositories, probably a bit
longer for fetching all those small repos.


The cons are more around finding suitable layer maintainers, which as
we all know are hard to find.

I'd probably suggest that:

a) We need to encourage/empower more people to maintain layers

I think we lack people willing to contribute patches for recipes they
use, not people willing to merge them into corresponding repository.


Correct. This does not solve the underlining issue.

We do need to think what to do about black listed recipes. Suspect its a 
separate thread.



b) Having better infrastructure, tools and processes that help a) would
therefore be desirable.

Are you saying we have to make it easier for people to participate?

Please Donate to OE so we can improve the infrastructure.

If you split out each layer, each maintainer will have there own process 
that works best for them.



c) We need to be willing to separate out pieces for people to maintain
in such layers. It might not always work out but we should be
willing to try.
so a layer per recipe would be the best in this case. This wont bring in 
more help.




As for the comments about core changes, I really do try hard not to
make them in many ways. The ones we do make, I'd hope are for the right
reasons.

Yes everybody agreed that RSS is good change and worth breaking unused
recipes.


No easy answers but don't shoot Ross for asking what I think is a
reasonable question.

I wasn't trying to shoot him, but I still don't see how more
repositories solve the issue of unused recipes and lack of people
contributing to fix those still in use somewhere.


There are other implications to think about after the break-up.

1) What happens to meta-openembedded repo and or layer?
2) Do we adopt the K.O model where the sub-layers are maintained 
independently and then merge to meta-openemedded ( this could offload 
work and improve quality).

3) How do we sync branching? if we do #2, that is easier.
4) Since the maintainers will have write permissions for their own 
layers, does this mean we no longer have overall architects (a.k.a 
Martin & Koen)
5) How do we ensure the same level of support master currently benefits 
from Martin's world if those responsibilities transfer to other layer 
maintainers?

6) How do we enforce dup recipes?

If we decide to stop having a meta-openembedded layer;
7) How long do you keep it around?
8) Will the stable branches prior to the breakup only be in the aging 
meta-openembedded layer and not new scheme?

9) Do we have a meta-openembedded-classic?





And I still think it's easier to send a patch to fix something instead
of volunteering to be maintainer of the layer with the one recipe you're
interested in fixing to merge your fix yourself.

Agree

- armin


Cheers,





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


Re: [oe] [meta-oe][PATCH v2] udisks: Make use of bitbake variables for sbin, lib locations.

2017-02-22 Thread Khem Raj
On Thu, Feb 9, 2017 at 7:21 AM Amarnath Valluri 
wrote:

> Took the opportunity to patch the source to accepet the udev rules
> directory
> from make variables.
>
> Signed-off-by: Amarnath Valluri 
> ---
>  ...01-Make-udev-rules-directory-configurable.patch | 91
> ++
>  meta-oe/recipes-support/udisks/udisks_1.0.5.bb |  4 +-
>  2 files changed, 94 insertions(+), 1 deletion(-)
>  create mode 100644
> meta-oe/recipes-support/udisks/udisks/0001-Make-udev-rules-directory-configurable.patch
>
> diff --git
> a/meta-oe/recipes-support/udisks/udisks/0001-Make-udev-rules-directory-configurable.patch
> b/meta-oe/recipes-support/udisks/udisks/0001-Make-udev-rules-directory-configurable.patch
> new file mode 100644
> index 000..3cc0400
> --- /dev/null
> +++
> b/meta-oe/recipes-support/udisks/udisks/0001-Make-udev-rules-directory-configurable.patch
> @@ -0,0 +1,91 @@
> +From 32278297170ffb49116b5789e4a0588b99d02bd0 Mon Sep 17 00:00:00 2001
> +From: Amarnath Valluri 
> +Date: Thu, 9 Feb 2017 11:02:53 +0200
> +Subject: [PATCH] Make udev rules directory configurable.
> +
> +udev rules directory can be configurable via undevrulesdir variable. And
> use
> +libdir, sbindir for installing librares and binaries.
> +
> +Upstream-Status: Inappropriate[Embedded specific]
> +


This patch is fine but this should be proposed for udisks upstream as well

>
> +Signed-off-by: Amarnath Valluri 
> +---
> + configure.ac| 14 +++---
> + data/Makefile.am|  1 -
> + src/probers/Makefile.am |  2 +-
> + tools/Makefile.am   |  2 +-
> + 4 files changed, 5 insertions(+), 14 deletions(-)
> +
> +diff --git a/configure.ac b/configure.ac
> +index 8c4e4c2..a143397 100644
> +--- a/configure.ac
>  b/configure.ac
> +@@ -227,15 +227,8 @@ if test "x$GCC" = "xyes"; then
> +   LDFLAGS="-Wl,--as-needed $LDFLAGS"
> + fi
> +
> +-if test "$prefix" = "/usr" -o "$prefix" = "/usr/local" ; then
> +-  slashlibdir=/lib
> +-  slashsbindir=/sbin
> +-else
> +-  slashlibdir=$prefix/lib
> +-  slashsbindir=$prefix/sbin
> +-fi
> +-AC_SUBST(slashlibdir)
> +-AC_SUBST(slashsbindir)
> ++udevrulesdir=/lib/udev/udev.d
> ++AC_SUBST(udevrulesdir)
> +
> + # *
> + # Remote Access
> +@@ -299,8 +292,7 @@ echo "
> + sysconfdir: ${sysconfdir}
> + localstatedir:  ${localstatedir}
> + docdir: ${docdir}
> +-slashlibdir:${slashlibdir}
> +-slashsbindir:   ${slashsbindir}
> ++udevrulesdir:   ${udevrulesdir}
> + systemdsystemunitdir:   ${systemdsystemunitdir}
> +
> + compiler:   ${CC}
> +diff --git a/data/Makefile.am b/data/Makefile.am
> +index 411ea0f..4834960 100644
> +--- a/data/Makefile.am
>  b/data/Makefile.am
> +@@ -34,7 +34,6 @@ $(systemdservice_DATA): $(systemdservice_in_files)
> Makefile
> +   @sed -e "s|\@libexecdir\@|$(prefix)/lib/udisks|" $< > $@
> + endif
> +
> +-udevrulesdir = $(slashlibdir)/udev/rules.d
> + udevrules_DATA = 80-udisks.rules
> +
> + pkgconfigdir = $(datadir)/pkgconfig
> +diff --git a/src/probers/Makefile.am b/src/probers/Makefile.am
> +index 01c693b..6a0361a 100644
> +--- a/src/probers/Makefile.am
>  b/src/probers/Makefile.am
> +@@ -20,7 +20,7 @@ INCLUDES = \
> + # TODO: ideally move most of this to udev and/or util-linux
> + #
> +
> +-udevhelperdir = $(slashlibdir)/udev
> ++udevhelperdir = $(libdir)/udev
> + udevhelper_PROGRAMS = udisks-part-id  \
> +   udisks-probe-sas-expander   \
> +   $(NULL)
> +diff --git a/tools/Makefile.am b/tools/Makefile.am
> +index 18325f7..0aaec11 100644
> +--- a/tools/Makefile.am
>  b/tools/Makefile.am
> +@@ -54,7 +54,7 @@ udisks_LDADD =
>  \
> +   $(DBUS_GLIB_LIBS)   \
> +   $(POLKIT_DBUS_LIBS)
> +
> +-slashsbin_PROGRAMS = umount.udisks
> ++sbin_PROGRAMS = umount.udisks
> +
> + umount_udisks_SOURCES = umount-udisks.c
> + umount_udisks_LDADD = $(DBUS_GLIB_LIBS) $(POLKIT_DBUS_LIBS)
> +--
> +2.7.4
> +
> diff --git a/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
> b/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
> index eec6933..3757919 100644
> --- a/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
> +++ b/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
> @@ -12,6 +12,7 @@ SRC_URI = " \
>  file://optional-depends.patch \
>  file://0001-fix-build-with-newer-glibc-versions.patch \
>  file://udisks-1.0.5-fix-service-file.patch \
> +file://0001-Make-udev-rules-directory-configurable.patch \
>  "
>
>  SRC_URI[udisks.md5sum] = "70d48dcfe523a74cd7c7fbbc2847fcdd"
> @@ -22,7 +23,8 @@ inherit autotools-brokensep systemd gtk-doc
>  PACKAGECONFIG ??= ""
>  PACKAGECONFIG[parted] = "--enable-parted,--disable-parted,parted"
>
> -EXTRA_OECONF = "--disable-man-pages"
> +EXTRA_OECONF = "--disable-man-pages --libdir=${base_libdir}
> --sbindir=${base_sbindir}"
> +EXTRA_OEMAKE = "udevrulesd

Re: [oe] [meta-oe] xf86-input-tslib: Replace 'lib' with ${nonarch_base_libdir} for placing udev rules.

2017-02-22 Thread Amarnath Valluri

ping - reminder request for feedback

On 08.02.2017 15:07, Amarnath Valluri wrote:

Signed-off-by: Amarnath Valluri 
---
  meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb 
b/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb
index 082c771..6a3689a 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb
@@ -28,8 +28,8 @@ do_configure_prepend() {
  do_install_append() {
  install -d ${D}/${datadir}/hal/fdi/policy/20thirdparty
  install -m 0644 ${WORKDIR}/10-x11-input-tslib.fdi 
${D}/${datadir}/hal/fdi/policy/20thirdparty
-install -d ${D}/lib/udev/rules.d
-install -m 0644 ${WORKDIR}/99-xf86-input-tslib.rules ${D}/lib/udev/rules.d/
+install -d ${D}${nonarch_base_libdir}/udev/rules.d
+install -m 0644 ${WORKDIR}/99-xf86-input-tslib.rules 
${D}${nonarch_base_libdir}/udev/rules.d/
  }
  
-FILES_${PN} += "${datadir}/hal /lib/udev"

+FILES_${PN} += "${datadir}/hal ${nonarch_base_libdir}/udev"


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


Re: [oe] [meta-oe] libgphoto: Replace 'lib' with ${nonarch_base_libdir}

2017-02-22 Thread Amarnath Valluri

ping - reminder request for feedback

On 08.02.2017 15:08, Amarnath Valluri wrote:

Make use of bitbake variable for udev ruls folder. This change makes the recipe
more portable.

Signed-off-by: Amarnath Valluri 
---
  meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb 
b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
index 098da79..fa07cd3 100644
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
+++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
@@ -23,7 +23,7 @@ SRC_URI[libgphoto2.sha256sum] = 
"031a262e342fae43f724afe66787947ce1fb483277dfe5a
  
  inherit autotools pkgconfig gettext lib_package
  
-EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes"

+EXTRA_OECONF = " --with-drivers=all udevscriptdir=${nonarch_base_libdir}/udev 
ac_cv_lib_ltdl_lt_dlcaller_register=yes"
  
  PACKAGECONFIG ??= ""

  PACKAGECONFIG[gd] = ",--without-gdlib,gd"


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


[oe] [PATCH] lzip: remove recipe

2017-02-22 Thread Alexander Kanavin
It has been moved to oe-core

Signed-off-by: Alexander Kanavin 
---
 meta-oe/recipes-support/lzip/lzip_1.16.bb | 41 ---
 1 file changed, 41 deletions(-)
 delete mode 100644 meta-oe/recipes-support/lzip/lzip_1.16.bb

diff --git a/meta-oe/recipes-support/lzip/lzip_1.16.bb 
b/meta-oe/recipes-support/lzip/lzip_1.16.bb
deleted file mode 100644
index af0b6ae8e..0
--- a/meta-oe/recipes-support/lzip/lzip_1.16.bb
+++ /dev/null
@@ -1,41 +0,0 @@
-SUMMARY = "Lossless data compressor based on the LZMA algorithm"
-HOMEPAGE = "http://lzip.nongnu.org/lzip.html";
-SECTION = "console/utils"
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
-
file://decoder.cc;endline=16;md5=0809128ac32163252846e09a70c8b80b"
-
-SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "716a9876dc595ec52d4f3bda81e42471"
-SRC_URI[sha256sum] = 
"128cc25baf92c8b69700831e6f984d954016318cc78edca87870d0c033112751"
-
-CONFIGUREOPTS = "\
-'--srcdir=${S}' \
-'--prefix=${prefix}' \
-'--exec-prefix=${exec_prefix}' \
-'--bindir=${bindir}' \
-'--datadir=${datadir}' \
-'--infodir=${infodir}' \
-'--sysconfdir=${sysconfdir}' \
-'CXX=${CXX}' \
-'CPPFLAGS=${CPPFLAGS}' \
-'CXXFLAGS=${CXXFLAGS}' \
-'LDFLAGS=${LDFLAGS}' \
-"
-EXTRA_OEMAKE = ""
-
-B = "${S}/obj"
-do_configure () {
-${S}/configure ${CONFIGUREOPTS}
-}
-
-do_install () {
-oe_runmake 'DESTDIR=${D}' install
-# Info dir listing isn't interesting at this point so remove it if it 
exists.
-if [ -e "${D}${infodir}/dir" ]; then
-rm -f ${D}${infodir}/dir
-fi
-}
-
-BBCLASSEXTEND += "native nativesdk"
-- 
2.11.0

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


Re: [oe] [meta-filesystem] aufs-utils: Replace install paths with appropriate bitbake environment

2017-02-22 Thread Amarnath Valluri

ping - reminder request for feedback

On 08.02.2017 15:17, Amarnath Valluri wrote:

autf-utils Makefile is using hardcoded /bin, /sbin paths, instead we should
respect the bitbake environment. This change makes the recipe portable to
environments where ${base_bindir} != /bin or ${base_sbindir} != /sbin.

Signed-off-by: Amarnath Valluri 
---
  meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb | 7 +++
  1 file changed, 7 insertions(+)

diff --git a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb 
b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
index 8980980..3d59e50 100644
--- a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
+++ b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
@@ -18,6 +18,13 @@ PV = "3.14+git${SRCPV}"
  
  S = "${WORKDIR}/git"
  
+do_configure_prepend() {

+   # Replace sbin,bin paths with bitbake environment
+   sed -i -e 's;install_sbin: Tgt = ${DESTDIR}/sbin;install_sbin: Tgt = 
${DESTDIR}/${base_sbindir};' \
+  -e 's;install_ubin: Tgt = ${DESTDIR}/usr/sbin;install_sbin: Tgt = 
${DESTDIR}/${bindir};' \
+ ${S}/Makefile
+}
+
  do_configure_append () {
  install -d ${S}/include/linux/
  cp ${WORKDIR}/aufs_type.h ${S}/include/linux/


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


Re: [oe] [meta-oe][PATCH v2] udisks: Make use of bitbake variables for sbin, lib locations.

2017-02-22 Thread Amarnath Valluri

Sorry for noise, I just realized that this change is in master already.

On 22.02.2017 16:53, Amarnath Valluri wrote:

ping - reminder request for feedback

On 09.02.2017 17:17, Amarnath Valluri wrote:
Took the opportunity to patch the source to accepet the udev rules 
directory

from make variables.

Signed-off-by: Amarnath Valluri 
---
  ...01-Make-udev-rules-directory-configurable.patch | 91 
++

  meta-oe/recipes-support/udisks/udisks_1.0.5.bb |  4 +-
  2 files changed, 94 insertions(+), 1 deletion(-)
  create mode 100644 
meta-oe/recipes-support/udisks/udisks/0001-Make-udev-rules-directory-configurable.patch


diff --git 
a/meta-oe/recipes-support/udisks/udisks/0001-Make-udev-rules-directory-configurable.patch 
b/meta-oe/recipes-support/udisks/udisks/0001-Make-udev-rules-directory-configurable.patch 


new file mode 100644
index 000..3cc0400
--- /dev/null
+++ 
b/meta-oe/recipes-support/udisks/udisks/0001-Make-udev-rules-directory-configurable.patch

@@ -0,0 +1,91 @@
+From 32278297170ffb49116b5789e4a0588b99d02bd0 Mon Sep 17 00:00:00 2001
+From: Amarnath Valluri 
+Date: Thu, 9 Feb 2017 11:02:53 +0200
+Subject: [PATCH] Make udev rules directory configurable.
+
+udev rules directory can be configurable via undevrulesdir variable. 
And use

+libdir, sbindir for installing librares and binaries.
+
+Upstream-Status: Inappropriate[Embedded specific]
+
+Signed-off-by: Amarnath Valluri 
+---
+ configure.ac| 14 +++---
+ data/Makefile.am|  1 -
+ src/probers/Makefile.am |  2 +-
+ tools/Makefile.am   |  2 +-
+ 4 files changed, 5 insertions(+), 14 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 8c4e4c2..a143397 100644
+--- a/configure.ac
 b/configure.ac
+@@ -227,15 +227,8 @@ if test "x$GCC" = "xyes"; then
+   LDFLAGS="-Wl,--as-needed $LDFLAGS"
+ fi
+
+-if test "$prefix" = "/usr" -o "$prefix" = "/usr/local" ; then
+-  slashlibdir=/lib
+-  slashsbindir=/sbin
+-else
+-  slashlibdir=$prefix/lib
+-  slashsbindir=$prefix/sbin
+-fi
+-AC_SUBST(slashlibdir)
+-AC_SUBST(slashsbindir)
++udevrulesdir=/lib/udev/udev.d
++AC_SUBST(udevrulesdir)
+
+ # *
+ # Remote Access
+@@ -299,8 +292,7 @@ echo "
+ sysconfdir: ${sysconfdir}
+ localstatedir:  ${localstatedir}
+ docdir: ${docdir}
+-slashlibdir:${slashlibdir}
+-slashsbindir:   ${slashsbindir}
++udevrulesdir:   ${udevrulesdir}
+ systemdsystemunitdir:   ${systemdsystemunitdir}
+
+ compiler:   ${CC}
+diff --git a/data/Makefile.am b/data/Makefile.am
+index 411ea0f..4834960 100644
+--- a/data/Makefile.am
 b/data/Makefile.am
+@@ -34,7 +34,6 @@ $(systemdservice_DATA): $(systemdservice_in_files) 
Makefile

+ @sed -e "s|\@libexecdir\@|$(prefix)/lib/udisks|" $< > $@
+ endif
+
+-udevrulesdir = $(slashlibdir)/udev/rules.d
+ udevrules_DATA = 80-udisks.rules
+
+ pkgconfigdir = $(datadir)/pkgconfig
+diff --git a/src/probers/Makefile.am b/src/probers/Makefile.am
+index 01c693b..6a0361a 100644
+--- a/src/probers/Makefile.am
 b/src/probers/Makefile.am
+@@ -20,7 +20,7 @@ INCLUDES = \
+ # TODO: ideally move most of this to udev and/or util-linux
+ #
+
+-udevhelperdir = $(slashlibdir)/udev
++udevhelperdir = $(libdir)/udev
+ udevhelper_PROGRAMS =udisks-part-id \
+ udisks-probe-sas-expander \
+ $(NULL)
+diff --git a/tools/Makefile.am b/tools/Makefile.am
+index 18325f7..0aaec11 100644
+--- a/tools/Makefile.am
 b/tools/Makefile.am
+@@ -54,7 +54,7 @@ udisks_LDADD = \
+ $(DBUS_GLIB_LIBS)\
+ $(POLKIT_DBUS_LIBS)
+
+-slashsbin_PROGRAMS = umount.udisks
++sbin_PROGRAMS = umount.udisks
+
+ umount_udisks_SOURCES = umount-udisks.c
+ umount_udisks_LDADD = $(DBUS_GLIB_LIBS) $(POLKIT_DBUS_LIBS)
+--
+2.7.4
+
diff --git a/meta-oe/recipes-support/udisks/udisks_1.0.5.bb 
b/meta-oe/recipes-support/udisks/udisks_1.0.5.bb

index eec6933..3757919 100644
--- a/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
+++ b/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
@@ -12,6 +12,7 @@ SRC_URI = " \
  file://optional-depends.patch \
  file://0001-fix-build-with-newer-glibc-versions.patch \
  file://udisks-1.0.5-fix-service-file.patch \
+file://0001-Make-udev-rules-directory-configurable.patch \
  "
SRC_URI[udisks.md5sum] = "70d48dcfe523a74cd7c7fbbc2847fcdd"
@@ -22,7 +23,8 @@ inherit autotools-brokensep systemd gtk-doc
  PACKAGECONFIG ??= ""
  PACKAGECONFIG[parted] = "--enable-parted,--disable-parted,parted"
  -EXTRA_OECONF = "--disable-man-pages"
+EXTRA_OECONF = "--disable-man-pages --libdir=${base_libdir} 
--sbindir=${base_sbindir}"

+EXTRA_OEMAKE = "udevrulesdir=${nonarch_base_libdir}/udev/rules.d/"
FILES_${PN} += "${libdir}/polkit-1/extensions/*.so \
  ${datadir}/dbus-1/ \




--
___
Open

Re: [oe] [meta-oe][PATCH v2] udisks: Make use of bitbake variables for sbin, lib locations.

2017-02-22 Thread Amarnath Valluri

ping - reminder request for feedback

On 09.02.2017 17:17, Amarnath Valluri wrote:

Took the opportunity to patch the source to accepet the udev rules directory
from make variables.

Signed-off-by: Amarnath Valluri 
---
  ...01-Make-udev-rules-directory-configurable.patch | 91 ++
  meta-oe/recipes-support/udisks/udisks_1.0.5.bb |  4 +-
  2 files changed, 94 insertions(+), 1 deletion(-)
  create mode 100644 
meta-oe/recipes-support/udisks/udisks/0001-Make-udev-rules-directory-configurable.patch

diff --git 
a/meta-oe/recipes-support/udisks/udisks/0001-Make-udev-rules-directory-configurable.patch
 
b/meta-oe/recipes-support/udisks/udisks/0001-Make-udev-rules-directory-configurable.patch
new file mode 100644
index 000..3cc0400
--- /dev/null
+++ 
b/meta-oe/recipes-support/udisks/udisks/0001-Make-udev-rules-directory-configurable.patch
@@ -0,0 +1,91 @@
+From 32278297170ffb49116b5789e4a0588b99d02bd0 Mon Sep 17 00:00:00 2001
+From: Amarnath Valluri 
+Date: Thu, 9 Feb 2017 11:02:53 +0200
+Subject: [PATCH] Make udev rules directory configurable.
+
+udev rules directory can be configurable via undevrulesdir variable. And use
+libdir, sbindir for installing librares and binaries.
+
+Upstream-Status: Inappropriate[Embedded specific]
+
+Signed-off-by: Amarnath Valluri 
+---
+ configure.ac| 14 +++---
+ data/Makefile.am|  1 -
+ src/probers/Makefile.am |  2 +-
+ tools/Makefile.am   |  2 +-
+ 4 files changed, 5 insertions(+), 14 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 8c4e4c2..a143397 100644
+--- a/configure.ac
 b/configure.ac
+@@ -227,15 +227,8 @@ if test "x$GCC" = "xyes"; then
+   LDFLAGS="-Wl,--as-needed $LDFLAGS"
+ fi
+
+-if test "$prefix" = "/usr" -o "$prefix" = "/usr/local" ; then
+-  slashlibdir=/lib
+-  slashsbindir=/sbin
+-else
+-  slashlibdir=$prefix/lib
+-  slashsbindir=$prefix/sbin
+-fi
+-AC_SUBST(slashlibdir)
+-AC_SUBST(slashsbindir)
++udevrulesdir=/lib/udev/udev.d
++AC_SUBST(udevrulesdir)
+
+ # *
+ # Remote Access
+@@ -299,8 +292,7 @@ echo "
+ sysconfdir: ${sysconfdir}
+ localstatedir:  ${localstatedir}
+ docdir: ${docdir}
+-slashlibdir:${slashlibdir}
+-slashsbindir:   ${slashsbindir}
++udevrulesdir:   ${udevrulesdir}
+ systemdsystemunitdir:   ${systemdsystemunitdir}
+
+ compiler:   ${CC}
+diff --git a/data/Makefile.am b/data/Makefile.am
+index 411ea0f..4834960 100644
+--- a/data/Makefile.am
 b/data/Makefile.am
+@@ -34,7 +34,6 @@ $(systemdservice_DATA): $(systemdservice_in_files) Makefile
+   @sed -e "s|\@libexecdir\@|$(prefix)/lib/udisks|" $< > $@
+ endif
+
+-udevrulesdir = $(slashlibdir)/udev/rules.d
+ udevrules_DATA = 80-udisks.rules
+
+ pkgconfigdir = $(datadir)/pkgconfig
+diff --git a/src/probers/Makefile.am b/src/probers/Makefile.am
+index 01c693b..6a0361a 100644
+--- a/src/probers/Makefile.am
 b/src/probers/Makefile.am
+@@ -20,7 +20,7 @@ INCLUDES = \
+ # TODO: ideally move most of this to udev and/or util-linux
+ #
+
+-udevhelperdir = $(slashlibdir)/udev
++udevhelperdir = $(libdir)/udev
+ udevhelper_PROGRAMS = udisks-part-id  \
+   udisks-probe-sas-expander   \
+   $(NULL)
+diff --git a/tools/Makefile.am b/tools/Makefile.am
+index 18325f7..0aaec11 100644
+--- a/tools/Makefile.am
 b/tools/Makefile.am
+@@ -54,7 +54,7 @@ udisks_LDADD =   
\
+   $(DBUS_GLIB_LIBS)   \
+   $(POLKIT_DBUS_LIBS)
+
+-slashsbin_PROGRAMS = umount.udisks
++sbin_PROGRAMS = umount.udisks
+
+ umount_udisks_SOURCES = umount-udisks.c
+ umount_udisks_LDADD = $(DBUS_GLIB_LIBS) $(POLKIT_DBUS_LIBS)
+--
+2.7.4
+
diff --git a/meta-oe/recipes-support/udisks/udisks_1.0.5.bb 
b/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
index eec6933..3757919 100644
--- a/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
+++ b/meta-oe/recipes-support/udisks/udisks_1.0.5.bb
@@ -12,6 +12,7 @@ SRC_URI = " \
  file://optional-depends.patch \
  file://0001-fix-build-with-newer-glibc-versions.patch \
  file://udisks-1.0.5-fix-service-file.patch \
+file://0001-Make-udev-rules-directory-configurable.patch \
  "
  
  SRC_URI[udisks.md5sum] = "70d48dcfe523a74cd7c7fbbc2847fcdd"

@@ -22,7 +23,8 @@ inherit autotools-brokensep systemd gtk-doc
  PACKAGECONFIG ??= ""
  PACKAGECONFIG[parted] = "--enable-parted,--disable-parted,parted"
  
-EXTRA_OECONF = "--disable-man-pages"

+EXTRA_OECONF = "--disable-man-pages --libdir=${base_libdir} 
--sbindir=${base_sbindir}"
+EXTRA_OEMAKE = "udevrulesdir=${nonarch_base_libdir}/udev/rules.d/"
  
  FILES_${PN} += "${libdir}/polkit-1/extensions/*.so \

  ${datadir}/dbus-1/ \


--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openemb

Re: [oe] [meta-oe] openct: Replace /lib/udev with ${nonarch_base_libdir}/udev.

2017-02-22 Thread Amarnath Valluri

ping - reminder request for feedback

On 08.02.2017 15:07, Amarnath Valluri wrote:

Signed-off-by: Amarnath Valluri 
---
  meta-oe/recipes-support/openct/openct_0.6.20.bb | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb 
b/meta-oe/recipes-support/openct/openct_0.6.20.bb
index d4ad9c1..85ca851 100644
--- a/meta-oe/recipes-support/openct/openct_0.6.20.bb
+++ b/meta-oe/recipes-support/openct/openct_0.6.20.bb
@@ -34,7 +34,7 @@ EXTRA_OECONF=" \
  --enable-pcsc \
  --enable-doc \
  --enable-api-doc \
---with-udev=/lib/udev \
+--with-udev=${nonarch_base_libdir}/udev \
  --with-bundle=${libdir}/pcsc/drivers \
  "
  
@@ -42,7 +42,7 @@ inherit autotools pkgconfig
  
  FILES_${PN} += " \

  ${libdir}/ctapi \
-/lib/udev \
+${nonarch_base_libdir}/udev \
  ${libdir}/openct-ifd.so \
  ${libdir}/pcsc \
  /run/openct/status \
@@ -62,7 +62,7 @@ do_install_append() {
  do_install () {
  rm -rf ${D}
  install -d ${D}/etc
-install -dm 755 ${D}/lib/udev
+install -dm 755 ${D}${nonarch_base_libdir}/udev
  # fix up hardcoded paths
  sed -i -e 's,/etc/,${sysconfdir}/,' -e 's,/usr/sbin/,${sbindir}/,' \
  ${WORKDIR}/openct.service ${WORKDIR}/openct.init


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


[oe] [PATCH v2] lvm2: Replace 'lib' with ${nonarch_base_libdir} for placing udev rules.

2017-02-22 Thread Amarnath Valluri
Signed-off-by: Amarnath Valluri 
---
 meta-oe/recipes-support/lvm2/lvm2.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc 
b/meta-oe/recipes-support/lvm2/lvm2.inc
index e0a126e..2bb0134 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -38,7 +38,7 @@ PACKAGECONFIG[odirect] = 
"--enable-o_direct,--disable-o_direct"
 PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline"
 PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux"
 PACKAGECONFIG[thin-provisioning-tools] = 
"--with-thin=internal,--with-thin=none,,thin-provisioning-tools"
-PACKAGECONFIG[udev] = "--enable-udev_sync --enable-udev_rules 
--with-udev-prefix=,--disable-udev_sync --disable-udev_rules,udev"
+PACKAGECONFIG[udev] = "--enable-udev_sync --enable-udev_rules 
--with-udevdir=${nonarch_base_libdir}/udev/rules.d,--disable-udev_sync 
--disable-udev_rules,udev"
 
 # Unset user/group to unbreak install.
 EXTRA_OECONF = "--with-user= \
@@ -83,7 +83,7 @@ SYSTEMD_AUTO_ENABLE = "disable"
 
 TARGET_CC_ARCH += "${LDFLAGS}"
 
-FILES_${PN} += "${libdir}/device-mapper/*.so ${base_libdir}/udev"
+FILES_${PN} += "${libdir}/device-mapper/*.so ${nonarch_base_libdir}/udev"
 FILES_${PN}-scripts = " \
 ${sbindir}/blkdeactivate \
 ${sbindir}/fsadm \
-- 
2.7.4

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


[oe] [PATCH] openjdk-8: recipe for jdk8u121-b13-aarch32

2017-02-22 Thread Guy Shapiro
Hi all,

The following patch adds a recipe for building the updated openjdk-8 ARM port.
This JVM version is significantly faster than the current one.
This is still "work in progress", but can be used to create a useful package.
Regards,
Guy

P.S. I'm not going to be responsive on mail in the next weeks. Please accept my
apology in advance for delayed answers.

---
Main changes:
- Fetch the code from the aarch32-port repository. This repository
  contains the C1 (Client) JIT, making it much faster than the
  currently used version.
- Compile using the newly available Client JVM variant.
- Don't apply some old patches that prevents the code from being
  compiled.
- Do not install modified jvm.cfg. Keep the built one instead.

Main issues:
- The license file change (address update) breaks the build of old
  versions.
- headful/X11 builds still fail.

Signed-off-by: Guy Shapiro 
---
 recipes-core/openjdk/openjdk-8-common.inc |  4 +-
 recipes-core/openjdk/openjdk-8-cross.inc  |  1 +
 recipes-core/openjdk/openjdk-8-native_121b13.bb   |  2 +
 recipes-core/openjdk/openjdk-8-release-121b13.inc | 83 +++
 recipes-core/openjdk/openjdk-8_121b13.bb  | 99 +++
 recipes-core/openjdk/openjre-8_121b13.bb  | 54 +
 6 files changed, 242 insertions(+), 1 deletion(-)
 create mode 100644 recipes-core/openjdk/openjdk-8-native_121b13.bb
 create mode 100644 recipes-core/openjdk/openjdk-8-release-121b13.inc
 create mode 100644 recipes-core/openjdk/openjdk-8_121b13.bb
 create mode 100644 recipes-core/openjdk/openjre-8_121b13.bb

diff --git a/recipes-core/openjdk/openjdk-8-common.inc 
b/recipes-core/openjdk/openjdk-8-common.inc
index def779d..0e7d258 100644
--- a/recipes-core/openjdk/openjdk-8-common.inc
+++ b/recipes-core/openjdk/openjdk-8-common.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Java runtime based upon the OpenJDK Project"
 HOMEPAGE = "http://http://openjdk.java.net/";
 LICENSE  = "GPL-2.0-with-classpath-exception"
 
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7b4baeedfe2d40cb03536573bc2c89b1"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3e0b59f8fac05c3c03d4a26bbda13f8f"
 
 inherit java autotools gettext qemu pkgconfig
 
@@ -196,6 +196,8 @@ def get_jdk_arch(d):
 jdk_arch = d.getVar('TRANSLATED_TARGET_ARCH', True)
 if jdk_arch == "x86-64":
 jdk_arch = "amd64"
+elif jdk_arch == "arm":
+jdk_arch = "aarch32"
 elif jdk_arch == "powerpc":
 jdk_arch = "ppc"
 elif jdk_arch == "powerpc64":
diff --git a/recipes-core/openjdk/openjdk-8-cross.inc 
b/recipes-core/openjdk/openjdk-8-cross.inc
index 47fe35d..ce98152 100644
--- a/recipes-core/openjdk/openjdk-8-cross.inc
+++ b/recipes-core/openjdk/openjdk-8-cross.inc
@@ -28,6 +28,7 @@ PACKAGECONFIG[gif] = 
"--with-giflib=system,--with-giflib=bundled,giflib,"
 export WANT_LLVM_RELEASE = "3.5.2"
 PACKAGECONFIG[zero] = "--with-jvm-variants=zero,,,"
 PACKAGECONFIG[shark] = "--with-jvm-variants=zeroshark,,llvm3.5,"
+PACKAGECONFIG[client] = "--with-jvm-variants=client,,,"
 
 PACKAGECONFIG[repack] = ",,,"
 
diff --git a/recipes-core/openjdk/openjdk-8-native_121b13.bb 
b/recipes-core/openjdk/openjdk-8-native_121b13.bb
new file mode 100644
index 000..f75cfc8
--- /dev/null
+++ b/recipes-core/openjdk/openjdk-8-native_121b13.bb
@@ -0,0 +1,2 @@
+require openjdk-8-release-121b13.inc
+require openjdk-8-native.inc
diff --git a/recipes-core/openjdk/openjdk-8-release-121b13.inc 
b/recipes-core/openjdk/openjdk-8-release-121b13.inc
new file mode 100644
index 000..441ee1f
--- /dev/null
+++ b/recipes-core/openjdk/openjdk-8-release-121b13.inc
@@ -0,0 +1,83 @@
+PATCHES_URI="\
+file://remove-shell-variables-from-autoheader.patch;striplevel=0 \
+file://filter-aclocal-copy-too.patch;striplevel=0 \
+file://dont-expect-fqpn-for-make.patch;striplevel=0 \
+file://openjdk8-no-genx11-in-headless.patch;apply=no \
+file://openjdk8-no-unused-deps.patch;apply=no \
+file://openjdk8-find-compiler-fix-env-respect.patch;apply=no \
+
file://openjdk8-prevent-debuginfo-in-favour-of-openembedded-package-split.patch;apply=no
 \
+"
+
+# Name of the directory containing the compiled output
+BUILD_DIR = "openjdk.build"
+BUILD_DIR_ECJ = "openjdk.build-ecj"
+
+# Force arm mode for now
+ARM_INSTRUCTION_SET_armv4t = "ARM"
+
+# readdir_r was deprecated in glibc-2.24. Ignore the error for now
+# NOTE: When updating the recipe, please check if this is still needed
+CFLAGS_append = " -Wno-error=deprecated-declarations"
+
+# Currently the arm port supports only the client JIT (or the Zero interpreter)
+# For details see 
(http://mail.openjdk.java.net/pipermail/aarch32-port-dev/2017-February/000750.html)
+PACKAGECONFIG_append_arm = " client"
+
+CORBA_CHANGESET = "093c20d822cc"
+SRC_URI[corba.md5sum] = "978bd5ebaf495bb99f5a436d60f39587"
+SRC_URI[corba.sha256sum] = 
"571826a06659b5afbe3ec0ea22178c53a6b029ad1b17a763cbe1537d78a3f19e"
+
+HOTSPOT_CHANGESET = "2d40c68f1daa"
+SRC_URI[hotspot.md5sum] = "58013c035b578f8f

[oe] State of bitbake world, Failed tasks 2017-02-22

2017-02-22 Thread Martin Jansa
Big thanks to Andreas who sent most of the fixes!

I've dropped only the last unblacklist for mpd which is still failing,
will try it now with unblacklist, but without the version upgrade.

== Number of issues - stats ==
{| class='wikitable'
!|Date   !!colspan='3'|Failed tasks 
!!colspan='6'|Failed depencencies!!|Signatures
!!colspan='12'|QA !!Comment
|-
||  ||qemuarm   ||qemux86   ||qemux86_64
||qemuarm||max||min ||qemux86||max||min ||all   ||already-stripped  
||libdir||textrel   ||build-deps||file-rdeps
||version-going-backwards   ||host-user-contaminated
||installed-vs-shipped  ||unknown-configure-option  ||symlink-to-sysroot
||invalid-pkgconfig ||pkgname   ||  
|-
||2017-02-22||4 ||3 ||2 ||N/A   ||N/A   ||N/A   ||N/A   ||N/A   
||N/A   ||0 ||0 ||0 ||0 ||0 
||0 ||112   ||0 ||0 ||0 
||0 ||0 ||0 ||  
|}

http://www.openembedded.org/wiki/Bitbake_World_Status

== Failed tasks 2017-02-22 ==

INFO: jenkins-job.sh-1.8.18 Complete log available at 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.report.20170222_030938.log

=== common (2) ===
* 
openembedded-core/meta/recipes-extended/parted/parted_3.2.bb:do_compile_ptest_base
* 
openembedded-core/meta/recipes-support/apr/apr_1.5.2.bb:do_compile_ptest_base

=== common-x86 (0) ===

=== qemuarm (2) ===
* 
meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.4.bb:do_compile
* 
meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb:do_compile

=== qemux86 (1) ===
* 
meta-browser/recipes-browser/chromium/chromium-wayland_53.0.2785.143.bb:do_compile

=== qemux86_64 (0) ===

=== Number of failed tasks (9) ===
{| class=wikitable
|-
|| qemuarm  || 4 || 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.world.qemuarm.20170222_001759.log/
 || http://errors.yoctoproject.org/Errors/Build/32807/
|-
|| qemux86  || 3 || 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.world.qemux86.20170222_001805.log/
 || http://errors.yoctoproject.org/Errors/Build/32808/
|-
|| qemux86_64   || 2 || 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.world.qemux86-64.20170222_014051.log/
 || http://errors.yoctoproject.org/Errors/Build/32809/
|}

=== PNBLACKLISTs (381) ===

=== QA issues (112) ===
{| class=wikitable
!| Count||Issue
|-
||0 ||already-stripped
|-
||0 ||build-deps
|-
||0 ||file-rdeps
|-
||0 ||host-user-contaminated
|-
||0 ||installed-vs-shipped
|-
||0 ||invalid-pkgconfig
|-
||0 ||libdir
|-
||0 ||pkgname
|-
||0 ||symlink-to-sysroot
|-
||0 ||textrel
|-
||0 ||unknown-configure-option
|-
||112   ||version-going-backwards
|}



=== Incorrect PACKAGE_ARCH or sstate signatures (0) ===

Complete log: 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.signatures.20170222_013010.log/

No issues detected

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


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


Re: [oe] [PATCH] [meta-networking] ddclient: new package

2017-02-22 Thread Martin Jansa
On Tue, Feb 21, 2017 at 12:22:37PM -0500, Joe MacDonald wrote:
> [[oe] [PATCH]  [meta-networking] ddclient: new package] On 17.02.21 (Tue 
> 17:13) Ray Kinsella wrote:
> 
> > Adding the package ddclient. DDClient updates Dynamic DNS servers with an 
> > IP address.
> > Recipe is based on the original OE recipe found here.
> > 
> > http://cgit.openembedded.org/openembedded/tree/recipes/ddclient/ddclient_3.6.3.bb
> > 
> > DDClient version has been updated to 3.8.3.
> > 
> > Signed-off-by: Ray Kinsella 
> > ---
> >  .../recipes-daemons/ddclient/ddclient_3.8.3.bb | 45 
> > ++
> >  .../recipes-daemons/ddclient/files/ip-up   |  4 ++
> >  2 files changed, 49 insertions(+)
> >  create mode 100644 
> > meta-networking/recipes-daemons/ddclient/ddclient_3.8.3.bb
> >  create mode 100644 meta-networking/recipes-daemons/ddclient/files/ip-up
> > 
> > diff --git a/meta-networking/recipes-daemons/ddclient/ddclient_3.8.3.bb 
> > b/meta-networking/recipes-daemons/ddclient/ddclient_3.8.3.bb
> > new file mode 100644
> > index 000..723eb67
> > --- /dev/null
> > +++ b/meta-networking/recipes-daemons/ddclient/ddclient_3.8.3.bb
> > @@ -0,0 +1,45 @@
> > +SECTION = "net/misc"
> > +DESCRIPTION = "Ddclient is a Perl client used to update dynamic DNS 
> > entries for accounts on Dynamic DNS Network Services"
> > +HOMEPAGE = "http://ddclient.sourceforge.net/";
> > +LICENSE = "GPLv2"
> > +PR = "r4"
> 
> We don't need explicit PRs anymore.
> 
> > +SRC_URI = "\
> > +${SOURCEFORGE_MIRROR}/ddclient/ddclient-${PV}.tar.bz2 \
> > +file://ip-up"
> > +
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
> > +
> > +RDEPENDS_${PN} = "\
> > +perl-module-getopt-long \
> > +perl-module-sys-hostname \
> > +perl-module-io-socket \
> > +perl-module-vars \
> > +perl-module-overload \
> > +perl-module-overloading \
> > +perl-module-config \
> > +perl-module-integer \
> > +perl-module-exporter-heavy \
> > +perl-module-symbol \
> > +perl-module-selectsaver \
> > +bash \
> > +perl \
> > +libio-socket-ssl-perl"

I've added it to master-next, but now I'll drop it again, because
it creates dependency on meta-perl and meta-networking doesn't depend
on meta-perl (at least not yet - good luck with OEDAM plan to separate
meta-perl, meta-python, meta-networking to separate layers).

ERROR: Nothing RPROVIDES 'libio-socket-ssl-perl' (but 
meta-oe/meta-networking/recipes-daemons/ddclient/ddclient_3.8.3.bb RDEPENDS on 
or otherwise requires it)

> I haven't looked at the download, but I did briefly read the SF documentation
> and it seems like maybe these would be appropriate as well:
> 
> do_configure[noexec] = "1"
> do_compile[noexec] = "1"
> 
> > +do_install() {
> > +install -d ${D}${sbindir} ${D}${sysconfdir}/ddclient 
> > ${D}${sysconfdir}/init.d
> > +install -d ${D}${sysconfdir}/ppp/ip-up.d/ install -d 
> > ${D}${docdir}/ddclient
> > +install -m 755 ${S}/ddclient ${D}${sbindir}
> > +install ${S}/sample-etc_ddclient.conf 
> > ${D}${sysconfdir}/ddclient/ddclient.conf
> > +install -m 755 ${WORKDIR}/ip-up ${D}${sysconfdir}/ppp/ip-up.d/ddclient
> > +sed -e 's|/etc/ddclient.conf|/etc/ddclient/ddclient.conf|g' 
> > ${S}/sample-etc_rc.d_init.d_ddclient > ${S}/rc_init
> > +install -m 755 ${S}/rc_init ${D}${sysconfdir}/init.d/ddclient
> > +install ${S}/README* ${D}${docdir}/ddclient
> > +install ${S}/COPY* ${D}${docdir}/ddclient
> > +install ${S}/sample* ${D}${docdir}/ddclient
> > +}
> > +
> > +CONFFILES_${PN} = "${sysconfdir}/ddclient/ddclient.conf"
> > +
> > +SRC_URI[md5sum] = "3b426ae52d509e463b42eeb08fb89e0b"
> > +SRC_URI[sha256sum] = 
> > "d40e2f1fd3f4bff386d27bbdf4b8645199b1995d27605a886b8c71e44d819591"
> > diff --git a/meta-networking/recipes-daemons/ddclient/files/ip-up 
> > b/meta-networking/recipes-daemons/ddclient/files/ip-up
> > new file mode 100644
> > index 000..52a44f8
> > --- /dev/null
> > +++ b/meta-networking/recipes-daemons/ddclient/files/ip-up
> > @@ -0,0 +1,4 @@
> > +#!/bin/sh
> > +
> > +logger -t ddclient $PPP_IFACE $PPP_LOCAL
> > +ddclient -daemon=0 -syslog -use=if -if=$PPP_IFACE >/dev/null 2>&1
> > \ No newline at end of file
> 
> That's odd.  :-)
> 
> Anyway, I'll have a look at this in more detail when it loops through
> master-next.
> 
> -- 
> -Joe MacDonald.
> :wq



> -- 
> ___
> 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


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


[oe] [meta-browser][PATCH] chromium: disable generate_character_data for qemux86

2017-02-22 Thread Jacobo Aragunde Pérez
Chromium-wayland fails with:
  http://errors.yoctoproject.org/Errors/Build/32356/

Root cause seems to be ICU mixing host and target architectures,
same as in: https://bugreports.qt.io/browse/QTBUG-57705

Signed-off-by: Jacobo Aragunde Pérez 
---
 recipes-browser/chromium/chromium.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-browser/chromium/chromium.inc 
b/recipes-browser/chromium/chromium.inc
index 0e7250e..0076f3a 100644
--- a/recipes-browser/chromium/chromium.inc
+++ b/recipes-browser/chromium/chromium.inc
@@ -15,6 +15,7 @@ inherit gettext pythonnative
 
 ARMFPABI_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 
'callconvention-hard', 'arm_float_abi=hard', 'arm_float_abi=softfp', d)}"
 GYP_DEFINES += "${ARMFPABI} 
release_extra_cflags='-Wno-error=unused-local-typedefs' sysroot=''"
+GYP_DEFINES_append_qemux86 = " generate_character_data=0"
 
 do_configure() {
cd ${S}
-- 
2.7.4

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


[oe] [PATCH] pidgin: add missing dependencies and unblacklist

2017-02-22 Thread Martin Jansa
Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-support/pidgin/pidgin_2.11.0.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.11.0.bb 
b/meta-oe/recipes-support/pidgin/pidgin_2.11.0.bb
index aacb30a9b..462e21c92 100644
--- a/meta-oe/recipes-support/pidgin/pidgin_2.11.0.bb
+++ b/meta-oe/recipes-support/pidgin/pidgin_2.11.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "multi-protocol instant messaging client"
 SECTION = "x11/network"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-DEPENDS = "python virtual/libintl intltool-native libxml2 gconf"
+DEPENDS = "python virtual/libintl intltool-native libxml2 gconf 
glib-2.0-native"
 
 inherit autotools gettext pkgconfig gconf perlnative
 
@@ -118,5 +118,3 @@ python populate_packages_prepend () {
 description='Finch plugin %s',
 prepend=True, extra_depends='')
 }
-
-PNBLACKLIST[pidgin] ?= "Fails to build with RSS 
http://errors.yoctoproject.org/Errors/Details/130634/";
-- 
2.11.1

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


[oe] [PATCH] android-tools: add libcap dependency and fix build on big endian systems

2017-02-22 Thread Martin Jansa
* add dependency on libcap to fix:
  android-tools/5.1.1.r37-r0/git/system/core/adb/adb.c:39:28: fatal error: 
sys/capability.h: No such file or directory
   #include 
^
* add patch from buildroot to fix build with newer glibc and on
  bit-endian systems
  android-tools/5.1.1.r37-r0/git/system/core/adb/usb_linux_client.c:38:25: 
error: initializer element is not constant
#define cpu_to_le32(x)  htole32(x)
^

* and also disable thumb to fix:
  http://errors.yoctoproject.org/Errors/Details/133881/

* drop default apply=yes for the .patch files

Signed-off-by: Thomas Petazzoni 
Signed-off-by: Martin Jansa 
---
 .../android-tools/fix-big-endian-build.patch   | 39 ++
 .../android-tools/android-tools_5.1.1.r37.bb   | 23 -
 2 files changed, 53 insertions(+), 9 deletions(-)
 create mode 100644 
meta-oe/recipes-devtools/android-tools/android-tools/fix-big-endian-build.patch

diff --git 
a/meta-oe/recipes-devtools/android-tools/android-tools/fix-big-endian-build.patch
 
b/meta-oe/recipes-devtools/android-tools/android-tools/fix-big-endian-build.patch
new file mode 100644
index 0..8deaf3a3d
--- /dev/null
+++ 
b/meta-oe/recipes-devtools/android-tools/android-tools/fix-big-endian-build.patch
@@ -0,0 +1,39 @@
+Fix build on big endian systems
+
+The usb_linux_client.c file defines cpu_to_le16/32 by using the C
+library htole16/32 function calls. However, cpu_to_le16/32 are used
+when initializing structures, i.e in a context where a function call
+is not allowed.
+
+It works fine on little endian systems because htole16/32 are defined
+by the C library as no-ops. But on big-endian systems, they are
+actually doing something, which might involve calling a function,
+causing build failures.
+
+To solve this, we simply open-code cpu_to_le16/32 in a way that allows
+them to be used when initializing structures.
+
+Signed-off-by: Thomas Petazzoni 
+
+Index: b/system/core/adb/usb_linux_client.c
+===
+--- a/system/core/adb/usb_linux_client.c
 b/system/core/adb/usb_linux_client.c
+@@ -34,8 +34,15 @@
+ #define MAX_PACKET_SIZE_FS64
+ #define MAX_PACKET_SIZE_HS512
+ 
+-#define cpu_to_le16(x)  htole16(x)
+-#define cpu_to_le32(x)  htole32(x)
++#if __BYTE_ORDER == __LITTLE_ENDIAN
++# define cpu_to_le16(x) (x)
++# define cpu_to_le32(x) (x)
++#else
++# define cpu_to_le16(x) x) >> 8) & 0xffu) | (((x) & 0xffu) << 8))
++# define cpu_to_le32(x) \
++  x) & 0xff00u) >> 24) | (((x) & 0x00ffu) >>  8) | \
++   (((x) & 0xff00u) <<  8) | (((x) & 0x00ffu) << 24))
++#endif
+ 
+ struct usb_handle
+ {
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb 
b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
index a9e7d5d82..f39a82ccc 100644
--- a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
+++ b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
 
file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=8bef8e6712b1be5aa76af1ebde9d6378 \
 
file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \
 "
-DEPENDS = "libbsd libpcre openssl zlib"
+DEPENDS = "libbsd libpcre openssl zlib libcap"
 
 ANDROID_TAG = "android-5.1.1_r37"
 ANDROID_MIRROR = "android.googlesource.com"
@@ -23,14 +23,15 @@ SRC_URI = " \
 
git://${LIBHARDWARE_REPO};name=libhardware;protocol=https;nobranch=1;destsuffix=git/hardware/libhardware;tag=${ANDROID_TAG}
 \
 
git://${LIBSELINUX_REPO};name=libselinux;protocol=https;nobranch=1;destsuffix=git/external/libselinux;tag=${ANDROID_TAG}
 \
 
git://${BUILD_REPO};name=build;protocol=https;nobranch=1;destsuffix=git/build;tag=${ANDROID_TAG}
 \
-file://remove-selinux-android.patch;apply=yes \
-file://use-capability.patch;apply=yes \
-file://use-local-socket.patch;apply=yes \
-file://preserve-ownership.patch;apply=yes \
-file://mkbootimg-Add-dt-parameter-to-specify-DT-image.patch;apply=yes \
-file://remove-bionic-android.patch;apply=yes \
-file://define-shell-command.patch;apply=yes \
-file://implicit-declaration-function-strlcat-strlcopy.patch;apply=yes \
+file://remove-selinux-android.patch \
+file://use-capability.patch \
+file://use-local-socket.patch \
+file://preserve-ownership.patch \
+file://mkbootimg-Add-dt-parameter-to-specify-DT-image.patch \
+file://remove-bionic-android.patch \
+file://define-shell-command.patch \
+file://implicit-declaration-function-strlcat-strlcopy.patch \
+file://fix-big-endian-build.patch \
 file://android-tools-adbd.service \
 file://.gitignore;subdir=git \
 file://adb.mk;subdir=${BPN} \
@@ -43,6 +44,10 @@ SRC_URI = " \
 S = "${WORKDIR}/git"
 B = "${WORKDIR}/${BPN}"
 
+# http://errors.yoctoproject.org/Errors/Details/133881/
+ARM_INSTRUCTION_SET_armv4 = "arm"
+ARM_INSTRUCTION_

[oe] [meta-qt5][PATCH] qtwebengine: add commercial licence

2017-02-22 Thread Gordan Markuš
Signed-off-by: Gordan Markuš 
---
 recipes-qt/qt5/qtwebengine_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtwebengine_git.bb 
b/recipes-qt/qt5/qtwebengine_git.bb
index 8e60d72..a4ee055 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -1,7 +1,7 @@
 SUMMARY = "QtWebEngine combines the power of Chromium and Qt"
 
 # Read 
http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/
-LICENSE = "LGPL-3.0 & BSD & GPL-3.0 & The-Qt-Company-GPL-Exception-1.0"
+LICENSE = "BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | 
The-Qt-Company-Commercial ) & ( LGPL-3.0 | The-Qt-Company-Commercial )"
 LIC_FILES_CHKSUM = " \
 
file://src/core/browser_context_qt.cpp;md5=b5193b7d68699260f3b40b201365c8d2;beginline=1;endline=38
 \
 file://src/3rdparty/chromium/LICENSE;md5=0fca02217a5d49a14dfe2d11837bb34d \
-- 
2.9.3

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