Re: [oe] [meta-networking][kirkstone][PATCH] networkmanager: fix build with enabled ppp

2022-07-01 Thread Javier Viguera via lists.openembedded.org
From: Otavio Salvador Sent: Friday, July 1, 2022 13:45 To: Viguera, Javier Cc: OpenEmbedded Devel List ; akuster808 Subject: Re: [oe] [meta-networking][kirkstone][PATCH] networkmanager: fix build with enabled ppp Please send it against master, first, then we can ask for backports. It’s

Re: [oe] [meta-networking][kirkstone][PATCH] networkmanager: fix build with enabled ppp

2022-06-30 Thread Javier Viguera via lists.openembedded.org
Hi Raj, Yes it failed exactly the same in *master*. For example building master for qemuarm fails with: | Has header "pppd/pppd.h" : YES | Program pppd /sbin/pppd /usr/sbin/pppd found: NO | | ../NetworkManager-1.38.0/meson.build:571:4: ERROR: Assert failed: pppd required but not found, please

[oe] [meta-networking][kirkstone][PATCH] networkmanager: fix build with enabled ppp

2022-06-27 Thread Javier Viguera via lists.openembedded.org
required but not found, please provide a valid pppd path or use -Dppp=false to disable it This is due to meson trying to look for the 'pppd' binary in the build system when it should not. If the build system does not contain pppd, the build fails. Signed-off-by: Javier Viguera --- .../netw

Re: [oe] [thud][PATCH] lvm2: Fix RDEPEND on lvm2 to lvm2-udevrules

2020-01-14 Thread Javier Viguera
On 04/12/2019 10:37, Javier Viguera wrote: Hi Armin, Could you queue this fix for Thud? Same fix is already merged in master and Zeus. Ping. The patch appears as new in patchwork: https://patchwork.openembedded.org/patch/167467/ -- Javier Viguera Software Engineer Digi International

Re: [oe] [thud][PATCH] lvm2: Fix RDEPEND on lvm2 to lvm2-udevrules

2019-12-04 Thread Javier Viguera
Hi Armin, Could you queue this fix for Thud? Same fix is already merged in master and Zeus. -- Javier Viguera Software Engineer Digi International® Spain S.A.U. On 27/11/2019 17:29, Arturo Buzarra wrote: Commit c6e963f ("lvm2: Add RDEPEND on lvm2 to lvm2-udevrules") added

Re: [oe] [Warror][ 19/23] leptonica: fix SRC_URI

2019-09-10 Thread Javier Viguera
Hi Armin, Care to cherry-pick this fix also to Thud? Thanks in advance. -- Javier Viguera -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-qt5][PATCH] qttranslations: annihilate qttranslations-qtconfig

2018-04-20 Thread Javier Viguera
this patch fixes the broken build. -- Regards, Javier Viguera -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-oe][PATCH 06/10] libndp: Include sys/select.h in ndptool.c (backport to Morty)

2017-07-10 Thread Javier Viguera
This is also failing in Yocto 2.2 Morty. And the fix is just a cherry-pick away: git cherry-pick 9cd2b3fe97b2b041d293941207c54909f0206f3d Could someone with the proper rights, do the backport to Morty? -- Thanks, Javier Viguera -- ___ Openembedded

Re: [oe] [meta-qt5][PATCH] ninja-native: remove from meta-qt5 (moved to meta-oe)

2016-04-05 Thread Javier Viguera
2d1bf98775aeb6796c66d545230c422b36b58cbe - Regards, Javier Viguera -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-python][jethro][PATCH][V2] python-m2crypto: fix SSLv2 symbol issue

2016-03-29 Thread Javier Viguera
he patch CRDA builds fine. So I would say that the patch improves the situation. It fixes the build for some packages and does not seem to break anything. I'm also having build failures for CRDA since almost a month now, so I would like to have the 'jethro-next' merged to 'jethro' as well

Re: [oe] [meta-qt5][master][jethro][PATCH] qtconnectivity, qtsystems: fix bluetooth support

2016-01-12 Thread Javier Viguera
7 So here my humble ping for this commit (master and jethro). -- Regards, Javier Viguera -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-qt5][master][jethro][PATCH] qtconnectivity, qtsystems: fix bluetooth support

2016-01-05 Thread Javier Viguera
o skills :-) I used this commit as an example to add the bluez5 support: http://git.openembedded.org/meta-openembedded/commit/?id=c2069a1420fb3d199c99f8b6e778478240fa56be Shouldn't the problem you outline happen just the same with the gpsd recipe aft

[oe] [meta-qt5][master][jethro][PATCH] qtconnectivity, qtsystems: fix bluetooth support

