aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2014-10-01 14:07:28 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-10-16 07:00:59 +0200
commit14d3f7c83ce83ace1758ddeb175fa1148d671f94 (patch)
tree12b4c8a6a515cd3f54b1ae014a7549b63fe1dd0f /meta-xfce
parent9cd59344e518162ced7b161786c51c98219a24ce (diff)
downloadmeta-openembedded-contrib-14d3f7c83ce83ace1758ddeb175fa1148d671f94.tar.gz
xfce-app.bbclass: SRC_URI calculation supports multiple digit version numbers
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/classes/xfce-app.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/classes/xfce-app.bbclass b/meta-xfce/classes/xfce-app.bbclass
index c60ad3d67a..8780ebfd9d 100644
--- a/meta-xfce/classes/xfce-app.bbclass
+++ b/meta-xfce/classes/xfce-app.bbclass
@@ -1,4 +1,4 @@
inherit xfce
-SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
+SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2"