aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dt/dt.inc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-02-19 12:08:00 -0700
committerChris Larson <chris_larson@mentor.com>2010-02-19 12:10:59 -0700
commitac71f240bf08b559557616f4071e85d55bf9d28c (patch)
treece901060ee13e041255711ad19561e4268e73214 /recipes/dt/dt.inc
parentbd711cfab09394b6f3064eaed24b8761edc19f19 (diff)
downloadopenembedded-ac71f240bf08b559557616f4071e85d55bf9d28c.tar.gz
dt: convert to .inc, add no_aio patch for uclibc
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/dt/dt.inc')
-rw-r--r--recipes/dt/dt.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/dt/dt.inc b/recipes/dt/dt.inc
new file mode 100644
index 0000000000..7e64bc5c8d
--- /dev/null
+++ b/recipes/dt/dt.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "The Data Test Program (dt) is a generic data test program used to verify proper \
+operation of peripherals, file systems, device drivers, or any data stream supported by the \
+operating system."
+SECTION = "console/tests"
+HOMEPAGE = "http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/dt.html"
+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"
+
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+do_compile() {
+ ${MAKE} -f Makefile.linux
+}