2016-01-04 Thread Javier Viguera
-by: Javier Viguera <javier.vigu...@digi.com> --- recipes-qt/qt5/qtconnectivity_git.bb | 9 ++--- recipes-qt/qt5/qtsystems_git.bb | 9 ++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/recipes-qt/qt5/qtconnectivity_git.bb b/recipes-qt/qt5/qtconnectivity_git.bb

Re: [oe] [meta-qt5][master][jethro][PATCH] qtconnectivity, qtsystems: fix bluetooth support

2016-01-04 Thread Javier Viguera
broken because QMAKE_CACHE_EVAL is not used at all, and also allows to build QT5 bluetooth support using bluez5 instead of the hard-coded bluez4. -- Regards, Javier Viguera -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [meta-oe][master][dizzy]PATCH v2] xserver-common: disable TCP connections

2014-11-26 Thread Javier Viguera
For security reasons disable TCP connections to the xserver. Signed-off-by: Javier Viguera javier.vigu...@digi.com --- Notes: v2: * Add upstream-status ...15-xserver-common-disable-TCP-connections.patch | 24 ++ .../xserver-common/xserver-common_1.34.bb

[oe] [meta-oe][master][dizzy]PATCH] xserver-common: disable TCP connections

2014-11-25 Thread Javier Viguera
For security reasons disable TCP connections to the xserver. Signed-off-by: Javier Viguera javier.vigu...@digi.com --- ...15-xserver-common-disable-TCP-connections.patch | 22 ++ .../xserver-common/xserver-common_1.34.bb | 1 + 2 files changed, 23 insertions

[oe] [meta-oe][daisy][PATCH] imagemagick: fix SRC_URI

2014-10-07 Thread Javier Viguera
The package download URL has changed. Signed-off-by: Javier Viguera javier.vigu...@digi.com --- meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb b/meta-oe/recipes

Re: [oe] Few archives to add on sources.oe.org

2014-06-20 Thread Javier Viguera
/internet/cherokee/1.2/1.2.98/cherokee-1.2.98.tar.gz - Javier Viguera Software Engineer Digi International® Spain S.A.U. -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo

Re: [oe] [meta-webserver] cherokee webserver SRC_URI broken again

2014-05-19 Thread Javier Viguera
ping. On 12/05/14 12:31, Javier Viguera wrote: Hi Martin, On 30/04/14 20:20, Martin Jansa wrote: Tom, can you please put it on sources.oe.org? You can find the archive on aruba. Thanks for looking into this, but did this ever happen? I'm still having problems with cherokee download

Re: [oe] [meta-webserver] cherokee webserver SRC_URI broken again

2014-05-12 Thread Javier Viguera
Connecting to sources.openembedded.org (sources.openembedded.org)|140.211.169.152|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2014-05-12 12:29:11 ERROR 404: Not Found. - Javier Viguera Software Engineer Digi International® Spain S.A.U. -- Regards, Javier Viguera

[oe] [meta-webserver] cherokee webserver SRC_URI broken again

2014-04-30 Thread Javier Viguera
at this point I think it's better to just put the package in one of the yoctoproject mirrors. If you think that we should use one of the still-working-mirrors let me know and I'll cook a patch for it. - Javier Viguera Software Engineer Digi International® Spain S.A.U. [1] http://www.cherokee

Re: [oe] [meta-webserver] cherokee webserver SRC_URI broken again

2014-04-30 Thread Javier Viguera
I'm not sure how active the project is. Anyway I am leaving the office now for a short (4 days) break until Monday so in case we finally need to patch the recipe I can do that next week. -- Javier Viguera Software Engineer Digi International® Spain S.A.U

[oe] [meta-networking][PATCH] stunnel: fix configure ssl parameter

2014-04-23 Thread Javier Viguera
/ccimx6adpt/usr/include/include/openssl/engine.h usability... no (notice duplicated include entry in above line) Signed-off-by: Javier Viguera javier.vigu...@digi.com --- Notes: To backport to Dora as well. meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 2 +- 1 file changed, 1

Re: [oe] checksums for multiple sources

2014-04-09 Thread Javier Viguera
] = ... SRC_URI[tarball2.sha256sum] = ... - Javier Viguera Software Engineer Digi International® Spain S.A.U. On 09/04/14 10:51, Trevor Woerner wrote: Is there any way to specify for which source tarball a particular checksum is referring? meta-openembedded/meta-oe/recipes-extended/acpica

[oe] [meta-networking][PATCH] stunnel: fix SRC_URI

2014-04-02 Thread Javier Viguera
Trying to build stunnel fails with: ERROR 404: Not Found. Seems that after the new release (5.x) they have moved the old tarball under a 'archive/4.x' subdirectory. Signed-off-by: Javier Viguera javier.vigu...@digi.com --- meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 2 +- 1

[oe] [meta-networking][PATCH] crda: fix udev rule

2014-03-12 Thread Javier Viguera
: failed to execute '/usr/sbincrda' when a regulatory domain event is triggered. Signed-off-by: Javier Viguera javier.vigu...@digi.com --- meta-networking/recipes-connectivity/crda/crda_1.1.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity

