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:
484aec6
)
linux-rp.inc: Fix collie DEPENDS so DEPENDS is appended to, not overwritten, += is...
author
Richard Purdie
<rpurdie@rpsys.net>
Mon, 7 Jan 2008 21:43:41 +0000
(21:43 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Mon, 7 Jan 2008 21:43:41 +0000
(21:43 +0000)
packages/linux/linux-rp.inc
patch
|
blob
|
history
diff --git
a/packages/linux/linux-rp.inc
b/packages/linux/linux-rp.inc
index
0f81bd4
..
fb6570e
100644
(file)
--- a/
packages/linux/linux-rp.inc
+++ b/
packages/linux/linux-rp.inc
@@
-4,7
+4,7
@@
LICENSE = "GPL"
inherit kernel
-DEPENDS_
collie += "
bc-native"
+DEPENDS_
append_collie = "
bc-native"
RPROVIDES_kernel-base += "hostap-modules"
DOSRC = "http://www.do13.de/openzaurus/patches"