summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/redboot-utils/fis_1.0.bb (renamed from packages/nonworking/redboot-utils/fis_1.0.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/nonworking/redboot-utils/fis_1.0.bb b/packages/redboot-utils/fis_1.0.bb
index d1170b6ba8..b0d6d76008 100644
--- a/packages/nonworking/redboot-utils/fis_1.0.bb
+++ b/packages/redboot-utils/fis_1.0.bb
@@ -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