summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 18:12:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 00:29:31 +0100
commit5164821975bb8524760f386065b476a6b4722a2f (patch)
treef949dc917b8d5c598598581ce6f12cb5c5203b12 /meta/recipes-graphics
parentb8a07171ebe4e73add3557266e278dbd3ff9a840 (diff)
downloadpoky-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.bb2
-rw-r--r--meta/recipes-graphics/libmatchbox/libmatchbox_git.bb2
-rw-r--r--meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb2
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"
12PV = "0.0+git${SRCPV}" 12PV = "0.0+git${SRCPV}"
13PR = "r0" 13PR = "r0"
14 14
15SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git" 15SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git"
16 16
17S = "${WORKDIR}/git" 17S = "${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}"
4PR = "r0" 4PR = "r0"
5DEFAULT_PREFERENCE = "-1" 5DEFAULT_PREFERENCE = "-1"
6 6
7SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git \ 7SRC_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
13PV = "1.2+git${SRCPV}" 13PV = "1.2+git${SRCPV}"
14PR = "r0" 14PR = "r0"
15 15
16SRC_URI = "git://git.pokylinux.org/matchbox-window-manager;protocol=git \ 16SRC_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