[yocto] Always removing status files in case of IPK

2013-02-19 Thread Pierre Ficheux
Hi, I've noticed a problem in rootfs_ipk.bbclass as status files are always removed in case of using IPK (works fine with RPM). Here is the small patch which fix it. regards diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index fadec4d..89c3128 100644 ---

Re: [yocto] Always removing status files in case of IPK

2013-02-19 Thread Martin Jansa
On Tue, Feb 19, 2013 at 08:14:22PM +0100, Pierre Ficheux wrote: Hi, I've noticed a problem in rootfs_ipk.bbclass as status files are always removed in case of using IPK (works fine with RPM). Here is the small patch which fix it. This is expected, see if in which this is: if

Re: [yocto] Always removing status files in case of IPK

2013-02-19 Thread Pierre Ficheux
Yes, better with IMAGE_FEATURES += package-management sorry. - Mail original - De: Martin Jansa martin.ja...@gmail.com À: Pierre Ficheux pierre.fich...@openwide.fr Cc: yocto@yoctoproject.org Envoyé: Mardi 19 Février 2013 23:06:11 Objet: Re: [yocto] Always removing status files