[oe-commits] Apelete Seketeli : psplash: convert from svn.o-hand.com to git.yoctoproject .org

git at git.openembedded.org git at git.openembedded.org
Tue Jul 10 09:30:46 UTC 2012


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: f9611c025109a3e0d6cebf12f49ae24c97759c09
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=f9611c025109a3e0d6cebf12f49ae24c97759c09

Author: Apelete Seketeli <apelete at seketeli.net>
Date:   Sun Jul  1 20:56:23 2012 +0200

psplash: convert from svn.o-hand.com to git.yoctoproject.org

Convert all psplash recipes from svn.o-hand.com to
git.yoctoproject.org since svn.o-hand.com seems to be down.

Signed-off-by: Apelete Seketeli <apelete at seketeli.net>

---

 ...ash-angstrom_svn.bb => psplash-angstrom_git.bb} |    5 ++---
 ...plash-kaeilos_svn.bb => psplash-kaeilos_git.bb} |    6 ++----
 ...3pandora_svn.bb => psplash-omap3pandora_git.bb} |    5 ++---
 .../{psplash-ti_svn.bb => psplash-ti_git.bb}       |    5 ++---
 recipes/psplash/psplash.inc                        |    8 ++++----
 recipes/psplash/{psplash_svn.bb => psplash_git.bb} |    5 ++---
 6 files changed, 14 insertions(+), 20 deletions(-)

diff --git a/recipes/psplash/psplash-angstrom_svn.bb b/recipes/psplash/psplash-angstrom_git.bb
similarity index 85%
rename from recipes/psplash/psplash-angstrom_svn.bb
rename to recipes/psplash/psplash-angstrom_git.bb
index 2667cc4..a68b957 100644
--- a/recipes/psplash/psplash-angstrom_svn.bb
+++ b/recipes/psplash/psplash-angstrom_git.bb
@@ -9,7 +9,7 @@ ALTERNATIVE_PRIORITY = "20"
 # respectively psplash-bar-img.h (BAR) for the bar.
 # You might also want to patch the colors (see patch)
 
-SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
+SRC_URI = "git://git.yoctoproject.org/psplash;protocol=git \
           file://psplash-18bpp.patch \
           file://logo-math.patch \
           file://psplash-poky-img.h \
@@ -17,5 +17,4 @@ SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
           file://psplash-default \
           file://splashfuncs \
           file://psplash-init"
-S = "${WORKDIR}/psplash"
-
+S = "${WORKDIR}/git"
diff --git a/recipes/psplash/psplash-kaeilos_svn.bb b/recipes/psplash/psplash-kaeilos_git.bb
similarity index 77%
rename from recipes/psplash/psplash-kaeilos_svn.bb
rename to recipes/psplash/psplash-kaeilos_git.bb
index 9a40cc7..6993aeb 100644
--- a/recipes/psplash/psplash-kaeilos_svn.bb
+++ b/recipes/psplash/psplash-kaeilos_git.bb
@@ -3,7 +3,7 @@ require psplash-ua.inc
 
 ALTERNATIVE_PRIORITY = "20"
 
-SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
+SRC_URI = "git://git.yoctoproject.org/psplash;protocol=git \
           file://logo-math.patch \
           file://psplash-poky-img.h \
           file://psplash-bar-img.h \
@@ -13,6 +13,4 @@ SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
           file://psplash-18bpp.patch \
           file://psplash-24bpp-BGR666.patch"
 
-S = "${WORKDIR}/psplash"
-
-
+S = "${WORKDIR}/git"
diff --git a/recipes/psplash/psplash-omap3pandora_svn.bb b/recipes/psplash/psplash-omap3pandora_git.bb
similarity index 85%
rename from recipes/psplash/psplash-omap3pandora_svn.bb
rename to recipes/psplash/psplash-omap3pandora_git.bb
index 120679b..c0e8610 100644
--- a/recipes/psplash/psplash-omap3pandora_svn.bb
+++ b/recipes/psplash/psplash-omap3pandora_git.bb
@@ -10,12 +10,11 @@ ALTERNATIVE_PRIORITY_omap3pandora = "5"
 # respectively psplash-bar-img.h (BAR) for the bar.
 # You might also want to patch the colors (see patch)
 
-SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
+SRC_URI = "git://git.yoctoproject.org/psplash;protocol=git \
           file://logo-math.patch \
           file://psplash-poky-img.h \
           file://psplash-bar-img.h \
           file://psplash-default \
           file://splashfuncs \
           file://psplash-init"
-S = "${WORKDIR}/psplash"
-
+S = "${WORKDIR}/git"
diff --git a/recipes/psplash/psplash-ti_svn.bb b/recipes/psplash/psplash-ti_git.bb
similarity index 86%
rename from recipes/psplash/psplash-ti_svn.bb
rename to recipes/psplash/psplash-ti_git.bb
index b754d09..9069daa 100644
--- a/recipes/psplash/psplash-ti_svn.bb
+++ b/recipes/psplash/psplash-ti_git.bb
@@ -9,7 +9,7 @@ ALTERNATIVE_PRIORITY = "20"
 # respectively psplash-bar-img.h (BAR) for the bar.
 # You might also want to patch the colors (see patch)
 
-SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
+SRC_URI = "git://git.yoctoproject.org/psplash;protocol=git \
           file://psplash-18bpp.patch \
           file://logo-math.patch \
           file://0001-configurability-for-rev-422.patch \
@@ -18,5 +18,4 @@ SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
           file://psplash-default \
           file://splashfuncs \
           file://psplash-init"
-S = "${WORKDIR}/psplash"
-
+S = "${WORKDIR}/git"
diff --git a/recipes/psplash/psplash.inc b/recipes/psplash/psplash.inc
index 2d999d1..1791edc 100644
--- a/recipes/psplash/psplash.inc
+++ b/recipes/psplash/psplash.inc
@@ -1,14 +1,14 @@
 DESCRIPTION = "Userspace framebuffer boot logo based on usplash."
-HOMEPAGE = "http://projects.o-hand.com/psplash"
+HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/psplash"
 SECTION = "base"
 LICENSE = "GPLv2+"
 PROVIDES = "virtual/psplash"
 RPROVIDES_${PN} = "virtual-psplash"
 RCONFLICTS_${PN} = "exquisite"
 
-SRCREV = "422"
-PV = "0.0+svnr${SRCPV}"
-PR = "r34"
+SRCREV = "d8ebee6f2b14d72b69bd37f1ea7e64e936a24695"
+PV = "0.1+git${SRCPV}"
+PR = "r0"
 
 # You can create your own pslash-poky-img.h by doing
 # ./make-image-header.sh <file>.png POKY
diff --git a/recipes/psplash/psplash_svn.bb b/recipes/psplash/psplash_git.bb
similarity index 84%
rename from recipes/psplash/psplash_svn.bb
rename to recipes/psplash/psplash_git.bb
index ea7a7b7..49e8e7e 100644
--- a/recipes/psplash/psplash_svn.bb
+++ b/recipes/psplash/psplash_git.bb
@@ -3,17 +3,16 @@ require psplash-ua.inc
 
 ALTERNATIVE_PRIORITY = "10"
 
-SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
+SRC_URI = "git://git.yoctoproject.org/psplash;protocol=git \
           file://psplash-poky-img.h \
           file://psplash-bar-img.h \
           file://psplash-default \
           file://splashfuncs \
           file://psplash-init"
-S = "${WORKDIR}/psplash"
+S = "${WORKDIR}/git"
 
 # This really should be default, but due yo openmoko hack below, can't be easily
 SRC_URI_append_angstrom = " file://logo-math.patch "
 SRC_URI_append_jlime = " file://configurability.patch file://progress-color.patch "
 SRC_URI_append_openmoko = " file://configurability.patch "
 SRC_URI_append_boc01 = " file://psplash_grayscale.patch "
-





More information about the Openembedded-commits mailing list