aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/atop/atop_2.2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/atop/atop_2.2.3.bb')
-rw-r--r--meta-oe/recipes-support/atop/atop_2.2.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/atop/atop_2.2.3.bb b/meta-oe/recipes-support/atop/atop_2.2.3.bb
index 21311e3540..a36f08dd79 100644
--- a/meta-oe/recipes-support/atop/atop_2.2.3.bb
+++ b/meta-oe/recipes-support/atop/atop_2.2.3.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
DEPENDS = "ncurses zlib"
-ATOP_VER = "${@'-'.join(d.getVar('PV', True).rsplit('.', 1))}"
+ATOP_VER = "${@'-'.join(d.getVar('PV').rsplit('.', 1))}"
SRC_URI = " \
http://www.atoptool.nl/download/${BPN}-${ATOP_VER}.tar.gz \