diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-18 18:46:41 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-18 18:46:41 +0000 |
commit | 1a00e8f7201d70f0075d35c268924b6456d7091a (patch) | |
tree | 67a290a03681cf54fb2f790dcabf8602799a4447 /packages/matchbox-common | |
parent | 2db5f07f867cb7685e5f5ea57928f1c32fd55cc0 (diff) |
matchbox stuff: fixed SRC_URI
Diffstat (limited to 'packages/matchbox-common')
-rw-r--r-- | packages/matchbox-common/matchbox-common_0.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/matchbox-common/matchbox-common_0.8.bb b/packages/matchbox-common/matchbox-common_0.8.bb index 74843a8873..d9cb3e3b87 100644 --- a/packages/matchbox-common/matchbox-common_0.8.bb +++ b/packages/matchbox-common/matchbox-common_0.8.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Matchbox window manager common files" LICENSE = "GPL" DEPENDS = "libmatchbox" -SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-common/${PV}/matchbox-common-${PV}.tar.bz2" +SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-common/${PV}/matchbox-common-${PV}.tar.bz2" S = "${WORKDIR}/matchbox-common-${PV}" inherit autotools pkgconfig |