[oe-commits] Rolf Leggewie : tmsnc: fix SRC_URI

git version control git at git.openembedded.org
Fri Jan 15 22:33:28 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 2bdfa324e4d66eb518e249e9813b6b7ef6fd6be3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2bdfa324e4d66eb518e249e9813b6b7ef6fd6be3

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Fri Jan 15 15:56:25 2010 +0100

tmsnc: fix SRC_URI

---

 recipes/tmsnc/tmsnc_0.3.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/tmsnc/tmsnc_0.3.2.bb b/recipes/tmsnc/tmsnc_0.3.2.bb
index 86d477a..c2af15b 100644
--- a/recipes/tmsnc/tmsnc_0.3.2.bb
+++ b/recipes/tmsnc/tmsnc_0.3.2.bb
@@ -4,7 +4,7 @@ SECTION = "console/network"
 LICENSE = "Modified BSD"
 DEPENDS = "ncurses openssl"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/tmsnc/{P}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/tmsnc/${P}.tar.gz"
 
 EXTRA_OECONF = "--with-openssl --with-openssl=${STAGING_LIBDIR}/.. --with-includedir=${STAGING_INCDIR}"
 





More information about the Openembedded-commits mailing list