[oe-commits] org.oe.dev mythfront-config: use siaddr, not serveraddr

pb commit openembedded-commits at lists.openembedded.org
Sun Jan 28 16:43:13 UTC 2007


mythfront-config: use siaddr, not serveraddr

Author: pb at openembedded.org
Branch: org.openembedded.dev
Revision: 84648f8847e78c8f4fc785417675d750d2dbfb6d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=84648f8847e78c8f4fc785417675d750d2dbfb6d
Files:
1
packages/mythfront/mythfront-config/tftp.sh
packages/mythfront/mythfront-config.bb
Diffs:

#
# mt diff -r2dd5cca79f167b66d2877d7f896a777bd032cc4e -r84648f8847e78c8f4fc785417675d750d2dbfb6d
#
# 
# 
# patch "packages/mythfront/mythfront-config/tftp.sh"
#  from [7ff8fb38126ab5faf7aced9b1c4c3b6db9f62daf]
#    to [59d181123b3f8d956a4e5f3a667f29db31943844]
# 
# patch "packages/mythfront/mythfront-config.bb"
#  from [111d91b123305f4d0ae7e0fc75b86cf5f88ecf52]
#    to [551d9a7945435fb7c8833d2d1336df67a9d0f5df]
# 
============================================================
--- packages/mythfront/mythfront-config/tftp.sh	7ff8fb38126ab5faf7aced9b1c4c3b6db9f62daf
+++ packages/mythfront/mythfront-config/tftp.sh	59d181123b3f8d956a4e5f3a667f29db31943844
@@ -16,8 +16,8 @@ for fn in $files; do
 cd /var/lib/config
 
 for fn in $files; do
-  if ! tftp -g $serverid -r $bootdir/mythfront/$ip/$fn -l $fn; then
-    if ! tftp -g $serverid -r $bootdir/mythfront/default/$fn -l $fn; then
+  if ! tftp -g $siaddr -r $bootdir/mythfront/$ip/$fn -l $fn; then
+    if ! tftp -g $siaddr -r $bootdir/mythfront/default/$fn -l $fn; then
       rm -f $fn
     fi
   fi
============================================================
--- packages/mythfront/mythfront-config.bb	111d91b123305f4d0ae7e0fc75b86cf5f88ecf52
+++ packages/mythfront/mythfront-config.bb	551d9a7945435fb7c8833d2d1336df67a9d0f5df
@@ -1,4 +1,4 @@
-PV = "1.9"
+PV = "1.10"
 PR = "r0"
 
 RDEPENDS_${PN} = "font-misc-misc"






More information about the Openembedded-commits mailing list