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-20 18:47:32 +0100 |
commit | adbf55721ee956897c0951cff63aeb1defb3c738 (patch) | |
tree | 9539a77615920810e81a0b0c8598a0431f661614 /meta/recipes-graphics | |
parent | 832240f2c5b4f4af8a8e5b652c7e234560104cc4 (diff) | |
download | openembedded-core-adbf55721ee956897c0951cff63aeb1defb3c738.tar.gz openembedded-core-adbf55721ee956897c0951cff63aeb1defb3c738.tar.bz2 openembedded-core-adbf55721ee956897c0951cff63aeb1defb3c738.zip |
Fix git.pokylinux.org urls to git.yoctoproject.org
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" PV = "0.0+git${SRCPV}" PR = "r0" -SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git" +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" S = "${WORKDIR}/git" 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}" PR = "r0" DEFAULT_PREFERENCE = "-1" -SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git \ +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ file://configure_fixes.patch;patch=1 \ file://check.m4 \ 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 PV = "1.2+git${SRCPV}" PR = "r0" -SRC_URI = "git://git.pokylinux.org/matchbox-window-manager;protocol=git \ +SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;protocol=git \ file://configure_fix.patch;patch=1;maxrev=1818 \ file://kbdconfig" |