From 9975b23563cf5b32565de70f6395f5faa155d4aa Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 4 Oct 2010 12:39:08 -0700 Subject: dt: Fix 'S' as it's no longer dt.d-WIP Signed-off-by: Tom Rini --- recipes/dt/dt.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit 1.2.3-korg