Re: [OE-core] [PATCH 1/8] busybox: remove the postinst part of the recipe

2013-06-09 Thread Otavio Salvador
On Fri, Jun 7, 2013 at 11:10 PM, ChenQi qi.c...@windriver.com wrote: On 06/07/2013 08:32 PM, Otavio Salvador wrote: On Fri, Jun 7, 2013 at 3:13 AM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Remove the pkg_postinst_${PN} from this recipe, as it's redundant. It

[OE-core] [PATCH 1/8] busybox: remove the postinst part of the recipe

2013-06-07 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Remove the pkg_postinst_${PN} from this recipe, as it's redundant. It basically wants to do the same thing as the update-alternatives does. But it doesn't do it well. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/busybox/busybox.inc |

Re: [OE-core] [PATCH 1/8] busybox: remove the postinst part of the recipe

2013-06-07 Thread Otavio Salvador
On Fri, Jun 7, 2013 at 3:13 AM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Remove the pkg_postinst_${PN} from this recipe, as it's redundant. It basically wants to do the same thing as the update-alternatives does. But it doesn't do it well. Signed-off-by: Chen Qi

Re: [OE-core] [PATCH 1/8] busybox: remove the postinst part of the recipe

2013-06-07 Thread ChenQi
On 06/07/2013 08:32 PM, Otavio Salvador wrote: On Fri, Jun 7, 2013 at 3:13 AM, qi.c...@windriver.com mailto:qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com mailto:qi.c...@windriver.com Remove the pkg_postinst_${PN} from this recipe, as it's redundant. It