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

2013-06-18 Thread Otavio Salvador
On Mon, Jun 17, 2013 at 10:37 PM, ChenQi wrote: > On 06/18/2013 01:52 AM, Otavio Salvador wrote: >> >> On Mon, Jun 17, 2013 at 2:49 AM, wrote: >>> >>> From: Chen Qi >>> >>> Remove the pkg_postinst_${PN} from this recipe, as it's redundant. >>> It basically wants to do the same thing as the upda

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

2013-06-17 Thread ChenQi
On 06/18/2013 01:52 AM, Otavio Salvador wrote: On Mon, Jun 17, 2013 at 2:49 AM, wrote: From: Chen Qi 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 V2 1/9] busybox: remove the postinst part of the recipe

2013-06-17 Thread Otavio Salvador
On Mon, Jun 17, 2013 at 2:49 AM, wrote: > From: Chen Qi > > 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 Most of patch 1 and 2 should be merg

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

2013-06-16 Thread Qi.Chen
From: Chen Qi 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 --- meta/recipes-core/busybox/busybox.inc |8 1 file changed, 8 deletions(-)