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:
2be75db
)
ti-dvsdk-demos: use the proper variable for the build
author
Denys Dmytriyenko
<denis@denix.org>
Mon, 1 Mar 2010 22:31:35 +0000
(17:31 -0500)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 12 Apr 2010 17:43:20 +0000
(19:43 +0200)
PLATFORM variable is no longer set in the common .inc file, use the
local TARGET var instead.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/ti-dvsdk-demos.inc
patch
|
blob
|
history
diff --git
a/recipes/ti/ti-dvsdk-demos.inc
b/recipes/ti/ti-dvsdk-demos.inc
index
c23546d
..
42eb6c9
100644
(file)
--- a/
recipes/ti/ti-dvsdk-demos.inc
+++ b/
recipes/ti/ti-dvsdk-demos.inc
@@
-22,7
+22,7
@@
VERBOSE = "true"
do_compile () {
cd ${S}
make -e clean
- make -e ${
PLATFORM
}
+ make -e ${
TARGET
}
}
do_install () {
cd ${S}