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-graphics | |
parent | 55168655ec95e8eff70f90a462ed0a8d87d8d87f (diff) | |
download | openembedded-core-4e7218c19775ef81caed27742e9d203af10b7416.tar.gz openembedded-core-4e7218c19775ef81caed27742e9d203af10b7416.tar.bz2 openembedded-core-4e7218c19775ef81caed27742e9d203af10b7416.tar.xz 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-graphics')
-rw-r--r-- | meta/recipes-graphics/fstests/fstests_git.bb (renamed from meta/recipes-graphics/fstests/fstests_svn.bb) | 15 | ||||
-rw-r--r-- | meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb (renamed from meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb) | 10 | ||||
-rw-r--r-- | meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb (renamed from meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb) | 8 |
3 files changed, 17 insertions, 16 deletions
diff --git a/meta/recipes-graphics/fstests/fstests_svn.bb b/meta/recipes-graphics/fstests/fstests_git.bb index 2ffdc35cc..e1623f493 100644 --- a/meta/recipes-graphics/fstests/fstests_svn.bb +++ b/meta/recipes-graphics/fstests/fstests_git.bb @@ -4,16 +4,17 @@ SECTION = "devel" LICENSE = "Zlib" DEPENDS = "pango libxext libxft virtual/libx11 gtk+" -SRCREV = "426" -PV = "0.0+svnr${SRCPV}" -PR = "r1" +SRCREV = "218b99d82b56011e3f1b909e6baf22ce25af6334" +PV = "0.1+git${SRCPV}" +PR = "r0" -inherit autotools -SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=fstests;proto=http \ - file://dso_linking_change_build_fix.patch" +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ + file://dso_linking_change_build_fix.patch" + +S = "${WORKDIR}/git/tests" -S = "${WORKDIR}/fstests/tests" +inherit autotools do_install() { install -d ${D}${bindir} diff --git a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb index 0b5e3f1e6..c9498f7f9 100644 --- a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb +++ b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb @@ -5,15 +5,15 @@ LIC_FILES_CHKSUM = "file://matchbox/core/mb-wm.h;endline=21;md5=1b1d328a52790635 DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" -SRCREV = "2106" -PV = "0.0+svnr${SRCPV}" -PR = "r5" +SRCREV = "18ab9c7e4ffcb066b25281172ea82947bd56cb86" +PV = "0.1+git${SRCPV}" +PR = "r0" -SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ +SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;proto=git \ file://fix_makefile.patch \ " -S = "${WORKDIR}/matchbox-window-manager-2" +S = "${WORKDIR}/git" inherit autotools pkgconfig update-alternatives diff --git a/meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb index 0c6ca3fea..166b50b9b 100644 --- a/meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb +++ b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb @@ -4,12 +4,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://src/test-xvideo.c;beginline=1;endline=20;md5=6ae3b4c3c2ff9e51dbbc35bb237afa00" DEPENDS = "libxv" -SRCREV = "270" -PV = "0.0+svnr${SRCPV}" +SRCREV = "f8f320d0254c09ce483fc1d8ee99ecf5bc940965" +PV = "0.1+git${SRCPV}" PR = "r0" -SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http" +SRC_URI = "git://git.yoctoproject.org/test-xvideo;protocol=git" -S = "${WORKDIR}/test-xvideo" +S = "${WORKDIR}/git" inherit autotools |