diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-09-20 13:02:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-20 13:17:00 +0100 |
commit | bcd5ea36bd5e0dbb063f45fbc6d5d3272841fb0f (patch) | |
tree | dda996dae608d12e350933af4fe8060c1862b245 /meta | |
parent | e21b6c04e512a3bc2339a20045b7041f1d26e859 (diff) | |
download | openembedded-core-bcd5ea36bd5e0dbb063f45fbc6d5d3272841fb0f.tar.gz openembedded-core-bcd5ea36bd5e0dbb063f45fbc6d5d3272841fb0f.tar.bz2 openembedded-core-bcd5ea36bd5e0dbb063f45fbc6d5d3272841fb0f.zip |
xcursor-transparent-theme: switch SRC_URI as matchbox-project is dead
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb index 824c295a96..fecc8eabfb 100644 --- a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb +++ b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" SECTION = "x11/base" PR = "r4" -SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ +SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/utils/xcursor-transparent-theme-${PV}.tar.gz \ file://use-relative-symlinks.patch \ file://fix_watch_cursor.patch" |