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/recipes-sato/matchbox-stroke | |
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/recipes-sato/matchbox-stroke')
-rw-r--r-- | meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb index f36a33941e..81a4d7d055 100644 --- a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb +++ b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb | |||
@@ -10,7 +10,7 @@ SECTION = "x11/wm" | |||
10 | PV = "0.0+git${SRCPV}" | 10 | PV = "0.0+git${SRCPV}" |
11 | PR = "r0" | 11 | PR = "r0" |
12 | 12 | ||
13 | SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git \ | 13 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ |
14 | file://single-instance.patch;patch=1 \ | 14 | file://single-instance.patch;patch=1 \ |
15 | file://configure_fix.patch;patch=1;maxrev=1819 \ | 15 | file://configure_fix.patch;patch=1;maxrev=1819 \ |
16 | file://dso_linking_change_build_fix.patch " | 16 | file://dso_linking_change_build_fix.patch " |