[oe-commits] Tom Rini : dt: Fix 'S' as it's no longer dt.d-WIP

git version control git at git.openembedded.org
Mon Oct 4 22:29:54 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9975b23563cf5b32565de70f6395f5faa155d4aa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9975b23563cf5b32565de70f6395f5faa155d4aa

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Oct  4 12:39:08 2010 -0700

dt: Fix 'S' as it's no longer dt.d-WIP

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/dt/dt.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/dt/dt.inc b/recipes/dt/dt.inc
index 7e64bc5..31f3402 100644
--- a/recipes/dt/dt.inc
+++ b/recipes/dt/dt.inc
@@ -7,7 +7,7 @@ LICENSE = "Public domain"
 INC_PR = "r0"
 
 SRC_URI = "http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/ftp/dt/dt-source.tar.gz"
-S = "${WORKDIR}/dt.d-WIP"
+S = "${WORKDIR}/dt.d"
 
 TARGET_CC_ARCH += "${LDFLAGS}"
 





More information about the Openembedded-commits mailing list