aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-11-29 19:27:16 +0000
committerKoen Kooi <koen@openembedded.org>2006-11-29 19:27:16 +0000
commit0f9387ad289cf63da20ad7fdabe46b34f38543d6 (patch)
tree83dc61f17374574d40a11dd377e4619082f8b6e6 /packages
parentf2d5c71043966804fa04a332703503e5dd65bf90 (diff)
parentdc4bab052827c5b88109474ba8e78d8059d6a009 (diff)
downloadopenembedded-0f9387ad289cf63da20ad7fdabe46b34f38543d6.tar.gz
merge of 'ad36a7c0dc09029ac7c1a503d76ef1f5ca0600e0'
and 'dc872c264d1153f23f3441b4facbe53338c1f142'
Diffstat (limited to 'packages')
-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 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