[OE-core] [PATCH 1/1] busybox: add busybox_git.bb recipe

2013-11-29 Thread Qi.Chen
From: Chen Qi Add busybox_git.bb recipe so that it would be easier to hack with busybox. Set DEFAULT_PREFERENCE to "-1" in the git recipe so that we still use the busybox_1.21.1.bb recipe by default. Signed-off-by: Chen Qi --- .../busybox-appletlib-dependency.patch |0 ...usybo

Re: [OE-core] [PATCH 1/1] busybox: add busybox_git.bb recipe

2013-11-29 Thread ChenQi
On 11/29/2013 08:04 PM, Burton, Ross wrote: On 29 November 2013 11:56, wrote: +PREFERRED_VERSION_busybox ?= "1.21.1" A better long-term solution is to set DEFAULT_PREFERENCE="-1" in the git recipe itself. Ross Thanks! I'll send out a V2 :) Best Regards, Chen Qi

Re: [OE-core] [PATCH 1/1] busybox: add busybox_git.bb recipe

2013-11-29 Thread Burton, Ross
On 29 November 2013 11:56, wrote: > +PREFERRED_VERSION_busybox ?= "1.21.1" A better long-term solution is to set DEFAULT_PREFERENCE="-1" in the git recipe itself. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://

[OE-core] [PATCH 1/1] busybox: add busybox_git.bb recipe

2013-11-29 Thread Qi.Chen
From: Chen Qi Add busybox_git.bb recipe so that it would be easier to hack with busybox. Default the PREFERRED_VERSION to "1.21.1" so that we still use busybox_1.21.1.bb as the default busybox recipe. Signed-off-by: Chen Qi --- meta/conf/distro/include/default-versions.inc |2 + .../b