fis: Made it working again
authorRod Whitby <rod@whitby.id.au>
Thu, 2 Aug 2007 03:50:33 +0000 (03:50 +0000)
committerRod Whitby <rod@whitby.id.au>
Thu, 2 Aug 2007 03:50:33 +0000 (03:50 +0000)
packages/redboot-utils/fis_1.0.bb [moved from packages/nonworking/redboot-utils/fis_1.0.bb with 70% similarity]

similarity index 70%
rename from packages/nonworking/redboot-utils/fis_1.0.bb
rename to packages/redboot-utils/fis_1.0.bb
index d1170b6..b0d6d76 100644 (file)
@@ -1,8 +1,7 @@
 DESCRIPTION = "Tool to edit the Redboot FIS partition layout from userspace"
-PR = "r2"
+PR = "r3"
 
-SRC_URI = "http://svn.chezphil.org/utils/trunk/fis.c \
-          svn://svn.chezphil.org/;module=libpbe;proto=http"
+SRC_URI = "http://svn.chezphil.org/utils/trunk/fis.c"
 
 do_compile() {
        ${CC} --std=c99 -Os -W -o fis ${WORKDIR}/fis.c