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

Brad Mouring brad.mouring at ni.com
Tue Mar 22 23:18:00 UTC 2016


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




More information about the Openembedded-core mailing list