summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorChris Larson <kergoth@openedhand.com>2006-09-21 16:29:02 +0000
committerChris Larson <kergoth@openedhand.com>2006-09-21 16:29:02 +0000
commit8d804ea40a349e679850b716012120e54fe5242d (patch)
treed8b1d37ea78880df826f81bb4b791f8f93f1f985 /meta/conf
parent5cacd3ea7efd69e57979d962616bf87c521c6f8b (diff)
downloadpoky-8d804ea40a349e679850b716012120e54fe5242d.tar.gz
Merge devgen branch to trunk.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@743 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 228c8706e4..ced2f1f7eb 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -96,6 +96,11 @@ HOMEPAGE = "unknown"
96 96
97# Package dependencies and provides. 97# Package dependencies and provides.
98 98
99# Ensure that -dev packages recommend the corresponding -dev packages of their
100# deps, and the same for -dbg.
101DEPCHAIN_PRE = ""
102DEPCHAIN_POST = "-dev -dbg"
103
99DEPENDS = "" 104DEPENDS = ""
100RDEPENDS = "" 105RDEPENDS = ""
101PROVIDES = "" 106PROVIDES = ""