diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-11-18 02:52:43 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-11-18 02:52:43 +0000 |
commit | 6bb3203ebbda8f0bd61a1539422352942c609252 (patch) | |
tree | a891f31dae22b8cb4446bb2a14a449609a3c7b3c /packages/slugimage | |
parent | 00db8c040e08335a8a42ede66596b6f49275ccce (diff) |
slugimage: fixed syntax error introduced by parser fixes
Diffstat (limited to 'packages/slugimage')
-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 8fcdca7c67..a28fe206d1 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 = "r7" +PR = "r8" RDEPENDS = "perl" -SLUGIMAGE_SVN_REV ?= "78 +SLUGIMAGE_SVN_REV ?= "78" SLUGIMAGE_SVN_REPO ?= "http://svn.nslu2-linux.org/svnroot/slugimage/trunk" addtask svnfetch before do_configure after do_patch |