summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
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 = ""