Re: [OE-core] [PATCH v2] systemd.bbclass: only restart the service when it is active at systemd_postinst

2013-11-18 Thread Li Zhijian
ping... -- Best regards. Li Zhijian |-Original Message- |From: openembedded-core-boun...@lists.openembedded.org |[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of |Li Zhijian |Sent: Tuesday, November 05, 2013 6:14 PM |To: Patches and discussions about the oe

Re: [OE-core] [PATCH] systemd.bbclass: do not call 'systemctl restart ${SYSTEMD_SERVICE}' at systemd_postinst

2013-11-18 Thread Li Zhijian
Sau,Ross, How about it -- Best regards. Li Zhijian |-Original Message- |From: Saul Wold [mailto:s...@linux.intel.com] |Sent: Saturday, November 02, 2013 3:37 AM |To: Li Zhijian; openembedded-core@lists.openembedded.org; Burton, Ross |Subject: Re: [OE-core] [PATCH] systemd.bbclass

[OE-core] [PATCH v2] systemd.bbclass: only restart the service when it is active at systemd_postinst

2013-11-05 Thread Li Zhijian
From: Li Zhijian If systemd_postinst is installed as a delayed package scriptlet (installed to /etc/rpm-postints/${PN}) which would be executed at the first time of OS startup. And then this script would block when it is trying to call systemctl to restart service. It seems that it is not a

Re: [OE-core] [PATCH 1/1] systemd.bbclass: only restart the service when it is running at systemd_postinst

2013-11-05 Thread Li Zhijian
This patch is incorrect, please ignore it i would send v2 soon. at 2013/11/4 18:38, Li Zhijian wrote: From: Li Zhijian If systemd_postinst is installed as a delayed package scriptlet (installed to /etc/rpm-postints/${PN}) which would be executed at the first time of OS startup. And then

[OE-core] [PATCH 1/1] systemd.bbclass: only restart the service when it is running at systemd_postinst

2013-11-04 Thread Li Zhijian
From: Li Zhijian If systemd_postinst is installed as a delayed package scriptlet (installed to /etc/rpm-postints/${PN}) which would be executed at the first time of OS startup. And then this script would block when it is trying to call systemctl to restart service. It seems that it is not a

Re: [OE-core] [PATCH] systemd.bbclass: do not call 'systemctl restart ${SYSTEMD_SERVICE}' at systemd_postinst

2013-10-23 Thread Li Zhijian
x27;t restart the service successfully at a early time Best regards. Li Zhijian at 2013/10/23 18:53, Yevhen Kyriukha wrote: Current version of opkg has an issue with upgrading systemd services:

[OE-core] [PATCH] systemd.bbclass: do not call 'systemctl restart ${SYSTEMD_SERVICE}' at systemd_postinst

2013-10-23 Thread Li Zhijian
From: Li Zhijian If systemd_postinst is installed as a delayed package scriptlet (installed to /etc/rpm-postints/${PN}) which would be executed at the first time of OS startup. And then this script would block when it is trying to call systemctl to restart service. It seems that it is not a

[OE-core] [PATCH 1/2] kbd: Fix coding sytle

2013-09-15 Thread Li Zhijian
Signed-off-by: Li Zhijian --- meta/recipes-core/kbd/kbd_1.15.2.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/kbd/kbd_1.15.2.bb b/meta/recipes-core/kbd/kbd_1.15.2.bb index 79ea468..c5cb66a 100644 --- a/meta/recipes-core/kbd/kbd_1.15.2.bb +++ b

[OE-core] [PATCH 2/2] kbd: Allow resizecons on x86_64

2013-09-15 Thread Li Zhijian
Signed-off-by: Li Zhijian --- .../kbd-1.15.2/Allow-resizecons-on-x86_64.patch| 28 meta/recipes-core/kbd/kbd_1.15.2.bb|3 +- 2 files changed, 30 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on

[OE-core] [PATCH] libxml2: make xmlcatalog work via --with-catalog

2013-08-30 Thread Li Zhijian
Previously,when execute xmlcatalog, it shows as follows: "libxml was not compiled with catalog and output support" So it seems more reasonable to make xmlcatalog work by using --with-catalog instead of --without-catalog Signed-off-by: Li Zhijian --- meta/recipes-core/libxml/libxml2.

Re: [OE-core] [Question] libxml: How about add --with-catalog to EXTRA_OECONF ?

2013-08-29 Thread Li Zhijian
o it seems reasonable to use the --with-catalog which will make the xmlcatalog work (if it can be built well with the option.) // Robert On 08/29/2013 09:46 AM, Li Zhijian wrote: Hi, I had build libxml and executed xmlcatalog It shows follow messages # xmlcatalog --help libxml was not com

[OE-core] [Question] libxml: How about add --with-catalog to EXTRA_OECONF ?

2013-08-28 Thread Li Zhijian
cbook --with-c14n --without-lzma --with-fexceptions" Is it reasonable to add --without-catalog EXTRA_OECONF ? Thanks Best regards. Li Zhijian ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.o

Re: [OE-core] [PATCH] grep-2.5.1a: fix grep for LSB compliance

2013-08-27 Thread Li Zhijian
at 2013-8-27 14:52, Saul Wold wrote: On 08/26/2013 09:32 PM, Li Zhijian wrote: ...skip... at 2013-8-27 9:00, Saul Wold wrote: diff --git a/meta/recipes-extended/grep/grep_2.5.1a.bb b/meta/recipes-extended/grep/grep_2.5.1a.bb index 088959c..d964d84 100644 --- a/meta/recipes-extended/grep

Re: [OE-core] [PATCH] grep-2.5.1a: fix grep for LSB compliance

2013-08-27 Thread Li Zhijian
at 2013-8-27 18:43, Phil Blundell wrote: On Mon, 2013-08-26 at 18:00 -0700, Saul Wold wrote: On 08/27/2013 02:43 AM, Li Zhijian wrote: add patch from grep-2.5.1-55.el5.src.rpm and enable configration option of --without-include-regex LSB core-tests failed at /tset/LI18NUX2K.L1/utils/grep-tp

Re: [OE-core] [PATCH] grep-2.5.1a: fix grep for LSB compliance

2013-08-26 Thread Li Zhijian
't know what's fixed bettwen 2.5.1a an 2.5.3, but grep-2.5.3 LICENSE is GPLv3+ differed from 2.5.1a(GPLv2) The Guildlines is very helpful for me. But those patch is come from grep-2.5.1-55.el5.src.rpm and I have not research this patch's Upstream-Status and Signed-off-b