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-desktop | |
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-desktop')
-rw-r--r-- | meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb index 4a80ff92bc..019fb7619d 100644 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb | |||
@@ -13,7 +13,7 @@ SECTION = "x11/wm" | |||
13 | PV = "2.0+git${SRCPV}" | 13 | PV = "2.0+git${SRCPV}" |
14 | PR = "r1" | 14 | PR = "r1" |
15 | 15 | ||
16 | SRC_URI = "git://git.pokylinux.org/${BPN}-2;protocol=git \ | 16 | SRC_URI = "git://git.yoctoproject.org/${BPN}-2;protocol=git \ |
17 | file://dso_linking_change_build_fix.patch \ | 17 | file://dso_linking_change_build_fix.patch \ |
18 | file://window-resize-fix.patch" | 18 | file://window-resize-fix.patch" |
19 | 19 | ||