slugimage: Updated to latest svn version, which reserves space for the Apex environment.
authorRod Whitby <rod@whitby.id.au>
Wed, 29 Nov 2006 11:55:45 +0000 (11:55 +0000)
committerRod Whitby <rod@whitby.id.au>
Wed, 29 Nov 2006 11:55:45 +0000 (11:55 +0000)
packages/slugimage/slugimage.bb

index a28fe20..60f66b9 100644 (file)
@@ -3,11 +3,11 @@ SECTION = "console/utils"
 LICENSE = "BSD"
 DESCRIPTION = "Slugimage is a small app to disassemble and reassemble \
 flash images for the Linksys NSLU2 device. It also has jffs2 support"
-PR = "r8"
+PR = "r9"
 
 RDEPENDS = "perl"
 
-SLUGIMAGE_SVN_REV  ?= "78"
+SLUGIMAGE_SVN_REV  ?= "81"
 SLUGIMAGE_SVN_REPO ?= "http://svn.nslu2-linux.org/svnroot/slugimage/trunk"
 
 addtask svnfetch before do_configure after do_patch