aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2006-09-15 07:46:43 +0000
committerChris Larson <clarson@kergoth.com>2006-09-15 07:46:43 +0000
commit86e783303fbf3f9f0d95c876f31bda357ea41974 (patch)
treeb5e0743f560692a4d0501e4bfbe0a0e1145ca68d /conf/bitbake.conf
parent21a20a6d6cc8f87061d3e4fa557971447fa64adb (diff)
downloadopenembedded-86e783303fbf3f9f0d95c876f31bda357ea41974.tar.gz
classes/package.bbclass,conf/bitbake.conf:
* Add package "depchains". This facilitates, for example, ensuring that if A depends upon B, then A-dev will RRECOMMENDS B-dev, and the same for the -dbg packages.
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index e83f2b5667..02a072ca66 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -96,6 +96,11 @@ HOMEPAGE = "unknown"
# Package dependencies and provides.
+# Ensure that -dev packages recommend the corresponding -dev packages of their
+# deps, and the same for -dbg.
+DEPCHAIN_PRE = ""
+DEPCHAIN_POST = "-dev -dbg"
+
DEPENDS = ""
RDEPENDS = ""
PROVIDES = ""