[oe] [meta-oe] gflags 2.2.0 cmake problem

2018-08-31 Thread Vincent Prince
Hi, I'm having an issue with a project that depends on gflags. The following commit https://github.com/gflags/gflags/commit/9e937e80fb1760b0fa893a6e0ec401f9a5bc7946 introduces different library names for gflags, ie, shared library name is libgflags_shared.so, but,It seems gflags recipe installs

[oe] [meta-oe][PATCH] lcov: Fix perl module dependencies

2018-10-30 Thread Vincent Prince
Signed-off-by: Vincent Prince --- meta-oe/recipes-support/lcov/lcov_1.11.bb | 25 + 1 file changed, 25 insertions(+) diff --git a/meta-oe/recipes-support/lcov/lcov_1.11.bb b/meta-oe/recipes-support/lcov/lcov_1.11.bb index 2f9ac33..56a018b 100644 --- a/meta-oe/recipes

Re: [oe] Yocto and OpenJDK

2018-12-05 Thread Vincent Prince
Hi Dave, I think this question belong to yocto ML as stated here: http://git.yoctoproject.org/cgit/cgit.cgi/meta-oracle-java/about/ Best regards, Vincent Le lun. 3 déc. 2018 à 22:38, Dave Buchwald a écrit : > I have a question about Java versions for Yocto. As we know, starting in > January

Re: [oe] [meta-java][PATCH] layer.conf: change LAYERSERIES_COMPAT to thud

2018-11-23 Thread Vincent Prince
Hi there, Would it be possible to create thud branch for meta-java? Best regards, Vincent Le mer. 3 oct. 2018 à 14:19, Richard Leitner a écrit : > Signed-off-by: Richard Leitner > --- > conf/layer.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/layer.conf

Re: [oe] [meta-oe][thud][PATCH] Add czmq (C bindings for ZeroMQ)

2019-04-02 Thread Vincent Prince
Hi Adrian, I'm planning to send patches for new stable zeromq/cppzmq (4.3.1) and czmq (4.2.0). I didn't saw your recipe before so I made a really short one, and I'm wondering why you defined custom PACKAGES for czmq recipe ? Best regards, Vincent Le lun. 4 févr. 2019 à 23:15, Adrian Bunk a

Re: [oe] [meta-oe][PATCH 3/3] czmq: bump version 4.1.1 => 4.2.0

2019-04-03 Thread Vincent Prince
I forgot to remove 0001-Problem-out-of-date-with-zproject.patch file, it will fixed in v2. Le mer. 3 avr. 2019 à 10:29, Vincent Prince a écrit : > Also, add curl and systemd to PACKAGECONFIG > > Signed-off-by: Vincent Prince > --- > .../zeromq/{czmq_4.1.1.bb => czmq_4.2.0.b

[oe] [meta-oe][PATCH 3/3] czmq: bump version 4.1.1 => 4.2.0

2019-04-03 Thread Vincent Prince
Also, add curl and systemd to PACKAGECONFIG Signed-off-by: Vincent Prince --- .../zeromq/{czmq_4.1.1.bb => czmq_4.2.0.bb}| 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) rename meta-oe/recipes-connectivity/zeromq/{czmq_4.1.1.bb => czmq_4.2.0.bb} (56%)

[oe] [meta-oe][PATCH 1/3] zeromq: bump version 4.2.5 => 4.3.1

2019-04-03 Thread Vincent Prince
Also, use cmake instead of autotools to build it. Signed-off-by: Vincent Prince --- .../recipes-connectivity/zeromq/zeromq_4.2.5.bb| 32 -- .../recipes-connectivity/zeromq/zeromq_4.3.1.bb| 26 ++ 2 files changed, 26 insertions(+), 32 deletions

[oe] [meta-oe][PATCH 2/3] cppzmq: bump version 4.2.3 => 4.3.1

2019-04-03 Thread Vincent Prince
Signed-off-by: Vincent Prince --- meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb index 9aff59c..2f99417 100644

Re: [oe] [meta-oe][PATCH 2/3] cppzmq: bump version 4.2.3 => 4.3.1

2019-04-03 Thread Vincent Prince
I mean https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg121560.html Le mer. 3 avr. 2019 à 12:42, Vincent Prince a écrit : > Then, it would need to rename cppzmq_git.bb into cppzmq_4.3.1.git or can > we just remove +git${SRCPV} part of PV? > > In follo

Re: [oe] [meta-oe][PATCH 2/3] cppzmq: bump version 4.2.3 => 4.3.1

