[OE-core] [PATCH 0/1] rpm:fix bug 1769

2011-12-27 Thread Mei Lei
): coreutils: ensure --color works so DEPEND on libcap are available in the git repository at: git://git.pokylinux.org/poky-contrib lmei3/bug1769 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/bug1769 Mei Lei (1): rpm: Fix rpm database files capacity issue. meta

[OE-core] [PATCH 1/1] rpm: Fix rpm database files capacity issue.

2011-12-27 Thread Mei Lei
Tune the __db* size in DB_CONFIG. This will reduce the __db* size from 62MB to 26MB in qemu. [YOCTO #1769] Signed-off-by: Mei Lei --- meta/classes/rootfs_rpm.bbclass |3 +++ meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch | 19 +++ meta/recipes

[OE-core] [PATCH 2/2] distro_tracking_fields: Update curl info and fix other recipes' typo issues

2011-12-21 Thread Mei Lei
Signed-off-by: Mei Lei --- .../conf/distro/include/distro_tracking_fields.inc | 30 ++-- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index ba261be

[OE-core] [PATCH 1/2] curl: Upgrade from 7.22.0 to 7.23.1

2011-12-21 Thread Mei Lei
Signed-off-by: Mei Lei --- .../curl/{curl_7.22.0.bb => curl_7.23.1.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.22.0.bb => curl_7.23.1.bb} (92%) diff --git a/meta/recipes-support/curl/curl_7.22.0.bb b/meta/recipes-s

[OE-core] [PATCH 0/2]curl:upgrade from 7.22.0 to 7.23.1 and fix some typo issues.

2011-12-21 Thread Mei Lei
): multilib.conf: Enable shadow-sysroot and libffi are available in the git repository at: git://git.pokylinux.org/poky-contrib lmei3/upgrade-1 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/upgrade-1 Mei Lei (2): curl: Upgrade from 7.22.0 to 7.23.1 distro_tracking_fields

Re: [OE-core] [PATCH 0/1]Fix inappropriate default protocal in distrodata.bbclass

2011-12-08 Thread Mei, Lei
Subject: Re: [OE-core] [PATCH 0/1]Fix inappropriate default protocal in >distrodata.bbclass > >On Tue, 2011-12-06 at 17:09 +0800, Mei Lei wrote: >> Hi all, >> Some git repo recipes use rsync protocal as their default protocal, >> this will >lead errors when checking

[OE-core] [PATCH 0/2]dropbear:Upgrade from 0.53.1 to 2011.54

2011-12-07 Thread Mei Lei
-contrib/log/?h=lmei3/dropbear Mei Lei (2): dropbear: Upgrade from 0.53.1 to 2011.54 distro_tracking_fields.inc: Update dropbear,iproute2,net-tools tracking information. .../conf/distro/include/distro_tracking_fields.inc | 19 --- .../configure.patch

[OE-core] [PATCH 2/2] distro_tracking_fields.inc: Update dropbear, iproute2, net-tools tracking information.

2011-12-07 Thread Mei Lei
Signed-off-by: Mei Lei --- .../conf/distro/include/distro_tracking_fields.inc | 19 ++- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index f53fffa

[OE-core] [PATCH 1/2] dropbear: Upgrade from 0.53.1 to 2011.54

2011-12-07 Thread Mei Lei
This new version added ALLOW_BLANK_PASSWORD option. So change the allow-nopw.patch content to enable this function. Signed-off-by: Mei Lei --- .../configure.patch|0 .../dropbear/dropbear/allow-nopw.patch | 55 ++-- meta/recipes

Re: [OE-core] [PATCH 1/1] Fix some recipes upstream version check issue

2011-12-06 Thread Mei, Lei
gt;Cc: openembedded-c...@openembedded.org >Subject: Re: [OE-core] [PATCH 1/1] Fix some recipes upstream version check >issue > >On Thu, 2011-12-01 at 16:54 +0800, Mei Lei wrote: >> Some recipes didn't declare what protocal they use to check the upstream >version, this will due to

[OE-core] [PATCH 1/1] distrodata.bbclass:Fix some recipes upstream version check issue.

2011-12-06 Thread Mei Lei
Some recipes,like rt-tests,clutter-box2d,iproute2,didn't declare upstream protocal, but in distrodata.bbclass, we use rsync as the default protocal, this will lead an error when checking upstream version. Change default protocal from rsync to git in distrodata.bbclass. Signed-off-by: Me

