Re: [oe] [meta-python][PATCH] python-scales: add recipe for version 1.0.9

2016-10-03 Thread Tim Orling
On Mon, Oct 3, 2016 at 12:58 PM, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > On Thu, Sep 29, 2016 at 10:54 AM, Fabio Berton > wrote: > > On Thu, Sep 29, 2016 at 10:30 AM, Ruben De Smet > > > wrote: > > +" > >> + > >> +DEPENDS_${PN} += "\ > >> +python3-setuptools \ > >> +" >

Re: [oe] [meta-python for-krogoth PATCH] pypi.bbclass: Allow fetching without requiring the hash

2016-10-03 Thread Tim Orling
Thank you. I was about to do this myself. Acked-by: Tim Orling (Intel) Tested-by: Tim Orling (Intel) On Mon, Oct 3, 2016 at 1:17 PM, Otavio Salvador wrote: > This allow the fetching of packages in a backward compatible way[1], > using un-hashed packages. > > 1. https://bitbucket.org/pypa/pypi

[oe] [meta-python for-krogoth PATCH] pypi.bbclass: Allow fetching without requiring the hash

2016-10-03 Thread Otavio Salvador
This allow the fetching of packages in a backward compatible way[1], using un-hashed packages. 1. https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package A equivalent fix is available on master in commit 7edad4d (pypi: update the base pypi url to use the package info wi

Re: [oe] [meta-python][PATCH] python-scales: add recipe for version 1.0.9

2016-10-03 Thread Otavio Salvador
On Thu, Sep 29, 2016 at 10:54 AM, Fabio Berton wrote: > On Thu, Sep 29, 2016 at 10:30 AM, Ruben De Smet > wrote: > +" >> + >> +DEPENDS_${PN} += "\ >> +python3-setuptools \ >> +" >> > > > Is this not provided by setuptools3 > class? The DEPENDS being PN specific is pointless also Fabio raised

[oe] [PATCH] gmock: fixed installing pkgconfig file and libraries on x86_64 architecture

2016-10-03 Thread Mateusz Nowakowski
Signed-off-by: Mateusz Nowakowski --- .../gmock/cmake-Add-install-command-for-libraries-and-headers.patch | 4 ++-- .../gmock/gmock/cmake-gmock.pc.in-Add-pkg-config-support.patch | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-oe/recipes-test/gmock/gmock/cmak