2019-04-03 Thread Vincent Prince
remove any ambiguity between PV and SRCREV? Do you know any convention is specified somewhere? Regards, Vincent Le mer. 3 avr. 2019 à 13:15, Adrian Bunk a écrit : > On Wed, Apr 03, 2019 at 12:42:13PM +0200, Vincent Prince wrote: > > Then, it would need to rename cppzmq_git.bb into cppzmq_4.

Re: [oe] [meta-oe][PATCH 2/3] cppzmq: bump version 4.2.3 => 4.3.1

2019-04-03 Thread Vincent Prince
/openembedded-core@lists.openembedded.org/msg121561.html Le mer. 3 avr. 2019 à 10:56, Adrian Bunk a écrit : > On Wed, Apr 03, 2019 at 10:28:42AM +0200, Vincent Prince wrote: > > Signed-off-by: Vincent Prince > > --- > > meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 6 -- &

Re: [oe] [meta-oe][PATCH 2/3] cppzmq: bump version 4.2.3 => 4.3.1

2019-04-03 Thread Vincent Prince
r 3, 2019 at 1:30 AM Vincent Prince > wrote: > > > > Signed-off-by: Vincent Prince > > --- > > meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 6 -- > > 1 file changed, 4 insertions(+), 2 deletions(-) > > > > diff --git a/meta-oe/recipes-conne

Re: [oe] [meta-oe][PATCH 2/3] cppzmq: bump version 4.2.3 => 4.3.1

2019-04-04 Thread Vincent Prince
then remove it for next version. Khem, do you think I can keep EXTRA_OECMAKE = "-DCPPZMQ_BUILD_TESTS=OFF" for now with this explanation in commit log? Will send v3 after your decision, Thanks, Vincent Le mer. 3 avr. 2019 à 21:33, Vincent Prince a écrit : > Hi Khem, > > To b

[oe] [meta-oe] [PATCH v3 3/3] czmq: bump version 4.1.1 => 4.2.0

2019-04-04 Thread Vincent Prince
Also, add curl and systemd to PACKAGECONFIG Signed-off-by: Vincent Prince --- Changes in v2: - Remove unnecessary 0001-Problem-out-of-date-with-zproject.patch file .../zeromq/{czmq_4.1.1.bb => czmq_4.2.0.bb}| 18 ++--- .../0001-Problem-out-of-date-with-zproject.patch |

[oe] [meta-oe] [PATCH v3 1/3] zeromq: bump version 4.2.5 => 4.3.1

2019-04-04 Thread Vincent Prince
Also, use cmake instead of autotools to build it. Signed-off-by: Vincent Prince --- .../recipes-connectivity/zeromq/zeromq_4.2.5.bb| 32 -- .../recipes-connectivity/zeromq/zeromq_4.3.1.bb| 26 ++ 2 files changed, 26 insertions(+), 32 deletions

[oe] [meta-oe] [PATCH v3 2/3] cppzmq: bump version 4.2.3 => 4.3.0

2019-04-04 Thread Vincent Prince
There is currently no support for building tests as googletest will be replaced by catch in next version. Signed-off-by: Vincent Prince --- Changes in v3: - Add comment to explain why tests are disabled Changes in v2: - Remove git SRCPV from PV meta-oe/recipes-connectivity/zeromq

[oe] [meta-oe] [PATCH v3 0/3] Bump zeromq libraries versions

2019-04-04 Thread Vincent Prince
These patches are intended to bump zeromq libraries to latest stable releases including: - libzmq - czmq - cppzmq Vincent Prince (3): zeromq: bump version 4.2.5 => 4.3.1 cppzmq: bump version 4.2.3 => 4.3.0 czmq: bump version 4.1.1 => 4.2.0 meta-oe/recipes-connectivi

[oe] [meta-oe][PATCH v2 2/3] cppzmq: bump version 4.2.3 => 4.3.1

2019-04-03 Thread Vincent Prince
Signed-off-by: Vincent Prince --- Changes in v2: - Remove git SRCPV from PV meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq

[oe] [meta-oe][PATCH v2 1/3] zeromq: bump version 4.2.5 => 4.3.1

2019-04-03 Thread Vincent Prince
Also, use cmake instead of autotools to build it. Signed-off-by: Vincent Prince --- .../recipes-connectivity/zeromq/zeromq_4.2.5.bb| 32 -- .../recipes-connectivity/zeromq/zeromq_4.3.1.bb| 26 ++ 2 files changed, 26 insertions(+), 32 deletions

