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:
dd80fc5
)
net-tools: use bitbake variables rather than shell variables in do_compile
author
Chris Larson
<chris_larson@mentor.com>
Wed, 19 May 2010 19:53:33 +0000
(12:53 -0700)
committer
Chris Larson
<chris_larson@mentor.com>
Wed, 19 May 2010 19:53:49 +0000
(12:53 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/net-tools/net-tools_1.60.bb
patch
|
blob
|
history
diff --git
a/recipes/net-tools/net-tools_1.60.bb
b/recipes/net-tools/net-tools_1.60.bb
index
a370d83
..
fcda747
100644
(file)
--- a/
recipes/net-tools/net-tools_1.60.bb
+++ b/
recipes/net-tools/net-tools_1.60.bb
@@
-83,8
+83,8
@@
do_compile() {
unset LDFLAGS
oe_runmake
- $
CC $CFLAGS
-o ether-wake ether-wake.c
- $
CC $CFLAGS
-o mii-diag mii-diag.c
+ $
{CC} ${CFLAGS} ${LDFLAGS}
-o ether-wake ether-wake.c
+ $
{CC} ${CFLAGS} ${LDFLAGS}
-o mii-diag mii-diag.c
}
do_install() {