diff options
-rw-r--r-- | classes/xfce46.bbclass | 2 | ||||
-rw-r--r-- | recipes/xfce-base/xfce4-panel_4.6.3.bb | 4 | ||||
-rw-r--r-- | recipes/xfce-base/xfce4-settings_4.6.4.bb | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/classes/xfce46.bbclass b/classes/xfce46.bbclass index 7e3e41877b..c24dfa4d8c 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;name=archive" +SRC_URI = "http://mocha.xfce.org/archive/src/xfce/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2" inherit autotools gtk-icon-cache pkgconfig diff --git a/recipes/xfce-base/xfce4-panel_4.6.3.bb b/recipes/xfce-base/xfce4-panel_4.6.3.bb index bdfa7d687f..a592efe1c5 100644 --- a/recipes/xfce-base/xfce4-panel_4.6.3.bb +++ b/recipes/xfce-base/xfce4-panel_4.6.3.bb @@ -7,8 +7,8 @@ PR = "r2" inherit xfce46 -SRC_URI[archive.md5sum] = "0b715abb929220f136483ccd7303ff62" -SRC_URI[archive.sha256sum] = "4f5e19187ddf9f812303b77479124562079d25c6263674040aba4395c6b2e41c" +SRC_URI[md5sum] = "0b715abb929220f136483ccd7303ff62" +SRC_URI[sha256sum] = "4f5e19187ddf9f812303b77479124562079d25c6263674040aba4395c6b2e41c" EXTRA_OECONF += " --enable-startup-notification" diff --git a/recipes/xfce-base/xfce4-settings_4.6.4.bb b/recipes/xfce-base/xfce4-settings_4.6.4.bb index 121098896d..037a43b488 100644 --- a/recipes/xfce-base/xfce4-settings_4.6.4.bb +++ b/recipes/xfce-base/xfce4-settings_4.6.4.bb @@ -9,8 +9,8 @@ inherit xfce46 SRC_URI += "file://0001-Port-to-libxklavier-5.0-API.patch" -SRC_URI[archive.md5sum] = "04985407e8e5b916c44780314a177e96" -SRC_URI[archive.sha256sum] = "a5e3f0d959b0d424355414769250473785043c3977446a73b36fa3a5ce44ecdb" +SRC_URI[md5sum] = "04985407e8e5b916c44780314a177e96" +SRC_URI[sha256sum] = "a5e3f0d959b0d424355414769250473785043c3977446a73b36fa3a5ce44ecdb" RDEPENDS_${PN} = "xfconf exo" |