diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-10-25 11:02:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-27 15:26:58 +0100 |
commit | 599bbb2eaff6f0827b04ab5b2665303a22ea072e (patch) | |
tree | 7690ca6aed080d1a4b8f816a1e300b8d3264b264 /classes | |
parent | 6de8a003f930bfade8502cf80617009a9c96c278 (diff) |
XFCE: Import all the 4.6.1 recipes (and a newer version of xfce-terminal).
Diffstat (limited to 'classes')
-rw-r--r-- | classes/xfce46.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/xfce46.bbclass b/classes/xfce46.bbclass index 84b73cda56..c24dfa4d8c 100644 --- a/classes/xfce46.bbclass +++ b/classes/xfce46.bbclass @@ -11,7 +11,7 @@ SECTION ?= "x11/xfce" XFCE_VERSION = ${PV} -SRC_URI = "http://www.us.xfce.org/archive/xfce-${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2" +SRC_URI = "http://mocha.xfce.org/archive/src/xfce/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2" inherit autotools gtk-icon-cache pkgconfig |