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