[oe-commits] Michael 'Mickey' Lauer : libfso-glib: remove bogus additional prefix in SRC_URI

git version control git at git.openembedded.org
Wed Oct 21 23:23:16 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 805bb50ef0ff2cd23e71da1537d4379d605dc0db
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=805bb50ef0ff2cd23e71da1537d4379d605dc0db

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Oct 21 23:22:46 2009 +0000

libfso-glib: remove bogus additional prefix in SRC_URI

---

 recipes/freesmartphone/libfso-glib_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/freesmartphone/libfso-glib_git.bb b/recipes/freesmartphone/libfso-glib_git.bb
index 529b7cd..f7e49cb 100644
--- a/recipes/freesmartphone/libfso-glib_git.bb
+++ b/recipes/freesmartphone/libfso-glib_git.bb
@@ -8,7 +8,7 @@ PR = "r0"
 
 inherit autotools_stage pkgconfig vala
 
-SRC_URI = "git://git.freesmartphone.org/libfso-glib.git;protocol=git;branch=master"
+SRC_URI = "${FREESMARTPHONE_GIT}/libfso-glib.git;protocol=git;branch=master"
 S = "${WORKDIR}/git"
 
 EXTRA_OECONF = "\





More information about the Openembedded-commits mailing list