aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-10-04 12:39:08 -0700
committerTom Rini <tom_rini@mentor.com>2010-10-04 15:22:52 -0700
commit9975b23563cf5b32565de70f6395f5faa155d4aa (patch)
tree953e0a4b739144228e2c7b3fc7f57865f707b699
parent86f4623bf5f8fd314b531b360bd08353389e5f71 (diff)
downloadopenembedded-9975b23563cf5b32565de70f6395f5faa155d4aa.tar.gz
dt: Fix 'S' as it's no longer dt.d-WIP
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/dt/dt.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dt/dt.inc b/recipes/dt/dt.inc
index 7e64bc5c8d..31f34026b4 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}"