[oe] [meta-oe][PATCH v2 3/3] czmq: bump version 4.1.1 => 4.2.0

2019-04-03 Thread Vincent Prince
Also, add curl and systemd to PACKAGECONFIG Signed-off-by: Vincent Prince --- Changes in v2: - Remove unnecessary 0001-Problem-out-of-date-with-zproject.patch file .../zeromq/{czmq_4.1.1.bb => czmq_4.2.0.bb}| 18 ++--- .../0001-Problem-out-of-date-with-zproject.patch |

[oe] [meta-oe][PATCH v2 0/3] Bump zeromq libraries versions

2019-04-03 Thread Vincent Prince
These patches are intended to bump zeromq libraries to latest stable releases including: - libzmq - czmq - cppzmq Vincent Prince (3): zeromq: bump version 4.2.5 => 4.3.1 cppzmq: bump version 4.2.3 => 4.3.1 czmq: bump version 4.1.1 => 4.2.0 meta-oe/recipes-connectivi

Re: [oe] [meta-oe][PATCH 2/3] cppzmq: bump version 4.2.3 => 4.3.1

2019-04-03 Thread Vincent Prince
03, 2019 at 01:36:24PM +0200, Vincent Prince wrote: > > Adrien, > > > > What I'm not sure to understand is in which case we use "_git.bb" > instead > > of having PV in filename. > > The PV in filename is just another way for setting PV variable (instead

[oe] [meta-oe][PATCH] Rsyslog: Add mmjsonparse to PACKAGECONFIG

2019-04-01 Thread Vincent Prince
Signed-off-by: Vincent Prince --- meta-oe/recipes-extended/rsyslog/rsyslog_8.1903.0.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.1903.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.1903.0.bb index e06141e..f1a6e85 100644 --- a/meta-oe

Re: [oe] [meta-oe][PATCH] libmodbus: start to prefer version 3.1.4, now that even Debian updated testing to it. Upstream declares this version as "very stable", so maybe it is really time to switch to

2019-04-01 Thread Vincent Prince
Hi Gianfranco, This commit subject seems a bit long ? Otherwise, I use 3.1.4 for a while now without any problems, so I agree with your patch. Regards, Vincent Le lun. 1 avr. 2019 à 11:39, Gianfranco Costamagna < costamagna.gianfra...@gmail.com> a écrit : > --- >

[oe] [meta-java][PATCH] layer.conf: Add warrior to compatible release series

2019-04-15 Thread Vincent Prince
Signed-off-by: Vincent Prince --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index b03a608..90236be 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAY

Re: [oe] [meta-java][PATCH] layer.conf: Add warrior to compatible release series

2019-04-15 Thread Vincent Prince
Sorry I didn't see that patch already sent 2 times before. Regards, Vincent Le lun. 15 avr. 2019 à 14:17, Vincent Prince a écrit : > Signed-off-by: Vincent Prince > --- > conf/layer.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf

Re: [oe] [meta-oe,v2,2/3] cppzmq: bump version 4.2.3 => 4.3.1

2019-05-28 Thread Vincent Prince
Hi, It was a mistake in v1 and v2, latest release is 4.3.0 which was corrected in v3. Is it ok for you? Rergards, Vincent Le mar. 28 mai 2019 à 05:27, Khem Raj a écrit : > On Wed, Apr 03, 2019 at 03:28:14PM +0200, Vincent Prince wrote: > > Signed-off-by: Vincent Prince > >

Re: [oe] [meta-networking][PATCH] openconnect: update to 8.02

2019-06-18 Thread Vincent Prince
Hi all, After this update I have some difficulties to populate my download pre-mirror with bitbake runall=fetch universe, warrior branch. I can't access infradead.org in my company but it seems yocto mirrors does not contain following revision, this command fails: git -c core.fsyncobjectfiles=0

Re: [oe] [meta-networking][PATCH] openconnect: update to 8.02

2019-06-20 Thread Vincent Prince
it. > > Perhaps someone can force Yocto mirrors to fetch the latest version? > On 18/06/2019 10:01, Vincent Prince wrote: > > Hi all, > > After this update I have some difficulties to populate my download > pre-mirror with bitbake runall=fetch universe, warrior branch.

Re: [oe] [meta-oe][PATCH 5/6] mongodb: Fix build with clang

