diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 18:12:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:31 +0100 |
commit | 5164821975bb8524760f386065b476a6b4722a2f (patch) | |
tree | f949dc917b8d5c598598581ce6f12cb5c5203b12 /meta-demoapps | |
parent | b8a07171ebe4e73add3557266e278dbd3ff9a840 (diff) | |
download | poky-5164821975bb8524760f386065b476a6b4722a2f.tar.gz |
Fix git.pokylinux.org urls to git.yoctoproject.org
(From OE-Core rev: adbf55721ee956897c0951cff63aeb1defb3c738)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-demoapps')
-rw-r--r-- | meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_git.bb b/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_git.bb index fdb764ca03..1eb5187dac 100644 --- a/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_git.bb +++ b/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_git.bb | |||
@@ -6,7 +6,7 @@ PV = "0.3+git${SRCPV}" | |||
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://configure.ac;endline=7;md5=3c4e087662e37f10e469425f3a0ad225" | 7 | LIC_FILES_CHKSUM = "file://configure.ac;endline=7;md5=3c4e087662e37f10e469425f3a0ad225" |
8 | 8 | ||
9 | SRC_URI = "git://git.pokylinux.org/${PN};protocol=git" | 9 | SRC_URI = "git://git.yoctoproject.org/${PN};protocol=git" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |