git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cda3e7
)
dsplink: start filling in the skeleton some more
author
Koen Kooi
<koen@openembedded.org>
Thu, 15 May 2008 13:02:24 +0000
(13:02 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 15 May 2008 13:02:24 +0000
(13:02 +0000)
packages/dsplink/dsplink_1.50.bb
patch
|
blob
|
history
diff --git
a/packages/dsplink/dsplink_1.50.bb
b/packages/dsplink/dsplink_1.50.bb
index
6e1eda0
..
6e97d2a
100644
(file)
--- a/
packages/dsplink/dsplink_1.50.bb
+++ b/
packages/dsplink/dsplink_1.50.bb
@@
-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}"
+