[oe] [meta-networking][dunfell][PATCH] ufw: Fix interpreter for installed ufw and test ufw

2021-08-13 Thread Jate Sujjavanich
Revert patch to setup-only-make-one-reference-to-env.patch and make patch for python3 interpreter fix apply to runs of setup.py during self test as well as installs. Reported-by: Kenta Nakamura Signed-off-by: Jate Sujjavanich --- ...to-detect-openembedded-python-interpreter.patch | 8

Re: [oe] [meta-networking][dunfell][PATCH 0/2] ufw: Backport 0.36, update module RRECOMMENDS

2021-07-22 Thread Jate Sujjavanich
I am withdrawing this. A patch for the version in dunfell will be forthcoming. - Jate S. On Mon, Jul 12, 2021 at 12:03 PM Jate Sujjavanich wrote: > Ufw version 0.34 does not work with the python 3 within dunfell, so I > backported 0.36 running its self tests successfully. > > I ha

Re: [oe] [meta-networking][dunfell][PATCH 0/2] ufw: Backport 0.36, update module RRECOMMENDS

2021-07-12 Thread Jate Sujjavanich
9:44 AM akuster808 wrote: > > > On 7/11/21 7:08 PM, Jate Sujjavanich wrote: > > Backport ufw 0.36 to dunfell and update kernel module RRECOMMENDS for > > linux-yocto 5.4 in dunfell poky. > This update, is it bug fix only ? > > -armin > > &g

[oe] [meta-networking][dunfell][PATCH 2/2] ufw: update RRECOMMENDS for linux-yocto 5.4

2021-07-11 Thread Jate Sujjavanich
Cataloged modules by running check-requirements Signed-off-by: Jate Sujjavanich --- .../recipes-connectivity/ufw/ufw_0.36.bb | 32 --- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/meta-networking/recipes-connectivity/ufw/ufw_0.36.bb b/meta-networking

[oe] [meta-networking][dunfell][PATCH 0/2] ufw: Backport 0.36, update module RRECOMMENDS

2021-07-11 Thread Jate Sujjavanich
at: git://github.com/jatedev/meta-openembedded pr-dunfell-ufw-0.36 https://github.com/jatedev/meta-openembedded/tree/pr-dunfell-ufw-0.36 Jate Sujjavanich (2): ufw: bump version to 0.36 and add services ufw: update RRECOMMENDS for linux-yocto 5.4 .../ufw/ufw/0001-optimize-boot.patch

[oe] [meta-networking][dunfell][PATCH 1/2] ufw: bump version to 0.36 and add services

2021-07-11 Thread Jate Sujjavanich
autostart ufw. These are added into the recipe now. Signed-off-by: Silcet Signed-off-by: Khem Raj Signed-off-by: Jate Sujjavanich (cherry-picked from commit 0a0894b) --- .../ufw/ufw/0001-optimize-boot.patch | 37 -- ...option-to-specify-iptables-location.patch} | 41

[oe] [dora][meta-networking] ntp, pps-tools: backported ntp 4.2.8 upgrade to dora

2015-02-19 Thread Jate Sujjavanich
ntp, pps-tools: backported ntp 4.2.8 upgrade to dora Backport ntp 4.2.8 to dora. This includes ntpd 4.2.8 and its security fixes. Signed-off-by: Jate Sujjavanich The following changes since commit e75ae8f50af3effe560c43fc63cfd1f39395f011: gdal: fix sqlite, expat and libtiff detection

[oe] [PATCH] Install list-records with resolvconf package

2014-06-23 Thread Jate Sujjavanich
The resolvconf script uses /lib/resolvconf/list-records, but the recipe does not install it. This causes an error when /etc/resolvconf/update.d runs. Signed-off-by: Jate Sujjavanich --- .../resolvconf/resolvconf_1.75.bb |6 ++ 1 file changed, 6 insertions(+) diff --git

[oe] [meta-oe][PATCH] Fix samba's DEPENDS which was triggering rebuild

2014-04-07 Thread Jate Sujjavanich
From: Jate Sujjavanich Use PACKAGECONFIG to properly provide the option for libtalloc Signed-off-by: Jate Sujjavanich --- meta-oe/recipes-connectivity/samba/samba.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b