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:
a13bce9
)
ti-pru-sw-app-loader: fix build and QA issues
author
Koen Kooi
<koen@openembedded.org>
Sat, 8 Jan 2011 09:18:27 +0000
(10:18 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 8 Jan 2011 09:18:27 +0000
(10:18 +0100)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
patch
|
blob
|
history
diff --git
a/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
b/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
index
b1d3f39
..
142c1bc
100644
(file)
--- a/
recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
+++ b/
recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
@@
-10,8
+10,10
@@
SRC_URI = "svn://gforge.ti.com/svn/pru_sw/;module=trunk;proto=https;user=anonymo
SRCREV = "23"
S = "${WORKDIR}/trunk/app_loader"
+TARGET_CC_ARCH += "${LDFLAGS}"
+
do_compile () {
- make -C ${S}/interface
+
oe_run
make -C ${S}/interface
}
do_install () {