From e6ecfdd92f3e4412a38c70b9e8931c330b7ede7e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 16 Nov 2008 13:06:56 +0100 Subject: dsplink: use 1.60 release instead of beta --- packages/dsplink/dsplink_1.60.00.04.bb | 17 ----------------- packages/dsplink/dsplink_1.60.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 packages/dsplink/dsplink_1.60.00.04.bb create mode 100644 packages/dsplink/dsplink_1.60.bb (limited to 'packages') diff --git a/packages/dsplink/dsplink_1.60.00.04.bb b/packages/dsplink/dsplink_1.60.00.04.bb deleted file mode 100644 index d5f3e973cd..0000000000 --- a/packages/dsplink/dsplink_1.60.00.04.bb +++ /dev/null @@ -1,17 +0,0 @@ -require dsplink.inc - -# The tconf tool breaks if there is a '.' in your pwd -PR = "r2" -PE = "1" -PV = "160" - -# Get dsplink tarball from TI website, place in sources and calculate -# md5sum -# Look for tarball at https://www-a.ti.com/downloads/sds_support/targetcontent/link/index.html - -SRC_URI = "http://install.tarball.in.source.dir/dsplink_1_60_00_04.tar.gz \ - file://Makefile.dsplink \ -" - -S = "${WORKDIR}/dsplink_1_60_00_04/dsplink" - diff --git a/packages/dsplink/dsplink_1.60.bb b/packages/dsplink/dsplink_1.60.bb new file mode 100644 index 0000000000..12027770a9 --- /dev/null +++ b/packages/dsplink/dsplink_1.60.bb @@ -0,0 +1,17 @@ +require dsplink.inc + +# The tconf tool breaks if there is a '.' in your pwd +PR = "r2" +PE = "1" +PV = "160" + +# Get dsplink tarball from TI website, place in sources and calculate +# md5sum +# Look for tarball at https://www-a.ti.com/downloads/sds_support/targetcontent/link/link_1_60/index.html + +SRC_URI = "http://install.tarball.in.source.dir/dsplink_1_60.tar.gz \ + file://Makefile.dsplink \ +" + +S = "${WORKDIR}/dsplink_1_60/dsplink" + -- cgit v1.2.3