[oe] [meta-oe][PATCH 2/2] gitpkgv.bbclass: Support also lightweight tags

2019-11-19 Thread Mauno Niko
When checking for commit specific tags during GITPKGVTAG resolution, use additional '--tags' and '--exact-match' options for 'git describe' command. This changes the behaviour so that in case an annotated tag does not exist for the particular commit, then the latest lightweight (non-annotated) tag

[oe] [meta-oe][PATCH 1/2] gitpkgv.bbclass: Use --git-dir option

2019-11-19 Thread Mauno Niko
Avoid redundant shell working directory change by resorting to '--git-dir' option for git command instead. Signed-off-by: Niko Mauno --- meta-oe/classes/gitpkgv.bbclass | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/meta-oe/classes/gitpkgv.bbclass b/meta-oe/class

[oe] [meta-oe][PATCH] haveged: use the Fedora service file available from upstream

2019-11-19 Thread Stefan Agner
From: Stefan Agner Use the Fedora systemd service file which seems more advanced than the somewhat less maintained Redhat service file. Signed-off-by: Stefan Agner --- meta-oe/recipes-extended/haveged/haveged_1.9.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/

[oe] [PATCH][meta-python] python-babel: add BBCLASSEXTEND for native/nativesdk

2019-11-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta-python/recipes-devtools/python/python-babel.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-babel.inc b/meta-python/recipes-devtools/python/python-babel.inc index e6e6862509..c55b45922e 100644 --- a/meta-pyt

[oe] [meta-python][PATCH] python3-importlib-metadata: fix class-target overriding default dependencies

2019-11-19 Thread Nicola Lunghi
in commit fcda3fb1a3fbfac075325482074898dfb7138da7 python3-importlib-metadata: RDEPEND python3-misc only for target and nativesdk The RDEPENDS for class target was "appended" with += RDEPENDS_${PN}_class-target += "python3-misc" Using += for class target does't append the dependencies to the

Re: [oe] [meta-python][PATCH] python3-importlib-metadata: fix class-target overriding default dependencies

2019-11-19 Thread Ross Burton
On 19/11/2019 12:16, Nicola Lunghi wrote: -RDEPENDS_${PN}_class-target += "python3-misc" -RDEPENDS_${PN}_class-nativesdk += "python3-misc" +RDEPENDS_${PN}_append_class-target = " python3-misc" +RDEPENDS_${PN}_append_class-nativesdk = " python3-misc" I believe all of the overrides are redundant

[oe] [meta-oe][PATCH] networkmanager: do not deploy unnecessary udev rule file

2019-11-19 Thread Stefan Agner
From: Stefan Agner The 84-nm-drivers.rules is not required for systemd-udevd versions v210 and later. The file has been split into a separate file so distributions with a new enough systemd version can drop it. See also: https://github.com/NetworkManager/NetworkManager/commit/1e0375826252abf9aab2

Re: [oe] [meta-python][PATCH] python3-importlib-metadata: fix class-target overriding default dependencies

2019-11-19 Thread nick83ola
Hi Ross, if they are redundant then I can simply revert this patch?? commit fcda3fb1a3fbfac075325482074898dfb7138da7 Author: Fabio Berton Date: Wed Nov 13 09:09:44 2019 -0300 python3-importlib-metadata: RDEPEND python3-misc only for target and nativesdk Python3 recipe rprovides pytho

[oe] Fwd: [meta-python][PATCH] python3-importlib-metadata: fix class-target overriding default dependencies

2019-11-19 Thread nick83ola
Forwarded -- Forwarded message - From: Ross Burton Date: Tue, 19 Nov 2019 at 13:46 Subject: Re: [oe] [meta-python][PATCH] python3-importlib-metadata: fix class-target overriding default dependencies To: nick83ola On 19/11/2019 13:35, nick83ola wrote: > Hi Ross, > > no the patch

Re: [oe] [meta-python][PATCH] python3-importlib-metadata: fix class-target overriding default dependencies

2019-11-19 Thread nick83ola
Hi Ross, thanks for your response. So do you suggest to modify in python3_3.7.5.bb: # First set RPROVIDES for -native case # Hardcoded since it cant be python3-native-foo, should be python3-foo-native pn = 'python3' rprovides = d.getVar('RPROVIDES').split() rprovides.append(p

Re: [oe] [meta-python][PATCH] python3-importlib-metadata: fix class-target overriding default dependencies

2019-11-19 Thread Ross Burton
On 19/11/2019 14:42, nick83ola wrote: Hi Ross, thanks for your response. So do you suggest to modify in python3_3.7.5.bb :     # First set RPROVIDES for -native case     # Hardcoded since it cant be python3-native-foo, should be python3-foo-native     pn = 'python

[oe] [meta-python][PATCH] python-contextlib2: Add native and nativesdk to BBCLASSEXTEND

2019-11-19 Thread Nicola Lunghi
Signed-off-by: Nicola Lunghi --- meta-python/recipes-devtools/python/python-contextlib2.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-contextlib2.inc b/meta-python/recipes-devtools/python/python-contextlib2.inc index 50c93e943..750721f3d 100

[oe] [meta-python][PATCH] python-configparser: Add native and nativesdk to BBCLASSEXTEND

2019-11-19 Thread Nicola Lunghi
Signed-off-by: Nicola Lunghi --- meta-python/recipes-devtools/python/python-configparser.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-configparser.inc b/meta-python/recipes-devtools/python/python-configparser.inc index a1fb6cd29..8ecfe221d

[oe] [meta-python][PATCH] python-scandir: Add native and nativesdk to BBCLASSEXTEND

