diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-11-18 05:04:42 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-11-18 05:04:42 +0000 |
commit | 7485bff43a6d20b64c007c79c320e7557e746b39 (patch) | |
tree | d64e41571d37f468bfe77ef5b24886afc2970391 /packages | |
parent | e188a661e62679163f444c3819c721d5626901c1 (diff) | |
parent | 76fc8631d8f3c1c6ea42e079c7ad8ed4c5b9c93d (diff) |
merge of '0d1b152adad503ee4fb6161676fa61801c45d2f0'
and '8430e1837c1383ef45ac9fbadba2042d39f06c0d'
Diffstat (limited to 'packages')
-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 |