On Tue, Mar 22, 2016 at 4:18 PM, Brad Mouring <[email protected]> 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. > > Signed-off-by: Brad Mouring <[email protected]> > --- > 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 > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
