[oe] [PATCH] meta-python: Remove superfluous "PYPI_PACKAGE" assignments

2017-03-02 Thread Robert P. J. Day
Given calculation of PYPI_PACKAGE value from recipe file name, a number of Python recipe files unnecessarily set this value, so delete these superfluous lines. In addition, the act of editing added a missing EOL at the end of one of the files. Signed-off-by: Robert P. J. Day --- i dislike e

[oe] PYPI_PACKAGE for (blacklisted) python[3]-ndg-httpsclient is incorrect

2017-03-02 Thread Robert P. J. Day
in my wanderings, i noticed the following line in the include file recipes-devtools/python/python-ndg-httpsclient.inc: PYPI_PACKAGE = "ndg_httpsclient" however, that appears to be incorrect -- the correct name over at pypi.python.org is, in fact, "ndg-httpsclient" (making the assignment to P

Re: [oe] PYPI_PACKAGE for (blacklisted) python[3]-ndg-httpsclient is incorrect

2017-03-02 Thread Derek Straka
The URL https://pypi.python.org/pypi/ndg_httpsclient/0.4.2 gets a 301 and redirects to https://pypi.python.org/pypi/ndg-httpsclient/0.4.2. FWIW, the recipe hasn't been blacklisted in master for a while. -Derek On Thu, Mar 2, 2017 at 8:26 AM, Robert P. J. Day wrote: > > in my wanderings, i no

Re: [oe] PYPI_PACKAGE for (blacklisted) python[3]-ndg-httpsclient is incorrect

2017-03-02 Thread Robert P. J. Day
On Thu, 2 Mar 2017, Derek Straka wrote: > The URL https://pypi.python.org/pypi/ndg_httpsclient/0.4.2 gets a 301 and > redirects to https://pypi.python.org/pypi/ndg-httpsclient/0.4.2. FWIW, the > recipe hasn't been blacklisted in master for a while. ah, i never bothered going down that extra di

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

2017-03-02 Thread Andreas Müller
On Thu, Mar 2, 2017 at 9:46 AM, Koen Kooi wrote: > > Util-linux is the preferred provider for libuuid (it moved from e2fsprogs to > util-linux a few years ago). > > regards, > Thanks - did not know that (just asked oe-layer-list). Will try that one next weekend... Andreas --

[oe] [meta-python][PATCH] python-simplejson: relocate to meta-python and add a python3 version

2017-03-02 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-simplejson.inc | 21 ++--- .../python/python-simplejson_3.10.0.bb | 2 ++ .../python/python3-simplejson_3.10.0.bb | 7 +++ 3 files changed, 15 insertions(+), 15 deletions(-) rename

[oe] [meta-python][PATCH] python-anyjson: add a recipe for version 0.3.3

2017-03-02 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-anyjson.inc | 13 + meta-python/recipes-devtools/python/python-anyjson_0.3.3.bb | 2 ++ .../recipes-devtools/python/python3-anyjson_0.3.3.bb| 2 ++ 3 files changed, 17 insertions(+) create mode

[oe] [meta-oe][PATCH] krb5: allow to generate empty package

2017-03-02 Thread Adrian Calianu
Since other packages may depend on krb5(${PN}). Signed-off-by: Adrian Calianu --- meta-oe/recipes-connectivity/krb5/krb5_1.13.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.13.6.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.13.6.bb index 656a

Re: [oe] [meta-oe][PATCH] krb5: allow to generate empty package

2017-03-02 Thread Martin Jansa
> Since other packages may depend on krb5(${PN}). Then fix these other packages. On Thu, Mar 2, 2017 at 5:13 PM, Adrian Calianu wrote: > Since other packages may depend on krb5(${PN}). > > Signed-off-by: Adrian Calianu > --- > meta-oe/recipes-connectivity/krb5/krb5_1.13.6.bb | 2 ++ > 1 file

Re: [oe] [meta-filesystems][PATCH] fuse-exfat: fix mount detection of mount.exfat

2017-03-02 Thread Martin Jansa
Can we pass correct installation path in configure instead of changing the variable itself? Also missing your SOB line. On Thu, Mar 2, 2017 at 1:47 AM, Tom Hayward wrote: > When package was switched to autotools, "DESTDIR=${D}/${base_sbindir}" was > removed from the recipe. This left the instal

Re: [oe] [PATCH] Make use of the new bb.utils.filter() function

2017-03-02 Thread Martin Jansa
I agree with Andreas, but I'm not opposed to this so strongly. Especially as similar patch for oe-core (changing 81 files) was already merged. Similarly the getVar cleanup recently will also cause some headaches when cherry-picking. Unfortunately my "safe" (as it won't break the build) whitespace

Re: [oe] [meta-filesystems][PATCH] fuse-exfat: fix mount detection of mount.exfat

2017-03-02 Thread Tom Hayward
On Thu, Mar 2, 2017 at 12:43 PM, Martin Jansa wrote: > > Can we pass correct installation path in configure instead of changing the > variable itself? Yes, EXTRA_OECONF += "sbindir=${base_sbindir}" accomplishes the same thing. I'll resubmit this with my sign-off. Tom -- _

[oe] [meta-filesystems][PATCHv2] fuse-exfat: fix mount detection of mount.exfat

2017-03-02 Thread Tom Hayward
When package was switched to autotools, "DESTDIR=${D}/${base_sbindir}" was removed from the recipe. This left the installation target as sbindir (/usr/sbin/). This breaks `mount -t exfat /dev/sda1 /media/sda1`, because mount only searches for mount.exfat in /sbin/, /sbin/fs.d/, and /sbin/fs/. With

Re: [oe] [PATCH][meta-qt5 3/4] qtwayland: fix build without xkbcommon-evdev

2017-03-02 Thread Denys Dmytriyenko
On Fri, Feb 03, 2017 at 01:00:16AM +0100, Martin Jansa wrote: > This isn't enough at least in some setups, but it's good start (it works > after you add -lxkbcommon in 2 incorrectly generated Makefiles) and at > least it documents that xkbcommon-evdev is now needed to be set in qtbase > PACKAGECONF

[oe] [meta-oe][PATCH] libmng: fix duplicate dependency on lcms + misc cleanup

2017-03-02 Thread Andre McCurdy
The dependency on lcms is handled via the PACKAGECONFIG option, so doesn't need to be hardcoded in DEPENDS. Also update HOMEPAGE, add support for libmng-native and fix typo in PACKAGECONFIG[lcms]. Signed-off-by: Andre McCurdy --- meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb | 9 + 1 f

[oe] [meta-python][PATCH] python-babel: add initial recipe for version 2.3.4

2017-03-02 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-babel.inc | 20 .../recipes-devtools/python/python-babel_2.3.4.bb| 2 ++ .../recipes-devtools/python/python3-babel_2.3.4.bb | 5 + 3 files changed, 27 insertions(+) create mode 100644 meta

[oe] [meta-python][PATCH] python-dnspython: add initial recipe with version 1.15.0

2017-03-02 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-dnspython.inc | 20 .../python/python-dnspython_1.15.0.bb| 2 ++ .../python/python3-dnspython_1.15.0.bb | 9 + 3 files changed, 31 insertions(+) create mode 100644