linux-rp: Depends on bc during buildtime for collie.
authorPaul Sokolovsky <pmiscml@gmail.com>
Thu, 22 Nov 2007 18:49:28 +0000 (18:49 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 22 Nov 2007 18:49:28 +0000 (18:49 +0000)
* Don't bother to create bc-natibe though, just add it to global
ASSUME_PROVIDED list.

conf/bitbake.conf
packages/linux/linux-rp.inc
packages/linux/linux-rp_2.6.21.bb

index 57204e8..9d5d54b 100644 (file)
@@ -108,6 +108,7 @@ DATETIME = "${DATE}${TIME}"
 # python-native should be here but python relies on building 
 # its own in staging
 ASSUME_PROVIDED = "\
+    bc-native \
     bzip2-native \
     cvs-native \
     diffstat-native \
index 754f3b9..0f81bd4 100644 (file)
@@ -4,6 +4,7 @@ LICENSE = "GPL"
 
 inherit kernel
 
+DEPENDS_collie += "bc-native"
 RPROVIDES_kernel-base += "hostap-modules"
 
 DOSRC = "http://www.do13.de/openzaurus/patches"
index 795e727..2084930 100644 (file)
@@ -1,6 +1,6 @@
 require linux-rp.inc
 
-PR = "r10"
+PR = "r11"
 
 DEFAULT_PREFERENCE_collie = "1"