[OE-core] [PATCH v3] busybox: make SYSLOGD optionnal

2017-05-27 Thread Romain Perier
Some distros might choose another syslogd provider like rsyslogd. update-alternative will update the link from syslogd to the right provider. However the syslogd feature is still present and enabled in busybox. This commit adds a new configuration fragment to make syslogd optionnal in busybox. Si

[OE-core] [PATCH V2 2/2] python3: Move config-*/Makefile from misc package to dev package

2017-05-27 Thread Li Zhou
Move config-*/Makefile in libdir from misc package to dev package for python3, because it is only needed in development process. Signed-off-by: Li Zhou --- meta/recipes-devtools/python/python-3.5-manifest.inc | 2 +- scripts/contrib/python/generate-manifest-3.5.py | 2 +- 2 files changed, 2

[OE-core] [PATCH V2 1/2] python3: Use _sysconfigdata.py to initialize distutils.sysconfig

2017-05-27 Thread Li Zhou
Porting patch from to use _sysconfigdata.py to initialize distutils.sysconfig. This patch makes that distutils.sysconfig doesn't need config-*/Makefile in libdir any more. Next we can move it from python3-misc to p

[OE-core] [PATCH 1/1] lsof: clear setuid

2017-05-27 Thread kai.kang
From: Kai Kang Having 'lsof' as a +s (setuid) binary could lead to security issues if a compromise in the binary is found. It is better that it be -s by default as a precaution. Signed-off-by: Kai Kang --- meta/recipes-extended/lsof/lsof_4.89.bb | 2 +- 1 file changed, 1 insertion(+), 1 delet

[OE-core] [PATCH 0/1] lsof: clear setuid

2017-05-27 Thread kai.kang
From: Kai Kang The following changes since commit 5eed6c644f715783edb0d05926373e719442dd6a: libpcap: add native package (2017-05-25 23:59:32 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/lsof http://git.pokylinux.org/cgit.cgi/poky-contrib/log