aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2010-01-15 15:56:25 +0100
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2010-01-15 16:08:28 +0100
commit2bdfa324e4d66eb518e249e9813b6b7ef6fd6be3 (patch)
tree401054b6f98f3532af475696fca47018ecf0356e /recipes
parent34e9959a46b058452a49e53a94cf5cd9c5127558 (diff)
downloadopenembedded-2bdfa324e4d66eb518e249e9813b6b7ef6fd6be3.tar.gz
tmsnc: fix SRC_URI
Diffstat (limited to 'recipes')
-rw-r--r--recipes/tmsnc/tmsnc_0.3.2.bb2
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 86d477a0b1..c2af15bc38 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}"