[OE-core] [PATCH 1/1] rpm: fix rpm2cpio segmentation fault

2013-09-30 Thread Kai Kang
From: Kang Kai kai.k...@windriver.com When run rpm2cpio, it fails with segmentation fault. The root cause is no macros _db_path and _dbi_config* defined, when query these macros get nothing then cause segment fault. Add patch to parse macro files first to fix this problem. [YOCTO #3656]

Re: [OE-core] [PATCH 1/1] rpm: fix rpm2cpio segmentation fault

2013-09-30 Thread Mark Hatle
On 9/30/13 4:48 AM, Kai Kang wrote: From: Kang Kai kai.k...@windriver.com When run rpm2cpio, it fails with segmentation fault. The root cause is no macros _db_path and _dbi_config* defined, when query these macros get nothing then cause segment fault. Add patch to parse macro files first to

[OE-core] [PATCH 1/1] rpm: fix rpm2cpio segmentation fault

2013-04-14 Thread Kang Kai
When run rpm2cpio, it fails with segmentation fault. The root cause is no macros _db_path and _dbi_config* defined, when query these macros get nothing then cause segment fault. Add patch to parse macro files first to fix this problem. [YOCTO #3656] Signed-off-by: Kang Kai

Re: [OE-core] [PATCH 1/1] rpm: fix rpm2cpio segmentation fault

2013-04-12 Thread Kang Kai
On 2013年03月12日 23:30, Mark Hatle wrote: On 3/12/13 12:57 AM, Kang Kai wrote: On 2013年02月28日 22:34, Mark Hatle wrote: On 2/28/13 1:34 AM, Kang Kai wrote: When run rpm2cpio, it fails with segmentation fault. The root cause is no macro _db_path defined, when query its value get nothing then

Re: [OE-core] [PATCH 1/1] rpm: fix rpm2cpio segmentation fault

2013-03-12 Thread Mark Hatle
On 3/12/13 12:57 AM, Kang Kai wrote: On 2013年02月28日 22:34, Mark Hatle wrote: On 2/28/13 1:34 AM, Kang Kai wrote: When run rpm2cpio, it fails with segmentation fault. The root cause is no macro _db_path defined, when query its value get nothing then cause segment fault. Add patch to parse

Re: [OE-core] [PATCH 1/1] rpm: fix rpm2cpio segmentation fault

2013-03-11 Thread Kang Kai
On 2013年02月28日 22:34, Mark Hatle wrote: On 2/28/13 1:34 AM, Kang Kai wrote: When run rpm2cpio, it fails with segmentation fault. The root cause is no macro _db_path defined, when query its value get nothing then cause segment fault. Add patch to parse macro files first to fix this problem.

Re: [OE-core] [PATCH 1/1] rpm: fix rpm2cpio segmentation fault

2013-02-28 Thread Mark Hatle
On 2/28/13 1:34 AM, Kang Kai wrote: When run rpm2cpio, it fails with segmentation fault. The root cause is no macro _db_path defined, when query its value get nothing then cause segment fault. Add patch to parse macro files first to fix this problem. [YOCTO #3656] Signed-off-by: Kang Kai

[OE-core] [PATCH 1/1] rpm: fix rpm2cpio segmentation fault

2013-02-27 Thread Kang Kai
When run rpm2cpio, it fails with segmentation fault. The root cause is no macro _db_path defined, when query its value get nothing then cause segment fault. Add patch to parse macro files first to fix this problem. [YOCTO #3656] Signed-off-by: Kang Kai kai.k...@windriver.com ---