diff options
Diffstat (limited to 'meta/recipes-sato')
7 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb index c5c80629d5..73c8934fd1 100644 --- a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb +++ b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb @@ -14,7 +14,7 @@ PR = "r0" S = "${WORKDIR}/git" -SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git \ +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ file://no-handed.patch;patch=1;pnum=0" inherit autotools pkgconfig 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" PV = "2.0+git${SRCPV}" PR = "r1" -SRC_URI = "git://git.pokylinux.org/${BPN}-2;protocol=git \ +SRC_URI = "git://git.yoctoproject.org/${BPN}-2;protocol=git \ file://dso_linking_change_build_fix.patch \ file://window-resize-fix.patch" diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb index e2cacb0b1d..84c71d0139 100644 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb @@ -13,7 +13,7 @@ SECTION = "x11" 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 \ file://configure_fix.patch;patch=1;maxrev=1819 \ file://single-instance.patch;patch=1 \ file://80matchboxkeyboard.shbg" diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb index 3f4f1f9a07..9e1a29700b 100644 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb @@ -19,7 +19,7 @@ RPROVIDES_${PN} = "matchbox-panel" RREPLACES_${PN} = "matchbox-panel" RCONFLICTS_${PN} = "matchbox-panel" -SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git \ +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ file://startup_fix.diff;patch=1" EXTRA_OECONF = "--enable-startup-notification --enable-dbus" 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" 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 \ file://single-instance.patch;patch=1 \ file://configure_fix.patch;patch=1;maxrev=1819 \ file://dso_linking_change_build_fix.patch " diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb index b1ad1ea8c8..0e0a753ef3 100644 --- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb +++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb @@ -11,7 +11,7 @@ SECTION = "x11/utils" 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-sato/settings-daemon/settings-daemon_git.bb b/meta/recipes-sato/settings-daemon/settings-daemon_git.bb index f7dc86fec9..1adfa704df 100644 --- a/meta/recipes-sato/settings-daemon/settings-daemon_git.bb +++ b/meta/recipes-sato/settings-daemon/settings-daemon_git.bb @@ -10,7 +10,7 @@ PV = "0.0+git${SRCPV}" PR = "r0" -SRC_URI = "git://git.pokylinux.org/xsettings-daemon;protocol=git \ +SRC_URI = "git://git.yoctoproject.org/xsettings-daemon;protocol=git \ file://addsoundkeys.patch;apply=yes \ file://70settings-daemon.sh \ file://dso_linking_change_build_fix.patch" |