aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-11-22 18:49:28 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-11-22 18:49:28 +0000
commitc549aa4d57104a78bd6756ab426b89267567bae6 (patch)
tree779c2809d8a5ac537310c31a9fe408dd634cac08
parenta5372cd835524e3af09f2a04c428b23fad59f194 (diff)
downloadopenembedded-c549aa4d57104a78bd6756ab426b89267567bae6.tar.gz
linux-rp: Depends on bc during buildtime for collie.
* Don't bother to create bc-natibe though, just add it to global ASSUME_PROVIDED list.
-rw-r--r--conf/bitbake.conf1
-rw-r--r--packages/linux/linux-rp.inc1
-rw-r--r--packages/linux/linux-rp_2.6.21.bb2
3 files changed, 3 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 57204e8cc3..9d5d54bfb8 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -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 \
diff --git a/packages/linux/linux-rp.inc b/packages/linux/linux-rp.inc
index 754f3b95bf..0f81bd4221 100644
--- a/packages/linux/linux-rp.inc
+++ b/packages/linux/linux-rp.inc
@@ -4,6 +4,7 @@ LICENSE = "GPL"
inherit kernel
+DEPENDS_collie += "bc-native"
RPROVIDES_kernel-base += "hostap-modules"
DOSRC = "http://www.do13.de/openzaurus/patches"
diff --git a/packages/linux/linux-rp_2.6.21.bb b/packages/linux/linux-rp_2.6.21.bb
index 795e727ed3..2084930192 100644
--- a/packages/linux/linux-rp_2.6.21.bb
+++ b/packages/linux/linux-rp_2.6.21.bb
@@ -1,6 +1,6 @@
require linux-rp.inc
-PR = "r10"
+PR = "r11"
DEFAULT_PREFERENCE_collie = "1"