diff options
author | Richard Purdie <richard@openedhand.com> | 2006-02-13 13:09:56 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-02-13 13:09:56 +0000 |
commit | d0bf2b3192862de9027f64c2b71151940b9a1e0c (patch) | |
tree | bde412d42698353cdeff8578bc61fbd37feb5210 /openembedded/conf | |
parent | a6775856463dd3cab66ee40fb7a25ac4e5d184ac (diff) | |
download | openembedded-core-d0bf2b3192862de9027f64c2b71151940b9a1e0c.tar.gz openembedded-core-d0bf2b3192862de9027f64c2b71151940b9a1e0c.tar.bz2 openembedded-core-d0bf2b3192862de9027f64c2b71151940b9a1e0c.tar.xz openembedded-core-d0bf2b3192862de9027f64c2b71151940b9a1e0c.zip |
Fix an bitbake RDEPENDS bug and add a hack to work around quilt-native issues (the alternative is to start creating a load of native packages to map the runtime depends to build time ones).
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@275 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf')
-rw-r--r-- | openembedded/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/conf/bitbake.conf b/openembedded/conf/bitbake.conf index 89ab4ff92..1b567fe52 100644 --- a/openembedded/conf/bitbake.conf +++ b/openembedded/conf/bitbake.conf @@ -72,7 +72,7 @@ DATETIME = "${DATE}${TIME}" # python-native should be here but python relies on building # its own in staging -ASSUME_PROVIDED = "cvs-native svn-native" +ASSUME_PROVIDED = "cvs-native svn-native bzip2-native patch-native diffstat-native" ################################################################## # Package default variables. |