diff options
author | Chris Larson <kergoth@openedhand.com> | 2006-09-21 16:29:02 +0000 |
---|---|---|
committer | Chris Larson <kergoth@openedhand.com> | 2006-09-21 16:29:02 +0000 |
commit | 8d804ea40a349e679850b716012120e54fe5242d (patch) | |
tree | d8b1d37ea78880df826f81bb4b791f8f93f1f985 /meta/conf | |
parent | 5cacd3ea7efd69e57979d962616bf87c521c6f8b (diff) | |
download | poky-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.conf | 5 |
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. | ||
101 | DEPCHAIN_PRE = "" | ||
102 | DEPCHAIN_POST = "-dev -dbg" | ||
103 | |||
99 | DEPENDS = "" | 104 | DEPENDS = "" |
100 | RDEPENDS = "" | 105 | RDEPENDS = "" |
101 | PROVIDES = "" | 106 | PROVIDES = "" |