From: Rod Whitby Date: Wed, 29 Nov 2006 19:16:31 +0000 (+0000) Subject: slugimage: updated to latest svn to fix missing microcode problem X-Git-Tag: Release-2010-05/1~9453^2~222^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc4bab052827c5b88109474ba8e78d8059d6a009;p=openembedded.git slugimage: updated to latest svn to fix missing microcode problem --- diff --git a/packages/slugimage/slugimage.bb b/packages/slugimage/slugimage.bb index 60f66b9460..16873d8d24 100644 --- a/packages/slugimage/slugimage.bb +++ b/packages/slugimage/slugimage.bb @@ -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 = "r9" +PR = "r10" RDEPENDS = "perl" -SLUGIMAGE_SVN_REV ?= "81" +SLUGIMAGE_SVN_REV ?= "82" SLUGIMAGE_SVN_REPO ?= "http://svn.nslu2-linux.org/svnroot/slugimage/trunk" addtask svnfetch before do_configure after do_patch