diff options
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 = "" |
