[oe-commits] Alex Ferguson : fileselector: Bumped PV from 1.0 to 1.1.

git version control git at git.openembedded.org
Mon Nov 15 19:26:01 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b9ea13f7bd5a7b1bf71bcd49c2eda34c6a7f7216
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b9ea13f7bd5a7b1bf71bcd49c2eda34c6a7f7216

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Mon Nov 15 21:07:13 2010 +0200

fileselector: Bumped PV from 1.0 to 1.1.

Updated upstream source file with some bug-fixes along with a small
program called 'loading' which simply exists to display a black screen,
providing a stable background in scripts which use fileselector. Crappy,
I know, but it only uses xlib and is lightweight so why not.

Signed-off-by: Alex Ferguson <thoughtmonster at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 .../{fileselector_1.0.bb => fileselector_1.1.bb}   |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/jlime/fileselector_1.0.bb b/recipes/jlime/fileselector_1.1.bb
similarity index 63%
rename from recipes/jlime/fileselector_1.0.bb
rename to recipes/jlime/fileselector_1.1.bb
index 5f07335..6a4929d 100644
--- a/recipes/jlime/fileselector_1.0.bb
+++ b/recipes/jlime/fileselector_1.1.bb
@@ -5,11 +5,11 @@ PR = "r0"
 DEPENDS = "virtual/libsdl libsdl-ttf"
 RDEPENDS = "ttf-dejavu-sans-condensed"
 
-SRC_URI = "http://jlime.com/downloads/development/software/fileselector-1.0.tar.gz"
+SRC_URI = "http://jlime.com/downloads/development/software/fileselector-${PV}.tar.gz"
 
 do_install() {
 	oe_runmake install DESTDIR=${D}
 }
 
-SRC_URI[md5sum] = "7dc2f18a52778c3277cafc23ffdd4022"
-SRC_URI[sha256sum] = "d9be5ad183b55aa9af50e89b04de591a488dfc8d1d756e01e13fe183e0a168e7"
+SRC_URI[md5sum] = "fb0e57e86605a8650c90349b6e17c5a6"
+SRC_URI[sha256sum] = "8dd35fcb6fcf3af285e2a74420ae2027626f7a1cc64f66da36568884f9a3e30c"





More information about the Openembedded-commits mailing list