diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-12-19 15:44:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-21 17:14:01 +0000 |
commit | 7799fb896e6a8eed27496a49b676056bb63c5ca3 (patch) | |
tree | 65273aa9ec81399995ebc7cebf101395230db7c1 /meta | |
parent | de8d8c97885de7ae25206ede6a4d8a016e0a6938 (diff) | |
download | openembedded-core-7799fb896e6a8eed27496a49b676056bb63c5ca3.tar.gz openembedded-core-7799fb896e6a8eed27496a49b676056bb63c5ca3.tar.bz2 openembedded-core-7799fb896e6a8eed27496a49b676056bb63c5ca3.zip |
libxsettings-client: fix SRC_URI
projects.o-hand.com downloads have moved to downloads.yoctoproject.org
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb b/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb index 37aa94f0ee..a12b5e0863 100644 --- a/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb +++ b/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb @@ -16,7 +16,7 @@ PR = "r4" headers = "xsettings-common.h xsettings-client.h" -SRC_URI = "http://projects.o-hand.com/matchbox/sources/optional-dependencies/Xsettings-client-0.10.tar.gz \ +SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/optional-dependencies/Xsettings-client-0.10.tar.gz \ file://MIT-style-license \ file://link-x11.patch;apply=yes \ file://disable_Os_option.patch" |