linux-rp.inc: Fix collie DEPENDS so DEPENDS is appended to, not overwritten, += is...
authorRichard Purdie <rpurdie@rpsys.net>
Mon, 7 Jan 2008 21:43:41 +0000 (21:43 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Mon, 7 Jan 2008 21:43:41 +0000 (21:43 +0000)
packages/linux/linux-rp.inc

index 0f81bd4..fb6570e 100644 (file)
@@ -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"