summaryrefslogtreecommitdiffstats
path: root/meta-xfce/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/classes')
-rw-r--r--meta-xfce/classes/xfce.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass
index a5a35bb32..5b12cbaa4 100644
--- a/meta-xfce/classes/xfce.bbclass
+++ b/meta-xfce/classes/xfce.bbclass
@@ -1,5 +1,5 @@
1HOMEPAGE = "http://www.xfce.org" 1HOMEPAGE = "http://www.xfce.org"
2SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2" 2SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
3 3
4inherit autotools gtk-icon-cache pkgconfig 4inherit autotools gtk-icon-cache pkgconfig
5 5