[oe] [PATCH 04/15] xfce-app.bbclass: SRC_URI calculation supports multiple digit version numbers

Andreas Müller schnitzeltony at googlemail.com
Tue Oct 14 22:14:17 UTC 2014


Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 meta-xfce/classes/xfce-app.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/classes/xfce-app.bbclass b/meta-xfce/classes/xfce-app.bbclass
index c60ad3d..8780ebf 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"
 
-- 
1.8.3.1




More information about the Openembedded-devel mailing list