Re: [oe] [meta-networking][PATCH] vsftpd: install volatiles file based on init system

2014-03-11 Thread Javier Viguera
fixing them. In such sysvinit systems, '/run' usually is a TMPFS and '/run/vsftpd/empty' is created at *runtime* via volatiles bootscript. Creating the directory in the recipe at build time leads to the above mentioned error. - Javier Viguera Software Engineer Digi International® Spain S.A.U

Re: [oe] [meta-networking][PATCH] vsftpd: install volatiles file based on init system

2014-03-11 Thread Javier Viguera
to complete the build. Otherwise it fails. - Javier Viguera Software Engineer Digi International® Spain S.A.U. -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded

[oe] [meta-oe][master/dora][PATCH] networkmanager: fix incorrect configure option

2014-01-23 Thread Javier Viguera
The wrong option was breaking the build with: configure: error: invalid package name: systemdsystemunitdir= Signed-off-by: Javier Viguera javier.vigu...@digi.com --- meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [oe] Dylan backports

2013-11-07 Thread Javier Viguera
included for testing almost one month ago and yet they are not in *dylan*. For the moment i keep the patches as *bbappends* in our own layer, but i would like to get rid of them once they are included in 'meta-openembedded'. Thanks for your help. - Javier Viguera Software Engineer Digi

[oe] cherokee wrong SRC_URI (was Dylan backports)

2013-11-07 Thread Javier Viguera
the SRC_URI time and time again. Probably the way to go is to revert my patch leaving the original cherokee as a reference and include the package in any of the yoctoproject mirrors. By the way the recipe is now broken not only in Dylan, but also in *Dora* and *master*. Comments? - Javier

Re: [oe] [PATCH] cherokee: use cherokee-project.de mirror

2013-11-07 Thread Javier Viguera
of the tarball (hopefully it will last) but in your patch there is an extra *1.2* that it should not be. The correct URL: http://www.cherokee-project.de/mirrors/cherokee/1.2/1.2.98/cherokee-1.2.98.tar.gz - Javier Viguera Software Engineer Digi International® Spain S.A.U

Re: [oe] [PATCH v2] cherokee: use cherokee-project.de mirror

2013-11-07 Thread Javier Viguera
On 07/11/13 17:35, Eric Bénard wrote: -SRC_URI = ftp://ftp.osuosl.org/.1/cherokee/1.2/${PV}/cherokee-${PV}.tar.gz \ +SRC_URI = http://www.cherokee-project.de/mirrors/cherokee/1.2/1.2/${PV}/cherokee-${PV}.tar.gz \ I'm afraid patch *v2* has the same problem, extra 1.2 in the URL :-) - Javier

Re: [oe] cherokee wrong SRC_URI (was Dylan backports)

2013-11-07 Thread Javier Viguera
) in all the branches and at the same time keep a copy of the tarball in one of the yoctoproject source mirrors. - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ Openembedded-devel mailing list Openembedded-devel

[oe] Dylan backports

2013-10-10 Thread Javier Viguera
reference to `netsnmp_sd_listen_fds' - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] [meta-webserver] cherokee: fix SRC_URI

2013-09-05 Thread Javier Viguera
The package is no longer available in the official cherokee site, so download it from a mirror. Signed-off-by: Javier Viguera javier.vigu...@digi.com --- Notes: To be cherry-picked to Dylan as well. meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb | 2 +- 1 file changed, 1

[oe] [meta-oe][dylan] net-snmp: Backport fix for NETSNMP_NO_SYSTEMD typos

2013-09-05 Thread Javier Viguera
Use patch from master branch to fix: snmpd.c:459: undefined reference to `netsnmp_sd_listen_fds' Signed-off-by: Javier Viguera javier.vigu...@digi.com --- Notes: Adapted patch from Thomas Fitzsimmons in master branch (the path for net-snmp recipe changed). meta-oe/recipes-extended/net

[oe] [meta-networking][dylan][PATCH] vsftpd: fix compile-time dependence

2013-08-01 Thread Javier Viguera
vsftpd links with openssl libraries (libssl and libcrypto) so there is a compile-time dependence on openssl package. Signed-off-by: Javier Viguera javier.vigu...@digi.com --- meta-networking/recipes-daemons/vsftpd/vsftpd_2.3.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-networking][dylan][PATCH] vsftpd: fix compile-time dependence

2013-08-01 Thread Javier Viguera
on dylan. Could this fix be backported to dylan? - Regards, Javier Viguera On 01/08/13 15:47, Martin Jansa wrote: On Thu, Aug 01, 2013 at 03:39:01PM +0200, Javier Viguera wrote: vsftpd links with openssl libraries (libssl and libcrypto) so there is a compile-time dependence on openssl package