diff options
Diffstat (limited to 'meta/classes/debian.bbclass')
-rw-r--r-- | meta/classes/debian.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes/debian.bbclass b/meta/classes/debian.bbclass index 0ca88db2ec..a38f10d629 100644 --- a/meta/classes/debian.bbclass +++ b/meta/classes/debian.bbclass | |||
@@ -4,8 +4,7 @@ STAGING_PKGMAPS_DIR = "${STAGING_DIR}/pkgmaps/debian" | |||
4 | # We therefore have to make sure we build all runtime packages | 4 | # We therefore have to make sure we build all runtime packages |
5 | # before building the current package to make the packages runtime | 5 | # before building the current package to make the packages runtime |
6 | # depends are correct | 6 | # depends are correct |
7 | BUILD_ALL_DEPS = "1" | 7 | # |
8 | |||
9 | # Better expressed as ensure all RDEPENDS package before we package | 8 | # Better expressed as ensure all RDEPENDS package before we package |
10 | # This means we can't have circular RDEPENDS/RRECOMMENDS | 9 | # This means we can't have circular RDEPENDS/RRECOMMENDS |
11 | do_package_write_ipk[rdeptask] = "do_package" | 10 | do_package_write_ipk[rdeptask] = "do_package" |