2019-05-06 Thread Vincent Prince
Removing this patch allow me to compile mongodb with gcc. Maybe you need to append 0001-asio-Dont-use-experimental-with-clang.patch only if clang is used? Le ven. 3 mai 2019 à 10:35, Vincent Prince a écrit : > Hi Khem, > > I can't compile mongodb in Warrior branch with g++ either, &

Re: [oe] [meta-oe][PATCH 5/6] mongodb: Fix build with clang

2019-05-03 Thread Vincent Prince
Hi Khem, I can't compile mongodb in Warrior branch with g++ either, it fails in boost::asio with std::basic_string_view with "-std=c++14" cflags. It seems C++17 support is only present in 4.1.x branch and not in r4.0.6? Maybe we need to generalize this patch? Regards, Vincent Le mer. 6 févr.

Re: [oe] [meta-java][PATCH] layer.conf: Mark warrior as supported

2019-04-26 Thread Vincent Prince
Hi Francis, it's not that urgent Warrior is not released yet but just in case, I added meta-java maintainers to current thread, If anyone can merge this patch ;) Best regards, Vincent Le jeu. 25 avr. 2019 à 20:27, Alistair Francis a écrit : > On Thu, Apr 11, 2019 at 2:34 PM Alistair Francis >

Re: [oe] [meta-oe][PATCH 2/4] mongodb: add to PNBLACKLIST

2019-08-16 Thread Vincent Prince
Hi all, In order to get mongodb back, I'm trying to bump version from current r4.0.6 to r4.2.0 which support python3. How do you guys refresh current OE patches over new releases? I'm thinking something like: - apply patches on git r4.0.6 commit - pull 4.2.0 - cherry-pick patch commits - use

[oe] [meta-java] openjre-8 fmacro-prefix-map problem

2019-09-18 Thread Vincent Prince
Hi, I'm trying to build my image on Yocto master branch, and it fails to compile openjre-8 (It works fine on Warrior). Here's the error message: openjre-8-172b11-r0 do_compile: oe_runmake failed: g++ -DLINUX -D_GNU_SOURCE -DAMD64

[oe] [meta-oe] [PATCH 4/4] mongodb: bump to version 4.2.0+git18ce5c9

2019-09-18 Thread Vincent Prince
) - Previous patches are refreshed Signed-off-by: Vincent Prince --- ...FPMathLib20U1-Check-for-__DEFINED_wchar_t.patch | 22 + ...001-Support-deprecated-resolver-functions.patch | 10 ++-- ...to-use-build-settings-from-environment-va.patch | 46 - ...__-to-control-use

[oe] [meta-oe] [PATCH 1/4] python*-psutil: Add native and nativesdk to BBCLASSEXTEND

2019-09-18 Thread Vincent Prince
Signed-off-by: Vincent Prince --- meta-python/recipes-devtools/python/python-psutil.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-psutil.inc b/meta-python/recipes-devtools/python/python-psutil.inc index e466c5c..0908c1c 100644 --- a/meta

[oe] [meta-oe] [PATCH 0/4] mongodb: bump to version 4.2.0+git18ce5c9

2019-09-18 Thread Vincent Prince
This patch serie also adds some needed native python3 recipes: - python3-psutil - python3-cheetah - python3-regex Vincent Prince (4): python*-psutil: Add native and nativesdk to BBCLASSEXTEND python3-cheetah: add recipe python3-regex: add recipe mongodb: bump to version 4.2.0

[oe] [meta-oe] [PATCH 2/4] python3-cheetah: add recipe

2019-09-18 Thread Vincent Prince
Signed-off-by: Vincent Prince --- .../recipes-devtools/python/python3-cheetah_3.2.3.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-cheetah_3.2.3.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-oe] [PATCH 3/4] python3-regex: add recipe

2019-09-18 Thread Vincent Prince
Signed-off-by: Vincent Prince --- .../recipes-devtools/python/python3-regex_2019.08.19.bb | 12 1 file changed, 12 insertions(+) create mode 100755 meta-python/recipes-devtools/python/python3-regex_2019.08.19.bb diff --git a/meta-python/recipes-devtools/python/python3

Re: [oe] [meta-oe] [PATCH 4/4] mongodb: bump to version 4.2.0+git18ce5c9

2019-09-18 Thread Vincent Prince
> musl/arm64 > https://errors.yoctoproject.org/Errors/Details/271194/ > On Wed, Sep 18, 2019 at 4:26 AM Vincent Prince > wrote: > > > > MongoDB v4.2.0 adds python3 support that is needed by scons upgrade > [44f303b scons: inherit python3native]. > > - mongodb git commit 18ce5

