diff options
Diffstat (limited to 'nano/nano_1.2.1.oe')
-rw-r--r-- | nano/nano_1.2.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nano/nano_1.2.1.oe b/nano/nano_1.2.1.oe index 6d10669eb6..cb87496f01 100644 --- a/nano/nano_1.2.1.oe +++ b/nano/nano_1.2.1.oe @@ -4,8 +4,8 @@ DESCRIPTION = "GNU nano (Nano's ANOther editor, or \ Not ANOther editor) is an enhanced clone of the \ Pico text editor." -SRC_URI := ${GNU_MIRROR}/nano/nano-1.2.1.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 +SRC_URI = "${GNU_MIRROR}/nano/nano-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1" inherit autotools |