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

Khem Raj raj.khem at gmail.com
Fri Mar 25 02:50:27 UTC 2016


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.

>
> 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