Re: [oe] [meta-oe] [PATCH 4/4] mongodb: bump to version 4.2.0+git18ce5c9

2019-09-18 Thread Vincent Prince
std::hardware_destructive_interference_size; #endif It goes to #else, so it seems there is a broken c++17 support for "Hardware interference size" feature on Clang? Le mer. 18 sept. 2019 à 18:52, Khem Raj a écrit : > On Wed, Sep 18, 2019 at 9:41 AM Vincent Prince > wrote: > > &

[oe] [meta-oe] [PATCH] mongodb: add mongo shell as a PACKAGECONF option

2019-08-09 Thread Vincent Prince
Signed-off-by: Vincent Prince --- meta-oe/recipes-dbs/mongodb/mongodb_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb index 7634e5d..ed05517 100644 --- a/meta-oe/recipes-dbs

Re: [oe] [meta-oe] [PATCH] mongodb: add mongo shell as a PACKAGECONF option

2019-08-09 Thread Vincent Prince
Hi Adrian, "core" target includes "mongod mongos" as before plus "mongo" (shell) so it is intended. Regards, Vincent Le ven. 9 août 2019 à 11:03, Adrian Bunk a écrit : > On Fri, Aug 09, 2019 at 10:45:56AM +0200, Vincent Prince wrote: > >

Re: [oe] [meta-java][PATCH 3/4] icedtea7-native: disable new compiler warnings

2019-10-01 Thread Vincent Prince
Hi Richard, I have following error while compiling icedtea7-native with gcc 8.3.0: | g++ -std=gnu++98 -DLINUX -D_GNU_SOURCE -DAMD64 -I/build/tmp/work/x86_64-linux/icedtea7-native/2.1.3-r1.0/icedtea-2.1.3/build/openjdk-boot/hotspot/src/share/vm/prims

Re: [oe] [meta-java] openjre-8 fmacro-prefix-map problem

2019-09-30 Thread Vincent Prince
. 18 sept. 2019 à 11:41, Vincent Prince a écrit : > Hi, > > I'm trying to build my image on Yocto master branch, and it fails to > compile openjre-8 (It works fine on Warrior). > > Here's the error message: > > openjre-8-172b11-r0 do_compile: oe_runmake failed: > > g++

Re: [oe] [meta-java][PATCH 3/4] icedtea7-native: disable new compiler warnings

2019-10-01 Thread Vincent Prince
As openjdk8-fix-adlc-flags.patch adds: +CXXFLAGS += $(BUILD_CXXFLAGS) +CFLAGS += $(BUILD_CFLAGS) I fixed my compilation problem with BUILD_CFLAGS_append = " -Wno-error=format-overflow" Le mar. 1 oct. 2019 à 14:35, Vincent Prince a écrit : > Hi Richard, > > I have fo

Re: [oe] [meta-java][PATCH] layer.conf: Mark as compatible with zeus

2019-11-01 Thread Vincent Prince
Hi Team, Would it be possible to create Zeus branch for meta-java? By the way, master branch didn't move since April, any issue maintaining this layer? Kind regards, Vincent Le ven. 11 oct. 2019 à 23:26, Alistair Francis a écrit : > > Signed-off-by: Alistair Francis > --- > Also, can the

Re: [oe] [meta-java][PATCH] layer.conf: Mark as compatible with zeus

2019-11-05 Thread Vincent Prince
tests. > Then also a zeus branch will be created. > > Any testing, feedback and help in maintaining this layer is highly welcome! > > regards;Richard.L > > On 01/11/2019 11:44, Vincent Prince wrote: > > Hi Team, > > > > Would it be possible to create Zeus branch

[oe] [meta-oe] [PATCH v2 4/4] mongodb: bump to version 4.2.0+git18ce5c9

2019-09-20 Thread Vincent Prince
) - fix musl compilation (strerror_r) - Remove compatibility for clang/x86 due to missing "Hardware interference size" - Previous patches are refreshed Signed-off-by: Vincent Prince --- Changes in v2: - fix musl compilation (strerror_r) - Remove compatibility for clang/x86 due

[oe] [meta-oe] [PATCH v2 3/4] python3-regex: add recipe

2019-09-20 Thread Vincent Prince
Signed-off-by: Vincent Prince --- .../recipes-devtools/python/python3-regex_2019.08.19.bb | 12 1 file changed, 12 insertions(+) create mode 100755 meta-python/recipes-devtools/python/python3-regex_2019.08.19.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-oe] [PATCH v2 0/4] mongodb: bump to version 4.2.0+git18ce5c9

