diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-29 19:27:16 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-29 19:27:16 +0000 |
commit | 0f9387ad289cf63da20ad7fdabe46b34f38543d6 (patch) | |
tree | 83dc61f17374574d40a11dd377e4619082f8b6e6 | |
parent | f2d5c71043966804fa04a332703503e5dd65bf90 (diff) | |
parent | dc4bab052827c5b88109474ba8e78d8059d6a009 (diff) |
merge of 'ad36a7c0dc09029ac7c1a503d76ef1f5ca0600e0'
and 'dc872c264d1153f23f3441b4facbe53338c1f142'
-rw-r--r-- | packages/slugimage/slugimage.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |