[oe-commits] org.oe.dev slugimage: fixed syntax error introduced by parser fixes

rwhitby commit openembedded-commits at lists.openembedded.org
Sat Nov 18 03:20:30 UTC 2006


slugimage: fixed syntax error introduced by parser fixes

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 9db97dcc1204ecd8164c28d09f422f543537a866
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9db97dcc1204ecd8164c28d09f422f543537a866
Files:
1
packages/slugimage/slugimage.bb
Diffs:

#
# mt diff -r7406f1b8a5dd95fac92560e2d3f48302a76a1e7a -r9db97dcc1204ecd8164c28d09f422f543537a866
#
# 
# 
# patch "packages/slugimage/slugimage.bb"
#  from [0edeb2776eaf14571a60041a29935b51d28e908b]
#    to [1fa64faad9187b2cb9c309e4a8e85819a24de0cd]
# 
============================================================
--- packages/slugimage/slugimage.bb	0edeb2776eaf14571a60041a29935b51d28e908b
+++ packages/slugimage/slugimage.bb	1fa64faad9187b2cb9c309e4a8e85819a24de0cd
@@ -1,13 +1,13 @@ flash images for the Linksys NSLU2 devic
 # slugimage - normally built native, a perl script
 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






More information about the Openembedded-commits mailing list