[oe] [meta-qt5][PATCH v2] qtchooser: add new recipe

2016-05-09 Thread Li Xin
qtchooser is a wrapper used to select between Qt binary versions. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../0001-Makefile-install-the-man-dir.patch| 35 ++ recipes-qt/qtchooser/qtchooser_git.bb | 30 +++ 2 files chang

[oe] [meta-qt5][PATCH] qtchooser: add new recipe

2016-04-28 Thread Li Xin
qtchooser is a wrapper used to select between Qt binary versions. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../0001-Makefile-install-the-man-dir.patch| 35 ++ recipes-qt/qtchooser/qtchooser_39.bb | 24 +++ 2 files chang

[oe] [meta-qt5][PATCH] qtquick1: fix rootfs creation errors

2016-04-28 Thread Li Xin
The error is as following: 1) Can't install libqt5declarative-plugins-***: no package provides libQt5Declarative.so.5(Qt_5_PRIVATE_API) 2) ERROR: Nothing RPROVIDES 'libqt5declarative-tools' Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- recipes-qt/qt5/qtquick1_git.b

Re: [oe] [meta-oe][PATCH] ltrace: Error Fix for ARM

2016-04-28 Thread Li, Xin
[oe] [meta-oe][PATCH] ltrace: Error Fix for ARM > >On Fri, Apr 15, 2016 at 04:06:49AM +0300, Li Xin wrote: >> 1) The error is as following: >> root # ltrace ls >> __libc_start_main(0xb6fbc018, 1, 0xbed8fdc4, >0xb6fd0b88PTRACE_SINGLESTEP: Input/output er

[oe] [meta-oe][PATCH 2/2] mariadb: Fix rootfs creation errors

2016-04-26 Thread Li Xin
error: file /usr/share/doc/README from install of mariadb-leftovers-5.5.46-* conflicts with file from package dmidecode-doc-2.12-* Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-oe/recipes-support/mysql/mariadb.inc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff

[oe] [meta-networking][PATCH 1/2] rp-pppoe: Fix rootfs creation errors

2016-04-26 Thread Li Xin
error: file /usr/share/doc/README from install of rp-pppoe-doc-3.11-* conflicts with file from package dmidecode-doc-2.12* Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.12.bb | 4 1 file changed, 4 insertions(+) diff

[oe] [meta-oe]PATCH] mozjs_17.0.0.bb: Fix do_srpm error

2016-04-26 Thread Li Xin
The function do_sourceclean() will lead to do_srpm failed, so use do_unpack instead. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/meta-oe/recipes-ex

[oe] [meta-oe][PATCH] ltrace: Error Fix for ARM

2016-04-14 Thread Li Xin
: --0001-ltrace-fix-gcc-5-logical-not-parentheses.patch --ltrace-0.7.2-unused-typedef.patch Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- ...-ltrace-fix-gcc-5-logical-not-parentheses.patch | 38 - .../ltrace/ltrace-0.7.2-unused-typedef.patch

[oe] [meta-oe][PATCH] networkmanager: Warning Fix

2016-01-21 Thread Li Xin
WARNING: QA Issue: networkmanager rdepends on libnewt, but it isn't a build dependency? [build-deps] Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/r

[oe] [meta-oe][PATCH] networkmanager: add PACKAGECONFIG for qt4-x11-free

2016-01-20 Thread Li Xin
Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.6.bb b/meta-oe/recipes-connectivity/networkm

[oe] [meta-oe][PATCH v2] xterm: 308 -> 320

2016-01-06 Thread Li Xin
Upgrade xterm from 308 to 320. 1) Modify LIC_FILES_CHKSUM,since the date in it has been changed, But the LICENSE has not been changed. 2) Fix WARNING: QA Issue: xterm rdepends on libxinerama, but it isn't a build dependency? [build-deps] Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.

[oe] [meta-python][jethro][PATCH 2/4] python-pyasn1: Error fix for recipes depend on python-pyasn1

2016-01-04 Thread Li Xin
not be found! Couldn't find index page for 'pyasn1' (maybe misspelled?) No local packages or download links found for pyasn1 So add do_compile_append() to fix it. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-python/recipes-devtools/python/python-pyasn1_0.1.7.bb | 9 +

[oe] [meta-python][jethro][PATCH 1/4] python-enum34: Error Fix for recipes depend on python-enum34

2016-01-04 Thread Li Xin
not be found! Couldn't find index page for 'enum34' (maybe misspelled?) No local packages or download links found for enum34 So add do_compile_append() to fix it. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../python-enum34/0001-setup.py-Bug-Fix.patch

[oe] [meta-python][jethro][PATCH 3/4] python-six: Error fix for recipes depend on python-six

