tmsnc: fix SRC_URI
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 15 Jan 2010 14:56:25 +0000 (15:56 +0100)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 15 Jan 2010 15:08:28 +0000 (16:08 +0100)
recipes/tmsnc/tmsnc_0.3.2.bb

index 86d477a..c2af15b 100644 (file)
@@ -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}"