diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-08-25 11:20:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-02 18:13:35 +0100 |
commit | 4e7218c19775ef81caed27742e9d203af10b7416 (patch) | |
tree | e843842edf6a7e54fe6edd8c16060130aa8aa7b8 /meta/recipes-sato | |
parent | 55168655ec95e8eff70f90a462ed0a8d87d8d87f (diff) | |
download | openembedded-core-4e7218c19775ef81caed27742e9d203af10b7416.tar.gz openembedded-core-4e7218c19775ef81caed27742e9d203af10b7416.tar.bz2 openembedded-core-4e7218c19775ef81caed27742e9d203af10b7416.zip |
o-hand recipes: convert from svn.o-hand.org to git.yoctoproject.org
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/gaku/gaku_git.bb (renamed from meta/recipes-sato/gaku/gaku_svn.bb) | 11 | ||||
-rw-r--r-- | meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb (renamed from meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb) | 12 | ||||
-rw-r--r-- | meta/recipes-sato/libowl/libowl_git.bb (renamed from meta/recipes-sato/libowl/libowl_svn.bb) | 10 | ||||
-rw-r--r-- | meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb (renamed from meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb) | 10 | ||||
-rw-r--r-- | meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_git.bb | 12 | ||||
-rw-r--r-- | meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb | 12 | ||||
-rw-r--r-- | meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb (renamed from meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb) | 8 | ||||
-rw-r--r-- | meta/recipes-sato/owl-video-widget/libowl-av_git.bb (renamed from meta/recipes-sato/owl-video-widget/libowl-av_svn.bb) | 11 | ||||
-rw-r--r-- | meta/recipes-sato/owl-video-widget/owl-video_git.bb (renamed from meta/recipes-sato/owl-video-widget/owl-video_svn.bb) | 10 | ||||
-rw-r--r-- | meta/recipes-sato/puzzles/oh-puzzles_git.bb (renamed from meta/recipes-sato/puzzles/oh-puzzles_svn.bb) | 14 | ||||
-rw-r--r-- | meta/recipes-sato/screenshot/screenshot_git.bb (renamed from meta/recipes-sato/screenshot/screenshot_svn.bb) | 10 | ||||
-rw-r--r-- | meta/recipes-sato/web/web-webkit_git.bb (renamed from meta/recipes-sato/web/web-webkit_svn.bb) | 10 |
12 files changed, 66 insertions, 64 deletions
diff --git a/meta/recipes-sato/gaku/gaku_svn.bb b/meta/recipes-sato/gaku/gaku_git.bb index 3806021b0d..9f1bad205b 100644 --- a/meta/recipes-sato/gaku/gaku_svn.bb +++ b/meta/recipes-sato/gaku/gaku_git.bb @@ -15,13 +15,12 @@ RRECOMMENDS_${PN} = "gst-plugins-good-id3demux \ gst-plugins-base-ogg \ ${COMMERCIAL_AUDIO_PLUGINS}" -SRCREV = "399" -PV = "0.0+svnr${SRCPV}" +SRCREV = "a0be2fe4b5f12b8b07f4e3bd624b3729657f0ac5" +PV = "0.1+git${SRCPV}" +PR = "r0" -PR = "r4" +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" -SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http" - -S = "${WORKDIR}/${BPN}" +S = "${WORKDIR}/git" inherit autotools pkgconfig diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb b/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb index 6099ae4067..224b6e1327 100644 --- a/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb +++ b/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb @@ -4,12 +4,12 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ file://src/sato-utils.h;endline=24;md5=708f28cfe7fe028d497aaf4389b80b62 \ file://src/sato-main.c;endline=24;md5=b5e5dddebca570275becb51b526e4c5a" -SRCREV = "163" -PV = "0.3.2+svnr${SRCPV}" -PR = "r1" +SRCREV = "e4a29fbb7648f12fb3aefd8ea0120c3f54ba392a" +PV = "0.3.3+git${SRCPV}" +PR = "r0" -SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http" +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" -EXTRA_OECONF += "${@base_contains('MACHINE_FEATURES', 'qvga', '--with-mode=qvga', '',d)}" +S = "${WORKDIR}/git" -S = "${WORKDIR}/gtk-engine" +EXTRA_OECONF += "${@base_contains('MACHINE_FEATURES', 'qvga', '--with-mode=qvga', '',d)}" diff --git a/meta/recipes-sato/libowl/libowl_svn.bb b/meta/recipes-sato/libowl/libowl_git.bb index 1500fad5c6..20bc0599d0 100644 --- a/meta/recipes-sato/libowl/libowl_svn.bb +++ b/meta/recipes-sato/libowl/libowl_git.bb @@ -10,12 +10,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ SECTION = "libs" DEPENDS = "gtk+" -SRCREV = "408" -PV = "0.0+svnr${SRCPV}" -PR = "r6" +SRCREV = "6ebc8ac8f8575278dd40a535cadefa26374e44b1" +PV = "0.1+git${SRCPV}" +PR = "r0" -SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http" +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" -S = "${WORKDIR}/${BPN}" +S = "${WORKDIR}/git" inherit autotools pkgconfig diff --git a/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb b/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb index 7a68138fc7..5daeb72762 100644 --- a/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb +++ b/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb @@ -8,12 +8,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" SECTION = "x11" DEPENDS = "" CONFLICTS = "matchbox-common" -SRCREV = "76" -PV = "0.0+svnr${SRCPV}" + +SRCREV = "810b0b08eb79e4685202da2ec347b990bb467e07" +PV = "0.1+git${SRCPV}" PR = "r0" -SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=desktop-folders;proto=http" -S = "${WORKDIR}/desktop-folders" +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" + +S = "${WORKDIR}/git" inherit autotools pkgconfig diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_git.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_git.bb new file mode 100644 index 0000000000..d6bfb2f8fb --- /dev/null +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_git.bb @@ -0,0 +1,12 @@ +require matchbox-theme-sato.inc + +DEPENDS = "matchbox-wm-2" +SRCREV = "f72cf4ed7d71ad9e47b0f2d3dbc593bc2f3e76f8" +PV = "0.2+git${SRCPV}" + +SRC_URI = "git://git.yoctoproject.org/matchbox-sato;protocol=git \ + file://png_rename.patch" + +S = "${WORKDIR}/git" + +EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2" diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb deleted file mode 100644 index 89e01b148b..0000000000 --- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb +++ /dev/null @@ -1,12 +0,0 @@ -require matchbox-theme-sato.inc - -DEPENDS = "matchbox-wm-2" -SRCREV = "164" -PV = "0.1+svnr${SRCPV}" - -SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http \ - file://png_rename.patch" - -S = "${WORKDIR}/matchbox-sato" - -EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2" diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb index 776d802c4e..bb41fdfea3 100644 --- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb @@ -1,13 +1,13 @@ require matchbox-theme-sato.inc -SRCREV = "90" -PV = "0.1+svnr${SRCPV}" +SRCREV = "f72cf4ed7d71ad9e47b0f2d3dbc593bc2f3e76f8" +PV = "0.2+git${SRCPV}" PR = "r0" DEFAULT_PREFERENCE = "-1" -SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" +SRC_URI = "git://git.yoctoproject.org/matchbox-sato;protocol=git" EXTRA_OECONF += "${@base_contains('MACHINE_FEATURES', 'qvga', '--with-mode=qvga', '',d)}" -S = "${WORKDIR}/matchbox-sato" +S = "${WORKDIR}/git" diff --git a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb b/meta/recipes-sato/owl-video-widget/libowl-av_git.bb index 04928a4c30..176b61ffc5 100644 --- a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb +++ b/meta/recipes-sato/owl-video-widget/libowl-av_git.bb @@ -12,14 +12,15 @@ DEPENDS = "gtk+ gstreamer gst-plugins-base" RDEPENDS_${PN} = "gst-meta-base" RRECOMMENDS_${PN} = "gst-meta-audio gst-meta-video" -SRCREV = "416" -PV = "0.0+svnr${SRCPV}" -PR = "r6" +SRCREV = "1379fd230a32509e94971961183f1031f469737a" +PV = "0.1+git${SRCPV}" +PR = "r0" -S = "${WORKDIR}/${BPN}" -SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http \ +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ file://gst_change_state.patch \ file://make-382.patch" +S = "${WORKDIR}/git" + inherit autotools pkgconfig diff --git a/meta/recipes-sato/owl-video-widget/owl-video_svn.bb b/meta/recipes-sato/owl-video-widget/owl-video_git.bb index 52883ce2c3..3ecb82e78b 100644 --- a/meta/recipes-sato/owl-video-widget/owl-video_svn.bb +++ b/meta/recipes-sato/owl-video-widget/owl-video_git.bb @@ -8,13 +8,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ac14b7ca45afea5af040da54db270eb0 \ SECTION = "x11" DEPENDS = "libowl-av" -SRCREV = "394" -PV = "0.0+svnr${SRCPV}" -PR = "r3" +SRCREV = "f133472318970796fae1ea3e98ac062156768baf" +PV = "0.1+git${SRCPV}" +PR = "r0" -S = "${WORKDIR}/video" +S = "${WORKDIR}/git" -SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=video;proto=http \ +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ file://gtk_multithread_safe.patch \ file://owl-video-widget.png \ file://stock_media-play.png \ diff --git a/meta/recipes-sato/puzzles/oh-puzzles_svn.bb b/meta/recipes-sato/puzzles/oh-puzzles_git.bb index b5e5b91b65..6d95d79e8c 100644 --- a/meta/recipes-sato/puzzles/oh-puzzles_svn.bb +++ b/meta/recipes-sato/puzzles/oh-puzzles_git.bb @@ -11,18 +11,18 @@ SECTION = "x11" DEPENDS = "gtk+ gconf intltool-native librsvg" DEPENDS_append_poky = " libowl" -SRCREV = "23" -PV = "0.1+svnr${SRCPV}" +SRCREV = "92f1a20e4b72eed7a35b00984d9793b51dc2fb3b" +PV = "0.2+git${SRCPV}" PR = "r10" -bindir = "/usr/games" +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" +SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;striplevel=0 " -inherit autotools pkgconfig +S = "${WORKDIR}/git" -SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http" -SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;striplevel=0 " +inherit autotools pkgconfig -S = "${WORKDIR}/${BPN}" +bindir = "/usr/games" EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" diff --git a/meta/recipes-sato/screenshot/screenshot_svn.bb b/meta/recipes-sato/screenshot/screenshot_git.bb index 825870d6dd..917a27dc22 100644 --- a/meta/recipes-sato/screenshot/screenshot_svn.bb +++ b/meta/recipes-sato/screenshot/screenshot_git.bb @@ -8,14 +8,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://screenshot-ui.h;endline=9;md5=638d9ffa83e9325a36df224166ed6ad0" DEPENDS = "matchbox-panel-2" -SRCREV = "292" -PV = "0.0+svnr${SRCPV}" -PR = "r2" +SRCREV = "c792e4edc758bab21e0b01814979eacf0b1af945" +PV = "0.1+git${SRCPV}" +PR = "r0" -SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http \ +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ file://fix_ldadd_order.patch" -S = ${WORKDIR}/${BPN} +S = "${WORKDIR}/git" inherit autotools pkgconfig diff --git a/meta/recipes-sato/web/web-webkit_svn.bb b/meta/recipes-sato/web/web-webkit_git.bb index 2f79e0ad1c..2af12bc392 100644 --- a/meta/recipes-sato/web/web-webkit_svn.bb +++ b/meta/recipes-sato/web/web-webkit_git.bb @@ -11,15 +11,15 @@ DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl" # To access https web pages RRECOMMENDS_${PN} += "glib-networking" -SRCREV = "130" -PV = "0.0+svnr${SRCPV}" -PR = "r4" +SRCREV = "0f7019acd9db5383c732d0524c7c3a5eaec9be2b" +PV = "0.1+git${SRCPV}" +PR = "r0" -SRC_URI = "svn://svn.o-hand.com/repos/web/branches;module=webkit;proto=http \ +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ file://link-with-g++.patch \ file://make-382.patch" -S = "${WORKDIR}/webkit" +S = "${WORKDIR}/git" EXTRA_OECONF = "--enable-libowl" |