2019-09-20 Thread Vincent Prince
This patch serie also adds some needed native python3 recipes: - python3-psutil - python3-cheetah - python3-regex Vincent Prince (4): python*-psutil: Add native and nativesdk to BBCLASSEXTEND python3-cheetah: add recipe python3-regex: add recipe mongodb: bump to version 4.2.0

[oe] [meta-oe] [PATCH v2 2/4] python3-cheetah: add recipe

2019-09-20 Thread Vincent Prince
Signed-off-by: Vincent Prince --- .../recipes-devtools/python/python3-cheetah_3.2.3.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-cheetah_3.2.3.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-oe] [PATCH v2 1/4] python*-psutil: Add native and nativesdk to BBCLASSEXTEND

2019-09-20 Thread Vincent Prince
Signed-off-by: Vincent Prince --- meta-python/recipes-devtools/python/python-psutil.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-psutil.inc b/meta-python/recipes-devtools/python/python-psutil.inc index e466c5c..0908c1c 100644 --- a/meta

[oe] [meta-oe] [PATCH] mongodb: bump version to r4.2.2

2020-01-23 Thread Vincent Prince
Signed-off-by: Vincent Prince --- meta-oe/recipes-dbs/mongodb/mongodb_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb index cd8ccdc8a..6f460bf76 100644 --- a/meta-oe/recipes

[oe] [meta-oe] [PATCH] fmt: bump version to v6.1.2

2020-01-23 Thread Vincent Prince
Signed-off-by: Vincent Prince --- meta-oe/recipes-support/fmt/{fmt_6.0.0.bb => fmt_6.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/fmt/{fmt_6.0.0.bb => fmt_6.1.2.bb} (89%) diff --git a/meta-oe/recipes-support/fmt/fmt_6.0.0.bb b/meta-oe/r

Re: [oe] [meta-oe][PATCH] cppzmq: bump to version 4.6.0

2020-01-22 Thread Vincent Prince
Hi Team, v4.6.0 breaks some namespaces from v4.4.1, maybe we can keep both versions until people migrates? Best regards, Vincent Le ven. 17 janv. 2020 à 23:44, Pierre-Jean Texier via Openembedded-devel a écrit : > > This includes the following changes: > > 8d5c9a8 Merge pull request #374 from

Re: [oe] [meta-oe][PATCH] cppzmq: bump to version 4.6.0

2020-01-22 Thread Vincent Prince
ote: > >> Hi Vincent, >> >> Le 22/01/2020 à 13:17, Vincent Prince a écrit : >> > Hi Team, >> > >> > v4.6.0 breaks some namespaces from v4.4.1, maybe we can keep both >> > versions until people migrates? >> >> In fact, before the bu

Re: [oe] [meta-oe][PATCH] yaml-cpp: add new recipe

2020-12-25 Thread Vincent Prince
Hi, I think PV is wrongly set to " +git${SRCPV}" as the 9a362 commit corresponds exactly to the 0.6.4 version. Also, I'm not sure FILES_${PN} and do_install_append is required as Yocto should put those files directly to the right place? Best regards, Vincent Le ven. 25 déc. 2020 à 15:55, Ramon

Re: [oe] [meta-networking] [PATCH] cifs-utils: upgrade 6.13 -> 6.14

2022-01-21 Thread Vincent Prince
Hi all, Am I the only one with some error on cifs-utils? | (cd /yocto/build/tmp/work/corei7-64-cube-linux/cifs-utils/6.13-r0/image/sbin && ln -sf mount.cifs mount.smb3) | /bin/bash: line 0: cd: /yocto/build/tmp/work/corei7-64-cube-linux/cifs-utils/6.13-r0/image/sbin: No such file or directory

[oe] [meta-oe][sumo][PATCH v2] ltrace_git: Update SRC_URI due to inaccessible problem

2018-08-28 Thread vincent . prince . fr
From: Junil Kim Existing URI service was closed and fetch error occurred. Change existing repository to another mirrored SRC URI. Signed-off-by: Junil Kim Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[oe] [meta-oe][sumo][PATCH v2] libsodium: Update SRC_URI due to inaccessible problem

2018-08-28 Thread vincent . prince . fr
From: Vincent Prince Signed-off-by: Vincent Prince --- meta-oe/recipes-crypto/libsodium/libsodium_1.0.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-crypto/libsodium/libsodium_1.0.11.bb b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.11.bb index