[oe-commits] org.oe.dev fis: Updated to use nslu2-linux svn source

rwhitby commit openembedded-commits at lists.openembedded.org
Sat Aug 18 13:28:39 UTC 2007


fis: Updated to use nslu2-linux svn source

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

#
# mt diff -r26e6a3557f6ba9ad4ffb5bfed72f48b1cdaff3a5 -r9ff0f129c558fe9930febe6662f830fa9069d3b4
#
# 
# 
# patch "packages/redboot-utils/fis_1.0.bb"
#  from [a66b4741b57f521582e2e3edd47cc42cebe7097d]
#    to [423fde1a30e871e390b48542349b88efb3a07ac9]
# 
============================================================
--- packages/redboot-utils/fis_1.0.bb	a66b4741b57f521582e2e3edd47cc42cebe7097d
+++ packages/redboot-utils/fis_1.0.bb	423fde1a30e871e390b48542349b88efb3a07ac9
@@ -1,15 +1,14 @@ DESCRIPTION = "Tool to edit the Redboot 
 DESCRIPTION = "Tool to edit the Redboot FIS partition layout from userspace"
-PR = "r3"
+PR = "r4"
 
-SRC_URI = "http://svn.chezphil.org/utils/trunk/fis.c"
+SRC_URI = "svn://svn.nslu2-linux.org/svnroot/fis;module=trunk;proto=http"
+S="${WORKDIR}/trunk"
 
-do_compile() {
-	${CC} --std=c99 -Os -W -o fis ${WORKDIR}/fis.c
-}
+export CFLAGS += "--std=c99"
 
 do_install() {
-	${STRIP} ${WORKDIR}/fis-${PV}/fis
+	${STRIP} ${S}/fis
 
 	install -d ${D}/${sbindir}
-	install -m 755 ${WORKDIR}/fis-${PV}/fis ${D}/${sbindir}
+	install -m 755 ${S}/fis ${D}/${sbindir}
 }






More information about the Openembedded-commits mailing list