[OE-core] [PATCH 0/1]Fix inappropriate default protocal in distrodata.bbclass

2011-12-06 Thread Mei Lei
0a7a8597be05c8def8af58eecab49d963dc9d757: Richard Purdie (1): libsdl: Disable pulseaudio explicitly are available in the git repository at: git://git.pokylinux.org/poky-contrib lmei3/fix-protocal http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/fix-protocal Mei Lei (1): distrodata.bbclass:Fix some recipes

[OE-core] [PATCH 1/1] Fix some recipes upstream version check issue

2011-12-01 Thread Mei Lei
Some recipes didn't declare what protocal they use to check the upstream version, this will due to some errors. Fix this by add the protocal at the end of the SRC_URI. Signed-off-by: Mei Lei --- .../iproute2/iproute2_3.1.0.bb |2 +- meta/recipes-graphics/clutter/cl

[OE-core] [PATCH 0/1]Fix some recipes check upstream version issue

2011-12-01 Thread Mei Lei
ommit f4efaa0f472b4bf0ba0a0297cc9ecc8b5a671f72: Martin Jansa (1): squashfs-tools: fix PR, those should start with 'r' are available in the git repository at: git://git.pokylinux.org/poky-contrib lmei3/fix-upver-check http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/fix-upver-check Mei Lei

[OE-core] [PATCH 3/3] distro_tracking_fields.inc: Update dropbear, iproute2, net-tools tracking information.

2011-11-29 Thread Mei Lei
Signed-off-by: Mei Lei --- .../conf/distro/include/distro_tracking_fields.inc | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index c07341e

[OE-core] [PATCH 2/3] dropbear: Upgrade from 0.53.1 to 2011.54

2011-11-29 Thread Mei Lei
Signed-off-by: Mei Lei --- .../configure.patch|0 meta/recipes-core/dropbear/dropbear.inc|8 .../dropbear/dropbear/allow-nopw.patch | 40 meta/recipes-core/dropbear/dropbear_0.53.1.bb |6

[OE-core] [PATCH 1/3] iproute2: Upgrade from 3.0.0 to 3.1.0

2011-11-29 Thread Mei Lei
Signed-off-by: Mei Lei --- .../configure-cross.patch |0 .../{iproute2_3.0.0.bb => iproute2_3.1.0.bb} |4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2-3.0.0 => iproute2-3.1.0}/con

[OE-core] [PATCH 0/3] Recipes upgrade for dropbear,iproute2

2011-11-29 Thread Mei Lei
): qt-mobility: Add missing patch are available in the git repository at: git://git.pokylinux.org/poky-contrib lmei3/upgrade1129 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/upgrade1129 Mei Lei (3): iproute2: Upgrade from 3.0.0 to 3.1.0 dropbear: Upgrade from 0.53.1 to

[OE-core] [PATCH 0/1]rpm: Fix rpm log grows indefinitely issue.

2011-11-17 Thread Mei Lei
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/bug1174 Mei Lei (1): rpm: Flush old logs by change the DB_CONFIG .../recipes-devtools/rpm/rpm/rpm-log-auto-rm.patch | 12 meta/recipes-devtools/rpm/rpm_5.4.0.bb |5 +++-- 2 files changed, 15 insertions(+), 2 deletions

[OE-core] [PATCH 1/1] rpm: Flush old logs by change the DB_CONFIG

