Re: [OE-core] [PATCH 2/2] [meta] atk: Specify gettext-native dependency

2018-06-30 Thread Marko Lindqvist
This error happens to me with both qemux86 and qemuarm64. Haven't tested any others yet. - ML On 15 June 2018 at 20:40, Alistair Francis wrote: > On Mon, Jun 4, 2018 at 4:18 PM, Burton, Ross wrote: >> That implies that INHIBIT_DEFAULT_DEPS is also evaluating to true, >> which it shouldn't

Re: [OE-core] [PATCH v2] oe-selftest: Add bitbake-layer create-layer test

2018-06-30 Thread Joshua Watt
On Sat, Jun 30, 2018 at 4:57 AM Richard Purdie wrote: > > On Fri, 2018-06-29 at 12:54 -0500, Joshua Watt wrote: > > Adds a test that creates a layer, adds it to bblayers.conf, then > > ensure > > that it appears properly in bitbake-layers show-layers. > > > > Signed-off-by: Joshua Watt > > --- >

[OE-core] [PATCH v3] oe-selftest: Add bitbake-layer create-layer test

2018-06-30 Thread Joshua Watt
Adds a test that creates a layer, adds it to bblayers.conf, then ensure that it appears properly in bitbake-layers show-layers. Signed-off-by: Joshua Watt --- meta/lib/oeqa/selftest/cases/bblayers.py | 27 +++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH] python: update to version 2.7.15

2018-06-30 Thread Derek Straka
Update to the latest stable version License-Update: Copyright year updated to include 2018 Remove the alignment patch that is included upstream Signed-off-by: Derek Straka --- ...on-native_2.7.14.bb => python-native_2.7.15.bb} | 1 - meta/recipes-devtools/python/python.inc| 6

Re: [OE-core] LICENSE for recipes with empty SRC_URI

2018-06-30 Thread Richard Purdie
On Fri, 2018-06-29 at 19:56 -0700, Andre McCurdy wrote: > There doesn't seem to be much consistency in the way LICENSE is > handled for recipes which don't need to define anything in SRC_URI. > > - Packagegroup recipes have a default LICENSE in > packagegroup.bbclass > and generally don't define

Re: [OE-core] [PATCH v2] oe-selftest: Add bitbake-layer create-layer test

2018-06-30 Thread Richard Purdie
On Fri, 2018-06-29 at 12:54 -0500, Joshua Watt wrote: > Adds a test that creates a layer, adds it to bblayers.conf, then > ensure > that it appears properly in bitbake-layers show-layers. > > Signed-off-by: Joshua Watt > --- > meta/lib/oeqa/selftest/cases/bblayers.py | 26 >

[OE-core] [PATCH] oe.types.boolean: treat None as False

2018-06-30 Thread Binghua Guan
It is better to return False for None. E.g. checking an undefined variable returned d.getVar(). Signed-off-by: Binghua Guan --- meta/lib/oe/types.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/lib/oe/types.py b/meta/lib/oe/types.py index f778c1d..f401713 100644

[OE-core] [PATCH] python-numpy: update to 1.14.5

2018-06-30 Thread Derek Straka
Update to the latest stable release Signed-off-by: Derek Straka --- meta/recipes-devtools/python-numpy/python-numpy.inc | 4 ++-- .../python-numpy/{python-numpy_1.14.2.bb => python-numpy_1.14.5.bb} | 0 .../python-numpy/{python3-numpy_1.14.2.bb => python3-numpy_1.14.5.bb} |

[OE-core] [PATCH] python3-pip: update to version 10.0.1

2018-06-30 Thread Derek Straka
License-Update: Update checksum for whitespace (CRLF) changes Update to the latest stable version Signed-off-by: Derek Straka --- .../python/{python3-pip_9.0.3.bb => python3-pip_10.0.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH] python3-git: update to 2.1.10

2018-06-30 Thread Derek Straka
python3-git was updated to the latest stable version Tested on qemux86-64 using core-image-minimal Signed-off-by: Derek Straka --- meta/recipes-devtools/python/python-git.inc | 4 ++-- .../python/{python3-git_2.1.8.bb => python3-git_2.1.10.bb}| 0 2 files

[OE-core] [PATCH] python3-dbus: update to latest stable version of 1.2.8

2018-06-30 Thread Derek Straka
Remove the PACKAGECONFIG for documentation as it now requires python3-sphinx which is not provided in any existing recipe. Signed-off-by: Derek Straka --- .../python/{python3-dbus_1.2.6.bb => python3-dbus_1.2.8.bb} | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) rename

Re: [OE-core] [PATCH] rpm: Avoid leaking temporary scriplet files

2018-06-30 Thread Alexander Kanavin
2018-06-30 1:53 GMT+02:00 Olof Johansson : >> As scriptlets are executed outside of rpm's chroot, they are being >> written into system's /var/tmp, not rootfs's. This patch should >> probably be amended to prepend the rootfs path when scriptlets are >> written out, and then we should be sorted. >