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:
d21e9e8
)
dsplink : unset DISPLAY since dsplink Makefile uses DISPLAY for echo command.
author
Philip Balister
<philip@balister.org>
Fri, 23 May 2008 19:22:14 +0000
(19:22 +0000)
committer
Philip Balister
<philip@balister.org>
Fri, 23 May 2008 19:22:14 +0000
(19:22 +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
dae3b04
..
56c2905
100644
(file)
--- a/
packages/dsplink/dsplink_1.50.bb
+++ b/
packages/dsplink/dsplink_1.50.bb
@@
-47,6
+47,7
@@
PARALLEL_MAKE = ""
do_compile () {
ln -sf ${S}/gpp/src/api/*h ${S}/gpp/inc/
ln -sf ${S}/gpp/src/pmgr/Linux/2.6.18 ${S}/gpp/src/pmgr/Linux/2.6.26-rc2-omap1
+ unset DISPLAY
oe_runmake -C ${S}/gpp/src
}