diff options
author | Richard Purdie <richard@openedhand.com> | 2007-09-01 16:34:32 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-09-01 16:34:32 +0000 |
commit | 62eb35c1c484294463a3d70744b445889d279b9e (patch) | |
tree | 57993122585e24e22edba256aa19fae8cc11e60e /meta/classes | |
parent | f2ddfbb308b89d70167ac9c2b160935ad0feba27 (diff) | |
download | poky-62eb35c1c484294463a3d70744b445889d279b9e.tar.gz |
debian.bbclass: Remove stable BUILD_ALL_DEPS reference
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2631 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes')
-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" |