diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-01-02 15:16:11 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-03 23:25:44 +0100 |
commit | 03e489cb6951edf16e150af54c87f2c884ce99c4 (patch) | |
tree | 85eb1d06e8d868a1d89f6b77cb442d26f63d746d | |
parent | da2f1fb82c80f90d377671df45ae00c15c5ce141 (diff) | |
download | ast2050-yocto-openembedded-03e489cb6951edf16e150af54c87f2c884ce99c4.zip ast2050-yocto-openembedded-03e489cb6951edf16e150af54c87f2c884ce99c4.tar.gz |
xfce4-mixer: update to 4.10.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb (renamed from meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb index 23a8ba5..1884860 100644 --- a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb +++ b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb @@ -6,9 +6,9 @@ inherit xfce-panel-plugin DEPENDS += "glib-2.0 gst-plugins-base gtk+ xfconf" -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" -SRC_URI[md5sum] = "3fa3a9973e18c04da26709a654e242ff" -SRC_URI[sha256sum] = "9f9f48fdd0d3f6b1e46694b93a44d15b800db72a96d831b5111d9ac976970fab" +SRC_URI[md5sum] = "e47d5b3e873fdee3fa80d309a5f53e9c" +SRC_URI[sha256sum] = "a8c589001b438171ea5a6b46ce9895c3ffbc5081ab67805ab9870e540068dade" RDEPENDS_${PN} = "gst-meta-audio" |