Re: [OE-core] [PATCH 1/1] rootfs_rpm.bbclass: fix the unexpected postinst error

2013-01-29 Thread ChenQi
Really really sorry that this patch introduces a bug :( (It built and booted correctly, so I thought everything's OK. I didn't check the do_rootfs log.) A follow-up patch has been sent. Sorry for the inconvenience. Chen Qi On 01/22/2013 04:44 PM, qi.c...@windriver.com wrote: From: Chen Qi I

[OE-core] [PATCH 1/1] rootfs_rpm.bbclass: fix the unexpected postinst error

2013-01-22 Thread Qi.Chen
From: Chen Qi If the /etc/rpm-postinsts/ directory was empty, the following error would occur at system startup. ERROR: postinst /etc/rpm-postinsts/* failed This patch fixes this issue. [YOCTO #3767] Signed-off-by: Chen Qi --- meta/classes/rootfs_rpm.bbclass |3 ++- 1 file changed