diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-01-18 13:24:55 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-01-18 13:24:55 +0000 |
commit | 3c92c188f5df2763e0c485141b134fc582da9658 (patch) | |
tree | bd19d709559cfaa248654e6cbadd69f7a2a71442 /packages/xcursor-transparent-theme | |
parent | dc132e71345018da04eee8800b5404b6de322bc9 (diff) |
xcursor-transparent-theme: fix SRC_URI
Diffstat (limited to 'packages/xcursor-transparent-theme')
-rw-r--r-- | packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb b/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb index 8d4ede20af..33e321e532 100644 --- a/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb +++ b/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Transparent xcursor theme for handheld systems" SECTION = "x11/base" PR="r2" -SRC_URI = "http://projects.o-hand.com/matchbox/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ +SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ file://use-relative-symlinks.patch;patch=1 \ file://fix_watch_cursor.patch;patch=1" FILES_${PN} = "${datadir}/icons/xcursor-transparent/cursors/*" |