2011-11-17 Thread Mei Lei
Fixes [YOCTO #1174] Rpm logs will grow indefinitely, so change the config to flush those old logs. Signed-off-by: Mei Lei --- .../recipes-devtools/rpm/rpm/rpm-log-auto-rm.patch | 12 meta/recipes-devtools/rpm/rpm_5.4.0.bb |5 +++-- 2 files changed, 15 insertions

[OE-core] [PATCH 0/4]Recipe upgrades

2011-09-30 Thread Mei Lei
repository at: git://git.pokylinux.org/poky-contrib lmei3/upgrade-0928 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/upgrade-0928 Mei Lei (4): curl: Upgrade from 7.21.7 to 7.22.0 diffutils: Upgrade from 3.0 to 3.2. dropbear: Upgrade from 0.52 to 0.53.1

[OE-core] [PATCH 3/4] dropbear: Upgrade from 0.52 to 0.53.1

2011-09-30 Thread Mei Lei
Signed-off-by: Mei Lei --- .../configure.patch|0 meta/recipes-core/dropbear/dropbear.inc|1 + .../dropbear/dropbear/allow-nopw.patch | 14 +- .../dropbear-0.53.1-static_build_fix.patch | 29

[OE-core] [PATCH 4/4] distro_tracking_fields.inc: Update upgrade information

2011-09-30 Thread Mei Lei
Update dropbear,diffutils,curl upgrade tracking information. Signed-off-by: Mei Lei --- .../conf/distro/include/distro_tracking_fields.inc | 25 ++- 1 files changed, 13 insertions(+), 12 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta

[OE-core] [PATCH 1/4] curl: Upgrade from 7.21.7 to 7.22.0

2011-09-30 Thread Mei Lei
Signed-off-by: Mei Lei --- .../curl/{curl_7.21.7.bb => curl_7.22.0.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.21.7.bb => curl_7.22.0.bb} (92%) diff --git a/meta/recipes-support/curl/curl_7.21.7.bb b/meta/recipes-s

[OE-core] [PATCH 2/4] diffutils: Upgrade from 3.0 to 3.2.

2011-09-30 Thread Mei Lei
Signed-off-by: Mei Lei --- .../{diffutils_3.0.bb => diffutils_3.2.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/diffutils/{diffutils_3.0.bb => diffutils_3.2.bb} (84%) diff --git a/meta/recipes-extended/diffutils/diffutils_3.0.bb

[OE-core] [PATCH 1/1] init-install.sh: Fix make partition and make file system issues

2011-08-10 Thread Mei Lei
reliability. So use mkpart instead of mkpartfs and only use mkfs.ext3 to create file system. Signed-off-by: Mei Lei --- .../initrdscripts/files/init-install.sh|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/initrdscripts/files/init

[OE-core] [PATCH 0/1]Fix bug 1151

2011-08-10 Thread Mei Lei
/poky-contrib/log/?h=lmei3/bug1151 Mei Lei (1): init-install.sh: Fix make partition and make file system issues .../initrdscripts/files/init-install.sh|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ___ Openembedded-core

[OE-core] [PATCH 0/1]lsb: Fix hard code libdir issue for multilib

2011-08-07 Thread Mei Lei
at: git://git.pokylinux.org/poky-contrib lmei3/lsb http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/lsb Mei Lei (1): lsb: Fix hard code libdir issue for multilib meta/recipes-extended/lsb/lsb_1.4.bb | 18 +- 1 files changed, 9 insertions(+), 9

[OE-core] [PATCH 1/1] lsb: Fix hard code libdir issue for multilib

2011-08-07 Thread Mei Lei
Signed-off-by: Mei Lei --- meta/recipes-extended/lsb/lsb_1.4.bb | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/recipes-extended/lsb/lsb_1.4.bb b/meta/recipes-extended/lsb/lsb_1.4.bb index 2b38232..d472012 100644 --- a/meta/recipes-extended/lsb

[OE-core] [PATCH 0/1]apr-util: disable pqsql support to avoid configure error

2011-08-04 Thread Mei Lei
ei The following changes since commit 8a731122e7811275f20065ba27645b97fadf362d: Richard Purdie (1): eglibc: Fix patch merge breakage are available in the git repository at: git://git.pokylinux.org/poky-contrib lmei3/apr-util http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=l

[OE-core] [PATCH 1/1] apr-util: disable pqsql support to avoid configure error

2011-08-04 Thread Mei Lei
The pqsql config script will check host path and add host paths to compiler and linker options: adding "-I/usr/include/postgresql" to CPPFLAGS adding "-L/usr/lib" to LDFLAGS Disable pqsql support since we didn't use this feature in other recipes. Signed-off-by: M

Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-08-01 Thread Mei, Lei
[OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue > >On (01/08/11 20:41), Mei, Lei wrote: >> >> > >> >You're patching python-native, not python, which means the host python >> >and not the target python. >> >> Yes, but I th

Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-08-01 Thread Mei, Lei
e] [PATCH 1/1] python-native: Fix a compiler finding issue > >On 07/28/2011 11:58 PM, Mei, Lei wrote: >> >> >>> -Original Message- >>> From: openembedded-core-boun...@lists.openembedded.org >>> [mailto:openembedded-core-boun...@lists.openembedded.or

[OE-core] [PATCH 0/1]aspell: upgrade from 0.60.6 to 0.60.6.1

2011-07-31 Thread Mei Lei
git repository at: git://git.pokylinux.org/poky-contrib lmei3/upgrade-0730 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/upgrade-0730 Mei Lei (1): aspell: upgrade from 0.60.6 to 0.60.6.1 .../{aspell_0.60.6.bb => aspell_0.60.6.1.bb} |6 +++--- 1 files changed

[OE-core] [PATCH 1/1] aspell: upgrade from 0.60.6 to 0.60.6.1

2011-07-31 Thread Mei Lei
Signed-off-by: Mei Lei --- .../{aspell_0.60.6.bb => aspell_0.60.6.1.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/aspell/{aspell_0.60.6.bb => aspell_0.60.6.1.bb} (82%) diff --git a/meta/recipes-support/aspell/aspell_0.60.6.bb

Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-07-29 Thread Mei, Lei
e] [PATCH 1/1] python-native: Fix a compiler finding issue > >On 07/28/2011 06:15 PM, Mei, Lei wrote: >> >> >>> -Original Message- >>> From: openembedded-core-boun...@lists.openembedded.org >>> [mailto:openembedded-core-boun...@lists.openembedded.org]

Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-07-28 Thread Mei, Lei
e] [PATCH 1/1] python-native: Fix a compiler finding issue > >On 07/28/2011 12:20 AM, Mei Lei wrote: >> The CC variable sometimes add option information after compiler name, but >python can't get the real compiler name if those information added. >> Fix this issue by droppi

[OE-core] [PATCH 0/1]python-native: Fix a compiler finding issue

2011-07-28 Thread Mei Lei
chard Purdie (1): Move architecture specific TARGET_OS mangling into tune files are available in the git repository at: git://git.pokylinux.org/poky-contrib lmei3/python-pycairo http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/python-pycairo Mei Lei (1): python-native

[OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-07-28 Thread Mei Lei
The CC variable sometimes add option information after compiler name, but python can't get the real compiler name if those information added. Fix this issue by dropping the option information when finding compiler name. Signed-off-by: Mei Lei --- .../python/python-native/unixccompiler.

[OE-core] [PATCH 0/1]perl-dynloader.patch: Fix libdir issue for multilib

2011-07-24 Thread Mei Lei
are available in the git repository at: git://git.pokylinux.org/poky-contrib lmei3/ml-perl http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/ml-perl Mei Lei (1): perl-dynloader.patch: Fix multilib issue for perl .../perl/perl-5.12.3/perl-dynloader.patch |2 +- 1 files

[OE-core] [PATCH 1/1] perl-dynloader.patch: Fix multilib issue for perl

2011-07-24 Thread Mei Lei
The perl-dynloader.patch can't support lib64 lib32, libx32, etc. Relax the regular expression to fix this issue. Signed-off-by: Mei Lei --- .../perl/perl-5.12.3/perl-dynloader.patch |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools

[OE-core] [PATCH 0/1]dhcp: Fix hard coded libdir issue for multilib

2011-07-21 Thread Mei Lei
://git.pokylinux.org/poky-contrib lmei3/multilib-lsb-v2 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/multilib-lsb-v2 Mei Lei (1): dhcp: Fix libdir issue for multilib .../dhcp/dhcp-4.2.0/fix-external-bind.patch| 14 +++--- meta/recipes-connectivity/dhcp/dhcp4

[OE-core] [PATCH 1/1] dhcp: Fix libdir issue for multilib

2011-07-21 Thread Mei Lei
Signed-off-by: Mei Lei --- .../dhcp/dhcp-4.2.0/fix-external-bind.patch| 14 +++--- meta/recipes-connectivity/dhcp/dhcp4.inc |2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.0/fix-external-bind.patch b

Re: [OE-core] [PATCH 2/2] perl-dynloader.patch: Fix libdir issue for multilib

2011-07-21 Thread Mei, Lei
Re: [OE-core] [PATCH 2/2] perl-dynloader.patch: Fix libdir issue for >multilib > >On Wed, 2011-07-20 at 16:48 +0800, Mei Lei wrote: >> The perl-dynloader.patch can't support /usr/lib64, change the regular >expression to support multilib. >> >> Signed-off-by: Mei L

[OE-core] [PATCH 0/2]multilib: Change hard coded /usr/lib path

2011-07-20 Thread Mei Lei
available in the git repository at: git://git.pokylinux.org/poky-contrib lmei3/multilib-lsb http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/multilib-lsb Mei Lei (2): lsbsetup_1.0.bb: Change the hardcoded /usr/lib to support multilib perl-dynloader.patch: Fix libdir issue for

[OE-core] [PATCH 2/2] perl-dynloader.patch: Fix libdir issue for multilib

2011-07-20 Thread Mei Lei
The perl-dynloader.patch can't support /usr/lib64, change the regular expression to support multilib. Signed-off-by: Mei Lei --- .../perl/perl-5.12.3/perl-dynloader.patch |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/perl/perl-5

[OE-core] [PATCH 1/2] lsbsetup_1.0.bb: Change the hardcoded /usr/lib to support multilib

2011-07-20 Thread Mei Lei
Signed-off-by: Mei Lei --- meta/recipes-extended/lsb/lsbsetup_1.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/lsb/lsbsetup_1.0.bb b/meta/recipes-extended/lsb/lsbsetup_1.0.bb index 4295805..03f8012 100644 --- a/meta/recipes-extended/lsb

[OE-core] [PATCH 3/3] distro_tracking_fields.inc: Update recipes upgrade and manual check information

2011-07-05 Thread Mei Lei
upgrade: gawk, gupnp manual check: diffutils Signed-off-by: Mei Lei --- .../conf/distro/include/distro_tracking_fields.inc | 17 + 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include

[OE-core] [PATCH 2/3] gawk: Upgrade from 3.1.8 to 4.0.0

2011-07-05 Thread Mei Lei
Signed-off-by: Mei Lei --- .../gawk/{gawk_3.1.8.bb => gawk_4.0.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/gawk/{gawk_3.1.8.bb => gawk_4.0.0.bb} (85%) diff --git a/meta/recipes-extended/gawk/gawk_3.1.8.bb b/meta/recipes-ex

[OE-core] [PATCH 1/3] gupnp: Upgrade from 0.16.0 to 0.16.1

2011-07-05 Thread Mei Lei
Add introspection.patch from gssdp due to more strict compiler checks in new version Signed-off-by: Mei Lei --- .../gupnp/gupnp-0.16.1/introspection.patch | 104 .../gupnp/{gupnp_0.16.0.bb => gupnp_0.16.1.bb} |7 +- 2 files changed, 108 insertions(+)

[OE-core] [PATCH 0/3]upgrade recipes

2011-07-05 Thread Mei Lei
/upgrade-0704 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/upgrade-0704 Mei Lei (3): gupnp: Upgrade from 0.16.0 to 0.16.1 gawk: Upgrade from 3.1.8 to 4.0.0 distro_tracking_fields.inc: Update recipes upgrade and manual check information .../conf/distro/include

[OE-core] [PATCH 1/1] curl: Upgrade from 7.21.6 to 7.21.7

2011-07-03 Thread Mei Lei
Signed-off-by: Mei Lei --- .../curl/{curl_7.21.6.bb => curl_7.21.7.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.21.6.bb => curl_7.21.7.bb} (92%) diff --git a/meta/recipes-support/curl/curl_7.21.6.bb b/meta/recipes-s

[OE-core] [PATCH 2/2] distro_tracking_fields.inc: update recipes upgrade information

2011-07-03 Thread Mei Lei
Signed-off-by: Mei Lei --- .../conf/distro/include/distro_tracking_fields.inc | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index ad64581..f6ae137

[OE-core] [PATCH 1/2] coreutils: Upgrade from 8.9 to 8.12

2011-07-03 Thread Mei Lei
Signed-off-by: Mei Lei --- .../{coreutils_8.9.bb => coreutils_8.12.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/coreutils/{coreutils_8.9.bb => coreutils_8.12.bb} (95%) diff --git a/meta/recipes-core/coreutils/coreutils_8.9.bb

[OE-core] [PATCH 0/2]coreutils: Upgrade from 8.9 to 8.12

2011-07-03 Thread Mei Lei
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/coreutils Mei Lei (2): coreutils: Upgrade from 8.9 to 8.12 distro_tracking_fields.inc: update recipes upgrade information .../conf/distro/include/distro_tracking_fields.inc | 12 ++-- .../{coreutils_8.9.bb

[OE-core] [PATCH 0/1]curl: Upgrade from 7.21.6 to 7.21.7

2011-07-03 Thread Mei Lei
Mei Lei (1): curl: Upgrade from 7.21.6 to 7.21.7 .../curl/{curl_7.21.6.bb => curl_7.21.7.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.21.6.bb => curl_7.21.7.b

[OE-core] [PATCH 0/1]distrodata.bbclass:Get the extend recipe's information from nonbbextended recipe

2011-06-20 Thread Mei Lei
changes since commit 2163461ec94528ecf046a04edc5db3d2dd3a6b8b: Tom Zanussi (1): systemtap: remove non-core COMPATIBLE_MACHINES are available in the git repository at: git://git.pokylinux.org/poky-contrib lmei3/distrodata http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/distrodata Mei Lei (1): distrodata.bbc

[OE-core] [PATCH 1/1] distrodata.bbclass: Get the extend recipe's information from non bbextended recipe

2011-06-20 Thread Mei Lei
This patch will check whether the recipe is an extened recipe, if yes, some informaiton couldn't be got, so collect those information(like maintainer information or lastcheckversion) from non bbextended recipe. Signed-off-by: Mei Lei --- meta/classes/distrodata.bbclass |

Re: [OE-core] [PATCH 1/1] gupnp: upgrade from 0.16.0 to 0.16.1

2011-06-14 Thread Mei, Lei
[OE-core] [PATCH 1/1] gupnp: upgrade from 0.16.0 to 0.16.1 > > >Op 14 jun 2011, om 07:59 heeft Mei Lei het volgende geschreven: > >> Signed-off-by: Mei Lei >> --- >> .../gupnp/{gupnp_0.16.0.bb => gupnp_0.16.1.bb} |7 +-- >> 1 files changed, 5 inser

[OE-core] [PATCH 0/1]gupnp: upgrade from 0.16.0 to 0.16.1

2011-06-13 Thread Mei Lei
lmei3/gupnp http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/gupnp Mei Lei (1): gupnp: upgrade from 0.16.0 to 0.16.1 .../gupnp/{gupnp_0.16.0.bb => gupnp_0.16.1.bb} |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/gu

[OE-core] [PATCH 1/1] gupnp: upgrade from 0.16.0 to 0.16.1

2011-06-13 Thread Mei Lei
Signed-off-by: Mei Lei --- .../gupnp/{gupnp_0.16.0.bb => gupnp_0.16.1.bb} |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/gupnp/{gupnp_0.16.0.bb => gupnp_0.16.1.bb} (79%) diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb

[OE-core] [PATCH 0/1]distro_tracking_fields.inc: Fix a date issue

2011-06-08 Thread Mei Lei
: git://git.pokylinux.org/poky-contrib lmei3/distro_date_issue http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/distro_date_issue Mei Lei (1): distro_tracking_fields.inc: Fix a incorrect date format .../conf/distro/include/distro_tracking_fields.inc |2 +- 1 files changed, 1

[OE-core] [PATCH 1/1] distro_tracking_fields.inc: Fix a incorrect date format

2011-06-08 Thread Mei Lei
One incorrect date format caused a checking failure in package report system. Signed-off-by: Mei Lei --- .../conf/distro/include/distro_tracking_fields.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf

[OE-core] [PATCH 0/1]distro_check.py: Fix some bugs in distro_check.py

2011-04-28 Thread Mei Lei
From: Mei Lei This pull request will fix some bugs in meta/lib/oe/distro_check.py. The recipe meta-ide-support's alias is Poky, but not defined in distro_exceptions, this will lead an error. The compare_in_distro_packages_list function omit a split process, this will lead to a form

[OE-core] [PATCH 1/1] distro_check.py: Fix some bugs in distro_check.py

2011-04-28 Thread Mei Lei
From: Mei Lei The recipe meta-ide-support's alias is Poky, but not defined in distro_exceptions, this will lead an error. The compare_in_distro_packages_list function omit a split process, this will lead to a form issue. Change the log file generate way, use symbolic links link to the l

[OE-core] [RFC] Request for your comment on package report system

2011-04-20 Thread Mei, Lei
by their date so that we can track the upgrade or manual check history data. Now we want to do some enhancement for this system in 1.0.1 plan, so do you have any comment or thought? Any feedback is welcome :) --- Mei, Lei Email: lei@intel.com