diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-10-21 23:22:46 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-10-21 23:23:11 +0000 |
commit | 805bb50ef0ff2cd23e71da1537d4379d605dc0db (patch) | |
tree | a033fff38eb0c372aad6bb5f70a6df277588d5e9 /recipes/freesmartphone/libfso-glib_git.bb | |
parent | 2d7dbf672c9cf661c3d8e95a593f924e900237b5 (diff) |
libfso-glib: remove bogus additional prefix in SRC_URI
Diffstat (limited to 'recipes/freesmartphone/libfso-glib_git.bb')
-rw-r--r-- | 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 529b7cdc36..f7e49cb89d 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 = "\ |