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-graphics | |
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-graphics')
-rw-r--r-- | meta/recipes-graphics/libfakekey/libfakekey_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/libmatchbox/libmatchbox_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb b/meta/recipes-graphics/libfakekey/libfakekey_git.bb index 5ebd8bfca7..a7f64ff0d6 100644 --- a/meta/recipes-graphics/libfakekey/libfakekey_git.bb +++ b/meta/recipes-graphics/libfakekey/libfakekey_git.bb | |||
@@ -12,7 +12,7 @@ SECTION = "x11/wm" | |||
12 | PV = "0.0+git${SRCPV}" | 12 | PV = "0.0+git${SRCPV}" |
13 | PR = "r0" | 13 | PR = "r0" |
14 | 14 | ||
15 | SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git" | 15 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb index 01106d593b..3d2fe9cd4d 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb | |||
@@ -4,7 +4,7 @@ PV = "1.9+git${SRCPV}" | |||
4 | PR = "r0" | 4 | PR = "r0" |
5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
6 | 6 | ||
7 | SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git \ | 7 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ |
8 | file://configure_fixes.patch;patch=1 \ | 8 | file://configure_fixes.patch;patch=1 \ |
9 | file://check.m4 \ | 9 | file://check.m4 \ |
10 | file://16bppfixes.patch;patch=1 \ | 10 | file://16bppfixes.patch;patch=1 \ |
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb index 086d4853e4..a9dfaf7343 100644 --- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb +++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb | |||
@@ -13,7 +13,7 @@ DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification ex | |||
13 | PV = "1.2+git${SRCPV}" | 13 | PV = "1.2+git${SRCPV}" |
14 | PR = "r0" | 14 | PR = "r0" |
15 | 15 | ||
16 | SRC_URI = "git://git.pokylinux.org/matchbox-window-manager;protocol=git \ | 16 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;protocol=git \ |
17 | file://configure_fix.patch;patch=1;maxrev=1818 \ | 17 | file://configure_fix.patch;patch=1;maxrev=1818 \ |
18 | file://kbdconfig" | 18 | file://kbdconfig" |
19 | 19 | ||