dsplink: start filling in the skeleton some more
authorKoen Kooi <koen@openembedded.org>
Thu, 15 May 2008 13:02:24 +0000 (13:02 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 15 May 2008 13:02:24 +0000 (13:02 +0000)
packages/dsplink/dsplink_1.50.bb

index 6e1eda0..6e97d2a 100644 (file)
@@ -1,5 +1,7 @@
 DESCRIPTION = "DSP Link for TI ARM/DSP processors"
 
+DEPENDS - "virtual/kernel"
+
 PR = "r0"
 
 # Get dsplink tarball from TI website, place in sources and calculate
@@ -8,7 +10,10 @@ PR = "r0"
 SRC_URI ="http://install.tarball.in.source.dir/dsplink_1_50.tar.gz \
 "
 
-S = "${WORKDIR}/dsplink_1_50"
+S = "${WORKDIR}/dsplink_1_50/dsplink"
+
+# Needed for buildscripts
+export DSPLINK = "${S}"
 
 do_configure () {
 }
@@ -16,3 +21,5 @@ do_configure () {
 do_compile () {
 }
 
+PACKAGE_ARCH = "${MACHINE_ARCH}" 
+