aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-09-24 13:23:26 +0000
committerRod Whitby <rod@whitby.id.au>2007-09-24 13:23:26 +0000
commit6b5aebd11786e14e67cc1229d653895acd104f92 (patch)
tree8da1c7fd1a31674c36114b5fa0fc2d6f42652a6e
parentcd3c4c17264f76f2a257e30d703984206e97febc (diff)
downloadopenembedded-6b5aebd11786e14e67cc1229d653895acd104f92.tar.gz
slugimage: Updated to latest version which can accept the version 3.0 intel microcode.
-rw-r--r--packages/slugimage/slugimage.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/slugimage/slugimage.bb b/packages/slugimage/slugimage.bb
index ad05d54851..67367d5192 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 = "r11"
+PR = "r12"
RDEPENDS = "perl"
-SLUGIMAGE_SVN_REV ?= "103"
+SLUGIMAGE_SVN_REV ?= "104"
SLUGIMAGE_SVN_REPO ?= "http://svn.nslu2-linux.org/svnroot/slugimage/trunk"
addtask svnfetch before do_configure after do_patch