[oe-commits] Khem Raj : prelink: Fix SRC_URI

git at git.openembedded.org git at git.openembedded.org
Tue Jun 24 10:07:37 UTC 2014


Module: openembedded-core.git
Branch: dora
Commit: 13b57cab7cdd2bf967622ec5015478dc56938b8b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=13b57cab7cdd2bf967622ec5015478dc56938b8b

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun May 18 19:14:32 2014 -0700

prelink: Fix SRC_URI

The SHA we use it actually on cross_prelink branch
if you do not use yocto source mirrors then the fetch
for prelink on dora fails due to missing branch in SRC_URI

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/prelink/prelink_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
index 744a55f..9f6e315 100644
--- a/meta/recipes-devtools/prelink/prelink_git.bb
+++ b/meta/recipes-devtools/prelink/prelink_git.bb
@@ -26,7 +26,7 @@ FILES_${PN}-cron = "${sysconfdir}/cron.daily ${sysconfdir}/default"
 
 PACKAGES =+ "${PN}-cron"
 
-SRC_URI = "git://git.yoctoproject.org/prelink-cross.git \
+SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;branch=cross_prelink \
            file://prelink.conf \
            file://prelink.cron.daily \
            file://prelink.default \



More information about the Openembedded-commits mailing list