[OE-core] [PATCH 2/3] busybox_git: Fix SRC_URI

Brad Mouring brad.mouring at ni.com
Fri Mar 25 04:24:32 UTC 2016


On Thu, Mar 24, 2016 at 07:50:27PM -0700, Khem Raj wrote:
> On Tue, Mar 22, 2016 at 4:18 PM, Brad Mouring <brad.mouring at ni.com> wrote:
> > Since the commit called out in the recipe is off the master branch,
> > update the gitful SRC_URI to specify the branch to use for the
> > recipe.
> 
> no, we want master for the git recipe.

The commit, as called out in the recipe, is not on master, but is rather
a stability patch collection...

>From busybox's history

master
|
| 1_23_stable
| |
V V
...
* 8074a6c udhcpd: account for script delay in lease
* b996507 Start 1.24.0 development cycle
| * be947c4 Apply post-1.23.1 patches, bump version to 1.23.2 <<< SRCREV
| * 1ecfe81 Apply post-1.23.0 patches, bump version to 1.23.1
|/  
* 6968e08 Bump version to 1.23.0
* ca9c465 libbb: add sanity check in bb_arg_max()
* 11775ed randomconfig fixes
...

I have no qualms picking a commit in master, but it's also not really
my call to make. I am open to suggestions

> >
> > Signed-off-by: Brad Mouring <brad.mouring at ni.com>
> > ---
> >  meta/recipes-core/busybox/busybox_git.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-core/busybox/busybox_git.bb b/meta/recipes-core/busybox/busybox_git.bb
> > index 529ed5b..47c1364 100644
> > --- a/meta/recipes-core/busybox/busybox_git.bb
> > +++ b/meta/recipes-core/busybox/busybox_git.bb
> > @@ -6,7 +6,7 @@ PV = "1.23.1+git${SRCPV}"
> >
> >  S = "${WORKDIR}/git"
> >
> > -SRC_URI = "git://busybox.net/busybox.git \
> > +SRC_URI = "git://busybox.net/busybox.git;branch=1_23_stable \
> >             file://get_header_tar.patch \
> >             file://busybox-appletlib-dependency.patch \
> >             file://busybox-udhcpc-no_deconfig.patch \
> > --
> > 2.7.3
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list