2019-11-19 Thread Nicola Lunghi
Signed-off-by: Nicola Lunghi --- meta-python/recipes-devtools/python/python-scandir_1.10.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-scandir_1.10.0.bb b/meta-python/recipes-devtools/python/python-scandir_1.10.0.bb index 253c2342b..9de2724

[oe] [meta-networking][PATCH] chrony: install chrony-wait.service

2019-11-19 Thread pdmorrow
From: Peter Morrow Any systemd service which needs to wait on ntp synchronization before starting can order themselves after chrony-wait.service. It's useful to install this service as part of the recipe as it saves needing to install it via a bbappend file. Note that even if the service is ins

[oe] [PATCH v2] networkmanager: do not deploy unnecessary udev rule file

2019-11-19 Thread Stefan Agner
From: Stefan Agner The 84-nm-drivers.rules is not required for systemd-udevd versions v210 and later. The file has been split into a separate file so distributions with a new enough systemd version can drop it. See also: https://github.com/NetworkManager/NetworkManager/commit/1e0375826252abf9aab2

[oe] [meta-networking][PATCH] dlm: Drop -fstack-clash-protection for clang

2019-11-19 Thread Khem Raj
-fstack-clash-protection is gcc-only option Signed-off-by: Khem Raj --- meta-networking/recipes-extended/dlm/dlm_4.0.9.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-networking/recipes-extended/dlm/dlm_4.0.9.bb b/meta-networking/recipes-extended/dlm/dlm_4.0.9.bb index 876462d2f

Re: [oe] [meta-python][PATCH 4/5] python-zipp: Add native and nativesdk to BBCLASSEXTEND

2019-11-19 Thread Koppolu, Chanakya
Hello, A recent upgrade to pytest is missing a runtime module called "zipp" which is a dependency for importlib-metadata. Here is the log from the image built using the latest changes from meta-openembedded layer: root@intel-corei7-64:~# pytest Traceback (most recent call last): File "/usr/bi

[oe] [meta-oe][PATCH] liblockfile: Rename patch

2019-11-19 Thread Paul Barker
The file name "0001-Makefile.in-install-nfslock.so-and-nfslock.so.0.patch" falls afoul of the default exclusions for subversion, preventing import into other projects. The simplest solution is to just rename the patch. Signed-off-by: Paul Barker --- ...k.so.0.patch => 0001-Makefile.in-install-nf

Re: [oe] [PATCH 3/9] tracker-miners: initial add 2.3.1

2019-11-19 Thread Khem Raj
On Mon, Nov 18, 2019 at 11:18 PM Andreas Müller wrote: > > tracker-miners is a mandatory runtime-dependency for nautilus > fails to build on x86 https://errors.yoctoproject.org/Errors/Details/277884/ > Signed-off-by: Andreas Müller > --- > .../tracker/tracker-miners_2.3.1.bb | 66 ++

[oe] [meta-python] [PATCH] python-zopeinterface: upgrade 4.6.0 -> 4.7.1

2019-11-19 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-zopeinterface.inc | 4 ++-- ...n-zopeinterface_4.6.0.bb => python-zopeinterface_4.7.1.bb} | 0 ...-zopeinterface_4.6.0.bb => python3-zopeinterface_4.7.1.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename me

[oe] [meta-python] [PATCH] python-yappi: upgrade 0.98 -> 1.0

2019-11-19 Thread Zang Ruochen
-License-Update: Update PKG-INFO. Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-yappi.inc| 6 +++--- .../python/{python-yappi_0.98.bb => python-yappi_1.0.bb}| 0 .../python/{python3-yappi_0.98.bb => python3-yappi_1.0.bb} | 0 3 files changed, 3 insertion

[oe] [meta-python] [PATCH] python-xstatic: upgrade 1.0.1 -> 1.0.2

2019-11-19 Thread Zang Ruochen
-License-Update:Changed docs and repository information. Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-xstatic.inc | 6 +++--- .../{python-xstatic_1.0.1.bb => python-xstatic_1.0.2.bb}| 0 .../{python3-xstatic_1.0.1.bb => python3-xstatic_1.0.2.bb} | 0 3 fil

[oe] [meta-python] [PATCH] python-xlrd: upgrade 1.1.0 -> 1.2.0

2019-11-19 Thread Zang Ruochen
-License-Update: Update PKG-INFO. Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-xlrd.inc | 6 +++--- .../python/{python-xlrd_1.1.0.bb => python-xlrd_1.2.0.bb} | 0 .../python/{python3-xlrd_1.1.0.bb => python3-xlrd_1.2.0.bb} | 0 3 files changed, 3 insertion

[oe] [meta-python] [PATCH] python-urllib3: upgrade 1.25.6 -> 1.25.7

2019-11-19 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-urllib3.inc| 4 ++-- .../{python-urllib3_1.25.6.bb => python-urllib3_1.25.7.bb}| 0 .../{python3-urllib3_1.25.6.bb => python3-urllib3_1.25.7.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename me

[oe] [meta-python] [PATCH] python-tzlocal: upgrade 1.5.1 -> 2.0.0

2019-11-19 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-tzlocal.inc| 4 ++-- .../{python-tzlocal_1.5.1.bb => python-tzlocal_2.0.0.bb} | 0 .../{python3-tzlocal_1.5.1.bb => python3-tzlocal_2.0.0.bb}| 0 3 files changed, 2 insertions(+), 2 deletions(-) rename me

[oe] [meta-python] [PATCH] python-twitter: upgrade 3.7.0 -> 3.8.0

2019-11-19 Thread Zang Ruochen
-License-Update: Update PKG-INFO. Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-twitter.inc | 6 +++--- .../{python-twitter_3.7.0.bb => python-twitter_3.8.0.bb}| 0 .../{python3-twitter_3.7.0.bb => python3-twitter_3.8.0.bb} | 0 3 files changed, 3 insertion