[oe-commits] org.oe.dev slugimage: Updated to use the new SVN repository

rwhitby commit openembedded-commits at lists.openembedded.org
Mon Nov 13 12:49:54 UTC 2006


slugimage: Updated to use the new SVN repository

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

#
# mt diff -rb8c5ebff4b839e55ea3f1cf61f24ad8132280f6b -r14f3e033bbf64b5af4b98c02ba821548407c7a1f
#
# 
# 
# patch "packages/slugimage/slugimage-native.bb"
#  from [14892b9db6366fee2168a26a57ebb82255cd5f58]
#    to [3c54ab3868916447724384bcc01855990c602d25]
# 
# patch "packages/slugimage/slugimage.bb"
#  from [b3f6e6270d653dab1cad9fdbd60ea0d2b75fe340]
#    to [e2c0d1032f30215fd0fe3c665a699a1860e25486]
# 
============================================================
--- packages/slugimage/slugimage-native.bb	14892b9db6366fee2168a26a57ebb82255cd5f58
+++ packages/slugimage/slugimage-native.bb	3c54ab3868916447724384bcc01855990c602d25
@@ -9,5 +9,5 @@ do_stage () {
 FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/slugimage-${PV}', '${FILE_DIRNAME}/slugimage', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
 
 do_stage () {
-	install -m 0755 slugimage/slugimage ${STAGING_BINDIR}/
+	install -m 0755 slugimage ${STAGING_BINDIR}/
 }
============================================================
--- packages/slugimage/slugimage.bb	b3f6e6270d653dab1cad9fdbd60ea0d2b75fe340
+++ packages/slugimage/slugimage.bb	e2c0d1032f30215fd0fe3c665a699a1860e25486
@@ -1,16 +1,24 @@ 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 = "r4"
+PR = "r5"
 
 RDEPENDS = "perl"
 
-SRC_URI = "cvs://anonymous:@nslu.cvs.sourceforge.net/cvsroot/nslu;module=slugimage;tag=SLUGIMAGE_3_2"
+SLUGIMAGE_SVN_REV  ?= 77
+SLUGIMAGE_SVN_REPO ?= http://svn.nslu2-linux.org/svnroot/slugimage/trunk
+
+addtask svnfetch before do_configure after do_patch
+
+do_svnfetch() {
+	svn co ${SLUGIMAGE_SVN_REPO} --revision ${SLUGIMAGE_SVN_REV} ${WORKDIR}
+}
+
 S = "${WORKDIR}"
 
 do_install () {
 	install -d ${D}${bindir}
-	install -m 0755 slugimage/slugimage ${D}${bindir}/
+	install -m 0755 slugimage ${D}${bindir}/
 }






More information about the Openembedded-commits mailing list