From: Rod Whitby Date: Thu, 2 Aug 2007 03:50:33 +0000 (+0000) Subject: fis: Made it working again X-Git-Tag: Release-2010-05/1~8868^2~62^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be8057976fa5a5485025fcaf6d0983fb150aa0b;p=openembedded.git fis: Made it working again --- diff --git a/packages/nonworking/redboot-utils/fis_1.0.bb b/packages/redboot-utils/fis_1.0.bb similarity index 70% rename from packages/nonworking/redboot-utils/fis_1.0.bb rename to 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