diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2010-04-22 12:10:17 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-23 13:39:33 +0200 |
commit | e3df76459f7710af61d1b51066e0685c822dbe7b (patch) | |
tree | 67e4644b8463f67a6cbb10ce4bba80fa9e99c6c0 /classes | |
parent | 28a068820bc4ef6bac5a4eb1b7438fd8628cdcf7 (diff) |
xfce4-panel: Add 4.6.3 and support new style checksums in xfce46.bbclass.
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 c24dfa4d8c..7e3e41877b 100644 --- a/classes/xfce46.bbclass +++ b/classes/xfce46.bbclass @@ -11,7 +11,7 @@ SECTION ?= "x11/xfce" XFCE_VERSION = ${PV} -SRC_URI = "http://mocha.xfce.org/archive/src/xfce/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2" +SRC_URI = "http://mocha.xfce.org/archive/src/xfce/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2;name=archive" inherit autotools gtk-icon-cache pkgconfig |