diff options
Diffstat (limited to 'tn5250')
-rw-r--r-- | tn5250/tn5250_0.16.5.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tn5250/tn5250_0.16.5.oe b/tn5250/tn5250_0.16.5.oe index 76fa4ffa6b..4453a6f7f5 100644 --- a/tn5250/tn5250_0.16.5.oe +++ b/tn5250/tn5250_0.16.5.oe @@ -3,7 +3,7 @@ to IBM's AS/400 (now known as eServer iSeries) midrange computers." DEPENDS = "virtual/libc ncurses openssl" RDEPENDS = "libc6 ncurses openssl" -SRC_URI = ${SOURCEFORGE_MIRROR}/tn5250/tn5250-0.16.5.tar.gz \ - file://${FILESDIR}/compile.patch;patch=1 +SRC_URI = "${SOURCEFORGE_MIRROR}/tn5250/tn5250-${PV}.tar.gz \ + file://${FILESDIR}/compile.patch;patch=1" inherit autotools libtool |