2016-01-04 Thread Li Xin
! Couldn't find index page for 'six' (maybe misspelled?) No local packages or download links found for six So add do_compile_append() to fix it. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-python/recipes-devtools/python/python-six_1.9.0.bb | 8 1 file chan

[oe] [meta-python][jethro][PATCH 4/4] python-cryptography: Error fix

2016-01-04 Thread Li Xin
associated with hostname -- Some packages may not be found! Couldn't find index page for 'enum34' (maybe misspelled?) Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../recipes-devtools/python/python-cryptography_0.8.1.bb | 14 ++ 1 file changed, 14 insertions(+) diff

[oe] [meta-oe][PATCH v2] engine-pkcs11: 0.1.8 -> 0.2.0

2016-01-04 Thread Li Xin
/openssl/engines/libpkcs11.so Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../{engine-pkcs11_0.1.8.bb => engine-pkcs11_0.2.0.bb} | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) rename meta-oe/recipes-support/engine-pkcs11/{engine-pkcs11_0.1.8.bb =

[oe] [meta-oe][PATCH] dialog: 1.2-20150528 -> 1.2-20150920

2016-01-03 Thread Li Xin
From: Li Xin <lixin2015.f...@cn.fujitsu.com> Upgrade dialog from 1.2-20150528 to 1.2-20150920. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../dialog/{dialog_1.2-20150528.bb => dialog_1.2-20150920.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[oe] [meta-oe][PATCH] mailcap: 2.1.44 -> 2.1.45

2016-01-03 Thread Li Xin
Upgrade mailcap from 2.1.44 to 2.1.45. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../mailcap/{mailcap_2.1.44.bb => mailcap_2.1.45.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/mailcap/{mailcap_

[oe] [meta-oe][PATCH] openwsman: 2.6.0 -> 2.6.2

2016-01-03 Thread Li Xin
Upgrade openwsman from 2.6.0 to 2.6.2. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../openwsman/{openwsman_2.6.0.bb => openwsman_2.6.2.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-extended/openwsman/{openwsman

[oe] [meta-oe][PATCH] engine-pkcs11: 0.1.8 -> 0.2.0

2016-01-03 Thread Li Xin
Upgrade engine-pkcs11 from 0.1.8 to 0.2.0. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../{engine-pkcs11_0.1.8.bb => engine-pkcs11_0.2.0.bb}| 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/engine-pkcs11/{engine-pkcs11

[oe] [meta-oe][PATCH] sblim-sfcb: 1.4.8 -> 1.4.9

2016-01-03 Thread Li Xin
Upgrade sblim-sfcb from 1.4.8 to 1.4.9. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../sblim-sfcb-1.3.15-fix-provider-debugging.patch| 0 .../sblim-sfcb-1.3.16-maxMsgLen.patch | 0 .../sblim-sfcb-1.3.16-multilib-man-cfg

[oe] [meta-oe][PATCH] nodejs: 0.12.7 -> 0.12.9

2016-01-03 Thread Li Xin
Upgrade nodejs from 0.12.7 to 0.12.9. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../recipes-devtools/nodejs/{nodejs_0.12.7.bb => nodejs_0.12.9.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs_0.12.7.bb => n

[oe] [meta-oe][PATCH v2] dialog: 1.2-20150528 -> 1.2-20150920

2016-01-03 Thread Li Xin
Upgrade dialog from 1.2-20150528 to 1.2-20150920. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../dialog/{dialog_1.2-20150528.bb => dialog_1.2-20150920.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/dialog/{dialog_1.2-20

[oe] [meta-oe][PATCH] dfu-util: 0.7 -> 0.8

2016-01-03 Thread Li Xin
Upgrade dfu-util from 0.7 to 0.8. Modify SRC_URI,since the original one can‘t be opened. Modify 0001-configure.ac-Don-t-check-for-usbpath.patch,since the datas has been changed. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../dfu-util/{dfu-util-native_0.7.bb => dfu-util-nati

[oe] [meta-oe][PATCH] zabbix: 2.4.5 -> 2.4.7

2016-01-03 Thread Li Xin
Upgrade zabbix from 2.4.5 to 2.4.7. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../recipes-connectivity/zabbix/{zabbix_2.4.5.bb => zabbix_2.4.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/zabbix/{zabbix_2.4.5.bb =>

[oe] [meta-oe][PATCH] lemon: 3.5.4 -> 3.7.3

2016-01-03 Thread Li Xin
Upgrade lemon from 3.5.4 to 3.7.3. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-oe/recipes-devtools/lemon/lemon_3.5.4.bb | 7 --- meta-oe/recipes-devtools/lemon/lemon_3.7.3.bb | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-oe/r

[oe] [meta-oe][PATCH] xterm: 308 -> 320

2016-01-03 Thread Li Xin
Upgrade xterm from 308 to 320. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb}

[oe] [meta-oe][PATCH] postgresql: 9.4.4 -> 9.4.5

2016-01-03 Thread Li Xin
Upgrade postgresql from 9.4.4 to 9.4.5. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../postgresql/{postgresql_9.4.4.bb => postgresql_9.4.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/postgresql/{postgresql

[oe] [meta-oe][PATCH] libp11: 0.2.8 -> 0.3.0

2016-01-03 Thread Li Xin
Upgrade libp11 from 0.2.8 to 0.3.0. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-oe/recipes-support/libp11/{libp11_0.2.8.bb => libp11_0.3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libp11/{libp11_0.2.8.bb => libp11_0.

[oe] [meta-oe][PATCH] lua: 5.3.1 -> 5.3.2

2016-01-03 Thread Li Xin
Upgrade lua from 5.3.1 to 5.3.2. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-oe/recipes-devtools/lua/{lua_5.3.1.bb => lua_5.3.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/lua/{lua_5.3.1.bb => lua_5.3.2.bb} (90%)

[oe] [meta-oe][PATCH] python-simplejson: 2.2.1 -> 3.8.1

2016-01-03 Thread Li Xin
Upgrade python-simplejson from 2.2.1 to 3.8.1. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../{python-simplejson_2.2.1.bb => python-simplejson_3.8.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/python/{python-simplejson

[oe] [meta-oe][PATCH v2] python-simplejson: 2.2.1 -> 3.8.1

2016-01-03 Thread Li Xin
Upgrade python-simplejson from 2.2.1 to 3.8.1. Modify LIC_FILES_CHKSUM,but the LICENSE has not been changed. References: https://pypi.python.org/pypi/simplejson Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../{python-simplejson_2.2.1.bb => python-simplejson_3.8.1.bb}

[oe] [meta-oe][PATCH v3] xterm: 308 -> 320

2016-01-03 Thread Li Xin
Upgrade xterm from 308 to 320. Modify LIC_FILES_CHKSUM,since the date in it has been changed, But the LICENSE has not been changed. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb} | 6 +++--- 1 file changed, 3 i

[oe] [meta][PATCH v2] lemon: 3.5.4 -> 3.7.3

2016-01-03 Thread Li Xin
Upgrade lemon from 3.5.4 to 3.7.3. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-oe/recipes-devtools/lemon/{lemon_3.5.4.bb => lemon_3.7.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/lemon/{lemon_3.5.4.bb => lemon_3

[oe] [meta-oe][PATCH v2] xterm: 308 -> 320

2016-01-03 Thread Li Xin
Upgrade xterm from 308 to 320. Modify LIC_FILES_CHKSUM,since the license file has changed. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-o

[oe] [meta-python][PATCH] python-vcversioner: Error Fix for recipes depend on python-vcversioner.

2015-12-30 Thread Li Xin
not be found! Couldn't find index page for 'vcversioner' (maybe misspelled?) No local packages or download links found for vcversioner So add do_compile_append() to fix it. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../recipes-devtools/python/python-vcversioner_2.14.

[oe] [meta-oe][dizzy][PATCH] networkmanager: add DEPENDS libgudev to avoid build errors.

2015-12-15 Thread Li Xin
configure: error: Package requirements (gudev-1.0 >= 165) were not met: No package 'gudev-1.0' found Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[oe] [meta-perl][PATCH] libnet-dns-perl: remove it from PNBLACKLIST

2015-12-14 Thread Li Xin
Since errors will not occur anymore. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-perl/recipes-perl/libnet/libnet-dns-perl_0.81.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_0.81.bb b/meta-perl/recipes-perl/libnet/libn

[oe] [meta-oe][PATCH] sessreg: add a patch to avoid build errors.

2015-12-07 Thread Li Xin
Do not build man dir since it is always build failed. This is not a good way,but can remove sessreg form PNBLACKLIST. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../sessreg/0001-Makefile.am-Error-Fix.patch | 33 ++ meta-oe/recipes-graphics/xo

[oe] [meta-networking][PATCH] opensaf: remove unused service file

2015-11-01 Thread Li xin
From: Li Xin <lixin.f...@cn.fujitsu.com> Upstream ships systemd service file plmcboot.service and plmcd.service now, so we don't need this anymore. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../recipes-daemons/opensaf/opensaf/plmcboot.service | 13 -

[oe] [meta-networking][PATCH] net-snmp: Modify snmpd.service

2015-10-25 Thread Li xin
From: Li Xin <lixin.f...@cn.fujitsu.com> Add "-a" parameter in snmpd.service,it is needed to address logs. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service | 2 +- 1 file changed, 1 insertion(+), 1 d

[oe] [meta-oe][PATCH] lmsensors-config: add configuration file sensord

2015-10-19 Thread Li xin
From: Li Xin <lixin.f...@cn.fujitsu.com> It is needed to start sensord.service. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../recipes-support/lm_sensors/lmsensors-config/sensord | 16 .../recipes-support/lm_sensors/lmsensors-config_1.0.bb | 5 ++

[oe] [meta-oe][PATCH] lmsensors: remove unused service file

2015-10-19 Thread Li xin
From: Li Xin <lixin.f...@cn.fujitsu.com> * Upstream ships a systemd service file sensord.service now, so we don't need this anymore. * Install lm_sensors.service and fancontrol.service to support systemd systems. lm_sensors.service: Initialize hardware monitoring sensors. fancontrol.s

[oe] [meta-oe][PATCH] iptraf: add new recipe

2015-10-08 Thread Li xin
From: Li Xin <lixin.f...@cn.fujitsu.com> IPTraf is a console-based network statistics utility for Linux. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../0001-src-Fix-error-in-cross-compile.patch | 138 + meta-oe/recipes-devtools/iptraf/iptraf_3.0.0

Re: [oe] [meta-networking][PATCH] postfix: Add Linux 4.0 Support

2015-08-28 Thread Li, Xin
, Xin/李 欣 Sent: Wednesday, August 26, 2015 6:21 PM To: openembedded-devel@lists.openembedded.org Cc: gyu...@freemail.hu; Li, Xin/李 欣 Subject: [oe][meta-networking][PATCH] postfix: Add Linux 4.0 Support Modify makedefs.patch to make it compilable on 4.0 kernel. Signed-off-by: Li Xin lixin.f

[oe] [meta-networking][PATCH] postfix: 3.0.1 - 3.0.2

2015-08-28 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../recipes-daemons/postfix/{postfix_3.0.1.bb = postfix_3.0.2.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-networking/recipes-daemons/postfix/{postfix_3.0.1.bb = postfix_3.0.2.bb} (12%) diff --git a/meta

[oe] [meta-oe][PATCH] networkmanager: disable service by default and WARNING Fix

2015-08-27 Thread Li xin
/NetworkManager Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta-oe/recipes-connectivity/networkmanager

[oe] [meta-networking][PATCH] postfix: Add Linux 4.0 Support

2015-08-26 Thread Li xin
Modify makedefs.patch to make it compilable on 4.0 kernel. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../recipes-daemons/postfix/files/makedefs.patch | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/meta-networking/recipes-daemons/postfix

[oe] [meta-networking][PATCH] net-snmp: upgrade 5.7.2.1 - 5.7.3

2015-08-21 Thread Li xin
a new patch to avoid build Errors. --0001-config_os_headers-Error-Fix.patch Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../recipes-protocols/net-snmp/files/ifmib.patch | 66 --- ...s-for-printing-variables-with-wrong-types.patch | 455 - .../net-snmp/net-snmp/0001

[oe] [meta-networking][PATCH] drbd: upgrade 8.4.4 - 8.9.3

2015-08-20 Thread Li xin
. * Dropped drbd.service,since it is provided by Upstream. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- ...1-Makefile.in-don-t-compile-documentation.patch | 38 ++ .../drbd/{drbd_8.4.4.bb = drbd-utils_8.9.3.bb}| 35 +++- .../recipes-support/drbd/drbd

[oe] [meta-oe][PATCH] libjs-sizzle: upgrade 1.9.3 - 1.10.18

2015-08-19 Thread Li xin
* Modify SRC_URI to avoid do_fetch failed. * Modify LICENSE file,and the LICENSE has been changed. * Replace the hardcoded strings /usr/share Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- ...bjs-sizzle_1.9.3.bb = libjs-sizzle_1.10.18.bb} | 24 ++ 1 file changed, 11

[oe] [meta-python][PATCH] python-lxml: upgrade 3.2.5 - 3.4.4

2015-08-16 Thread Li xin
. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../python-lxml-3.2.5-fix-CVE-2014-3146.patch | 91 -- .../{python-lxml_3.2.5.bb = python-lxml_3.4.4.bb} | 9 +-- 2 files changed, 4 insertions(+), 96 deletions(-) delete mode 100644 meta-python/recipes-devtools/python

[oe] [meta-networking][PATCH v2] netcf: upgrade 0.2.3 - 0.2.8

2015-08-07 Thread Li xin
add systemd support for netcf Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta-networking/recipes-support/netcf/netcf_git.bb | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/meta-networking/recipes-support/netcf/netcf_git.bb b/meta-networking

[oe] [meta-oe][PATCH] libjs-jquery: upgrade 1.7.1 - 1.7.2

2015-08-07 Thread Li xin
LICENSE has been changed. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../libjs/{libjs-jquery_1.7.1.bb = libjs-jquery_1.7.2.bb} | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) rename meta-oe/recipes-support/libjs/{libjs-jquery_1.7.1.bb = libjs-jquery_1.7.2.bb} (72

Re: [oe] [meta-networking][PATCH v2] geoip: upgrade 1.6.0 - 1.6.6

2015-08-06 Thread Li, Xin
- 1.6.6 On Wed, Aug 5, 2015 at 6:30 PM, Li xin lixin.f...@cn.fujitsu.com wrote: *Modify SRC_URI. why do switch to git instead of tarball ? *Modify chksum of file COPYING and LICENSE,since the context changed. why did checksums change? you need to explain that OK, Patch v3 will be sent

[oe] [meta-python][PATCH] python-pip: upgrade 1.5.6 - 7.1.0

2015-08-06 Thread Li xin
Version numbers are now simply X.Y where the leading 1 has been dropped. Reference: https://github.com/pypa/pip/blob/develop/CHANGES.txt Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../python/{python-pip_1.5.6.bb = python-pip_7.1.0.bb} | 4 ++-- 1 file changed, 2 insertions

[oe] [meta-python][PATCH] python-pyopenssl: upgrade 0.13 - 0.15.1

2015-08-06 Thread Li xin
-by: Li Xin lixin.f...@cn.fujitsu.com --- .../python-pyopenssl-0.13/x509_revoked_dup.patch | 19 --- ...n-pyopenssl_0.13.bb = python-pyopenssl_0.15.1.bb} | 10 +- 2 files changed, 5 insertions(+), 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python

[oe] [meta-networking][PATCH v3] geoip: upgrade 1.6.0 - 1.6.6

2015-08-06 Thread Li xin
*Modify SRC_URI. *Modify chksum of file COPYING and LICENSE,since year changed, and the LICENSE explanation for file base64.c, md5.c and types.h was deleted.But the LICENSE has not been changed. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../recipes-support/geoip/{geoip_1.6.0.bb

[oe] [meta-oe][PATCH v3] pcsc-lite: upgrade 1.8.6 - 1.8.13

2015-08-06 Thread Li xin
* Remove PR * Modify chksum of COYING,since the explain of GPLv3+ is added, but the LICENSE has not been changed. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../pcsc-lite/{pcsc-lite_1.8.6.bb = pcsc-lite_1.8.13.bb}| 9 - 1 file changed, 4 insertions(+), 5 deletions

[oe] [meta-networking][PATCH] geoip: upgrade 1.6.0 - 1.6.6

2015-08-05 Thread Li xin
*Modify SRC_URI. *Modify chksum of file COPYING and LICENSE,since the context changed. But the LICENSE has not been changed. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../recipes-support/geoip/{geoip_1.6.0.bb = geoip_1.6.6.bb} | 9 + 1 file changed, 5 insertions(+), 4

[oe] [meta-networking][PATCH v2] geoip: upgrade 1.6.0 - 1.6.6

2015-08-05 Thread Li xin
*Modify SRC_URI. *Modify chksum of file COPYING and LICENSE,since the context changed. But the LICENSE has not been changed. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../recipes-support/geoip/{geoip_1.6.0.bb = geoip_1.6.6.bb} | 12 +--- 1 file changed, 5 insertions(+), 7

[oe] [meta-oe][PATCH] takao-fonts: upgrade 003.02.01 - 003.03.01

2015-08-04 Thread Li xin
The SRC_URI has been changed. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../{takao-fonts_003.02.01.bb = takao-fonts_003.03.01.bb} | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) rename meta-oe/recipes-graphics/takao-fonts/{takao-fonts_003.02.01.bb = takao

[oe] [meta-oe][PATCH] luajit: upgrade 2.0.3 - 2.0.4

2015-08-04 Thread Li xin
License COPYRIGHT year changed. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../recipes-devtools/luajit/{luajit_2.0.3.bb = luajit_2.0.4.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/luajit/{luajit_2.0.3.bb = luajit_2.0.4.bb} (87

[oe] [meta-oe][PATCH] pcsc-lite: upgrade 1.8.6 - 1.8.13

2015-08-04 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../pcsc-lite/{pcsc-lite_1.8.6.bb = pcsc-lite_1.8.13.bb}| 9 - 1 file changed, 4 insertions(+), 5 deletions(-) rename meta-oe/recipes-support/pcsc-lite/{pcsc-lite_1.8.6.bb = pcsc-lite_1.8.13.bb} (69%) diff --git a/meta-oe

[oe] [meta-oe][PATCH v2] pcsc-lite: upgrade 1.8.6 - 1.8.13

2015-08-04 Thread Li xin
* Remove PR * Modify chksum of COYING,since the explanation of GPLv3+ is added, but the LICENSE has not been changed. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../pcsc-lite/{pcsc-lite_1.8.6.bb = pcsc-lite_1.8.13.bb}| 9 - 1 file changed, 4 insertions(+), 5 deletions

[oe] [meta-oe][PATCH] gradm: upgrade 3.0 - 3.1

2015-08-04 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta-oe/recipes-support/gradm/{gradm_3.0.bb = gradm_3.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/gradm/{gradm_3.0.bb = gradm_3.1.bb} (89%) diff --git a/meta-oe/recipes-support/gradm

Re: [oe] [meta-oe][PATCH] numactl: upgrade 2.0.9 - 2.0.10

2015-08-03 Thread Li, Xin
Hi, Yi, Thank you very much for doing test for me. I can reproduce the error. Patch V2 will be sent. Cheers, Li -Original Message- From: Yi Zhao [mailto:yi.z...@windriver.com] Sent: Monday, August 03, 2015 5:15 PM To: Li, Xin/李 欣 Cc: openembedded-devel@lists.openembedded.org Subject: Re

Re: [oe] [meta-oe][PATCH] numactl: upgrade 2.0.9 - 2.0.10

2015-08-03 Thread Li, Xin
-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Li, Xin Sent: Tuesday, August 04, 2015 10:18 AM To: Yi Zhao Cc: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH] numactl: upgrade 2.0.9 - 2.0.10 Hi, Yi, Thank you

[oe] [meta-oe][PATCH 2/2] ttf-dejavu: upgrade 2.23 - 2.35

2015-08-02 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../ttf-fonts/{ttf-dejavu_2.23.bb = ttf-dejavu_2.35.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/ttf-fonts/{ttf-dejavu_2.23.bb = ttf-dejavu_2.35.bb} (92%) diff --git a/meta-oe

[oe] [meta-oe][PATCH 1/2] tk: upgrade 8.6.0 - 8.6.4

2015-08-02 Thread Li xin
update content of non-linux.diff Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../configure.use.fontconfig.with.xft.patch| 0 .../tcltk/{tk-8.6.0 = tk}/confsearch.diff | 0 .../tcltk/{tk-8.6.0 = tk}/fix-xft.diff| 0 .../tcltk/{tk-8.6.0 = tk}/non-linux.diff

[oe] [meta-networking][PATCH] opensaf: upgrade 4.5.0 - 4.6.0

2015-07-31 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../recipes-daemons/opensaf/{opensaf_4.5.0.bb = opensaf_4.6.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-daemons/opensaf/{opensaf_4.5.0.bb = opensaf_4.6.0.bb} (94%) diff --git a/meta

[oe] [meta-oe][PATCH] smartmontools: upgrade 6.2 - 6.4

2015-07-31 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../smartmontools/{smartmontools_6.2.bb = smartmontools_6.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/smartmontools/{smartmontools_6.2.bb = smartmontools_6.4.bb} (93%) diff --git a/meta

[oe] [meta-oe][PATCH 5/8] xlsatoms: upgrade 1.1.1 - 1.1.2

2015-07-30 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../xorg-app/{xlsatoms_1.1.1.bb = xlsatoms_1.1.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xlsatoms_1.1.1.bb = xlsatoms_1.1.2.bb} (73%) diff --git a/meta-oe/recipes

[oe] [meta-oe][PATCH 7/8] xterm: upgrade 303 - 308

2015-07-30 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta-oe/recipes-graphics/xorg-app/{xterm_303.bb = xterm_308.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xterm_303.bb = xterm_308.bb} (86%) diff --git a/meta-oe/recipes-graphics/xorg

[oe] [meta-oe][PATCH 8/8] twm: upgrade 1.0.8 - 1.0.9

2015-07-30 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta-oe/recipes-graphics/xorg-app/{twm_1.0.8.bb = twm_1.0.9.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{twm_1.0.8.bb = twm_1.0.9.bb} (74%) diff --git a/meta-oe/recipes-graphics/xorg

[oe] [meta-oe][PATCH 6/8] xlsfonts: upgrade 1.0.4 - 1.0.5

2015-07-30 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../xorg-app/{xlsfonts_1.0.4.bb = xlsfonts_1.0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xlsfonts_1.0.4.bb = xlsfonts_1.0.5.bb} (65%) diff --git a/meta-oe/recipes

[oe] [meta-oe][PATCH 1/8] xf86-input-void: upgrade 1.4.0 - 1.4.1

2015-07-30 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../{xf86-input-void_1.4.0.bb = xf86-input-void_1.4.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-driver/{xf86-input-void_1.4.0.bb = xf86-input-void_1.4.1.bb} (58%) diff --git

[oe] [meta-oe][PATCH 2/8] xgamma: upgrade 1.0.5 - 1.0.6

2015-07-30 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../recipes-graphics/xorg-app/{xgamma_1.0.5.bb = xgamma_1.0.6.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xgamma_1.0.5.bb = xgamma_1.0.6.bb} (71%) diff --git a/meta-oe/recipes

[oe] [meta-oe][PATCH 4/8] xkbprint: upgrade 1.0.3 - 1.0.4

2015-07-30 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../xorg-app/{xkbprint_1.0.3.bb = xkbprint_1.0.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xkbprint_1.0.3.bb = xkbprint_1.0.4.bb} (71%) diff --git a/meta-oe/recipes

[oe] [meta-oe][PATCH 3/8] xkbevd: upgrade 1.1.3 - 1.1.4

2015-07-30 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../recipes-graphics/xorg-app/{xkbevd_1.1.3.bb = xkbevd_1.1.4.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xkbevd_1.1.3.bb = xkbevd_1.1.4.bb} (71%) diff --git a/meta-oe/recipes

[oe] [meta-oe][PATCH] mailcap: upgrade 2.1.43 - 2.1.44

2015-07-30 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../mailcap/{mailcap_2.1.43.bb = mailcap_2.1.44.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/mailcap/{mailcap_2.1.43.bb = mailcap_2.1.44.bb} (83%) diff --git a/meta-oe/recipes

[oe] [meta-python][PATCH] python-m2crypto: Error fix for swig = 3.0.5

2015-07-30 Thread Li xin
-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../python-m2crypto/0001-M2Crypto-Error-fix.patch | 162 + .../python/python-m2crypto_0.21.1.bb | 3 +- 2 files changed, 164 insertions(+), 1 deletion(-) create mode 100644 meta-python/recipes-devtools/python/python

[oe] [meta-oe][PATCH] iotop: upgrade 0.4.4 - 0.6

2015-07-30 Thread Li xin
From: zhangpanpan zhangpp-f...@cn.fujitsu.com Signed-off-by: Zhang Panpanzhangpp-f...@cn.fujitsu.com --- meta-oe/recipes-extended/iotop/{iotop_0.4.4.bb = iotop_0.6.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-extended/iotop/{iotop_0.4.4.bb =

[oe] [meta-oe][PATCH] libdbi: upgrade 0.8.4 - 0.9.0

2015-07-30 Thread Li xin
From: zhangpanpan zhangpp-f...@cn.fujitsu.com Signed-off-by: Zhang Panpanzhangpp-f...@cn.fujitsu.com --- meta-oe/recipes-support/libdbi/libdbi_0.8.4.bb | 6 -- meta-oe/recipes-support/libdbi/libdbi_0.9.0.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH] ccid: upgrade 1.4.8 - 1.4.19

2015-07-30 Thread Li xin
From: zhangpanpan zhangpp-f...@cn.fujitsu.com Signed-off-by: Zhang Panpanzhangpp-f...@cn.fujitsu.com --- meta-oe/recipes-support/ccid/{ccid_1.4.8.bb = ccid_1.4.19.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/ccid/{ccid_1.4.8.bb =

[oe] [meta-oe][PATCH] dracut: upgrade 38 - 43

2015-07-29 Thread Li xin
From: zhangpanpan zhangpp-f...@cn.fujitsu.com Signed-off-by: Zhang Panpanzhangpp-f...@cn.fujitsu.com --- meta-initramfs/recipes-devtools/dracut/dracut_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb

[oe] [meta-networking][PATCH] quagga: upgrade 0.99.23 - 0.99.24.1

2015-07-29 Thread Li xin
Remove --enable-ipv6 to avoid build warning like this: WARNING: QA Issue: quagga: configure was passed unrecognised options: --enable-ipv6 [unknown-configure-option] Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta-networking/recipes-protocols/quagga/quagga.inc | 1

[oe] [meta-oe][PATCH] iceauth: upgrade 1.0.6 - 1.0.7

2015-07-29 Thread Li xin
From: zhangpanpan zhangpp-f...@cn.fujitsu.com Signed-off-by: Zhang Panpanzhangpp-f...@cn.fujitsu.com --- .../recipes-graphics/xorg-app/{iceauth_1.0.6.bb = iceauth_1.0.7.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{iceauth_1.0.6.bb =

Re: [oe] [meta-oe][PATCH] dracut: upgrade 38 - 43

2015-07-29 Thread Li, Xin
: Wednesday, July 29, 2015 2:38 PM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH] dracut: upgrade 38 - 43 Hi Xin, I had sent the patch to upgrade dracut already. Thanks, Kai On 2015年07月29日 22:28, Li xin wrote: From: zhangpanpan zhangpp-f

[oe] [meta-networking][PATCH 3/4] stunnel: upgrade 5.17 - 5.21

2015-07-29 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../recipes-support/stunnel/{stunnel_5.17.bb = stunnel_5.21.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/stunnel/{stunnel_5.17.bb = stunnel_5.21.bb} (82%) diff --git a/meta

[oe] [meta-oe][PATCH 2/4] setxkbmap: upgrade 1.3.0 - 1.3.1

2015-07-29 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../xorg-app/{setxkbmap_1.3.0.bb = setxkbmap_1.3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{setxkbmap_1.3.0.bb = setxkbmap_1.3.1.bb} (78%) diff --git a/meta-oe

[oe] [meta-oe][PATCH 4/4] tiptop: upgrade 2.2 - 2.3

2015-07-29 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta-oe/recipes-extended/tiptop/{tiptop_2.2.bb = tiptop_2.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/tiptop/{tiptop_2.2.bb = tiptop_2.3.bb} (87%) diff --git a/meta-oe/recipes-extended/tiptop

[oe] [meta-oe][PATCH] polkit: 0.112 - 0.113

2015-07-28 Thread Li xin
Remove 0001-configure.ac-Check-only-for-libsystemd-not-libsystem.patch, it is not needed anymore. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- ...c-Check-only-for-libsystemd-not-libsystem.patch | 39 -- meta-oe/recipes-extended/polkit/polkit_0.112.bb| 47

[oe] [meta-networking][PATCH 1/3] netcf: upgrade 0.2.3 - 0.2.8

2015-07-27 Thread Li xin
Add --with-sysinit=systemd to support for systemd init script. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta-networking/recipes-support/netcf/netcf_git.bb | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/meta-networking/recipes-support/netcf

[oe] [meta-networking][PATCH 3/3] openvpn: upgrade 2.3.6 - 2.3.7

2015-07-27 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../recipes-support/openvpn/{openvpn_2.3.6.bb = openvpn_2.3.7.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/openvpn/{openvpn_2.3.6.bb = openvpn_2.3.7.bb} (95%) diff --git a/meta

[oe] [meta-networking][PATCH 2/3] radvd: upgrade 1.14 - 2.11

2015-07-27 Thread Li xin
Changes can be found at http://www.litech.org/radvd/CHANGES-2.txt Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta-networking/recipes-daemons/radvd/radvd_1.14.bb | 6 -- meta-networking/recipes-daemons/radvd/radvd_2.11.bb | 5 + 2 files changed, 5 insertions(+), 6 deletions

[oe] [meta-oe][PATCH] openldap: upgrade 2.4.40 - 2.4.41

2015-07-26 Thread Li xin
1) Dropped backported patches(commit-id): -0001-ITS-8027-require-non-empty-AttributeList.patch(c32e747) -0001-ITS-8046-fix-vrFilter_free.patch(2f1a2dd) 2) Update the checksum of COPYRIGHT,since the date in it has been changed, but the LICENSE has not been changed. Signed-off-by: Li Xin lixin.f

[oe] [meta-oe][PATCH] numactl: upgrade 2.0.9 - 2.0.10

2015-07-24 Thread Li xin
but not shipped in any package Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../numactl/Fix-the-test-output-format.patch | 41 -- .../{numactl_2.0.9.bb = numactl_2.0.10.bb}| 8 ++--- 2 files changed, 27 insertions(+), 22 deletions(-) rename meta-oe/recipes

[oe] [meta-oe][PATCH] opensc: upgrade 0.14.0 - 0.15.0

2015-07-24 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta-oe/recipes-support/opensc/{opensc_0.14.0.bb = opensc_0.15.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/opensc/{opensc_0.14.0.bb = opensc_0.15.0.bb} (89%) diff --git a/meta-oe/recipes

[oe] [meta-networking][PATCH] ntp: upgrade 4.2.8p2 - 4.2.8p3

2015-07-23 Thread Li xin
4.2.8p3 fixed CVE-2015-5146 and Bugs. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../recipes-support/ntp/{ntp_4.2.8p2.bb = ntp_4.2.8p3.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/ntp/{ntp_4.2.8p2.bb = ntp_4.2.8p3.bb

  1   2   >