]> code.ossystems Code Review - openembedded-core.git/commitdiff
debian.bbclass: Remove stable BUILD_ALL_DEPS reference
authorRichard Purdie <richard@openedhand.com>
Sat, 1 Sep 2007 16:34:32 +0000 (16:34 +0000)
committerRichard Purdie <richard@openedhand.com>
Sat, 1 Sep 2007 16:34:32 +0000 (16:34 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2631 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/debian.bbclass

index 0ca88db2ec9c9453f316ac62e94201804cb0e8a4..a38f10d62972877069f3564cef52b99ddec62350 100644 (file)
@@ -4,8 +4,7 @@ STAGING_PKGMAPS_DIR = "${STAGING_DIR}/pkgmaps/debian"
 # We therefore have to make sure we build all runtime packages
 # before building the current package to make the packages runtime
 # depends are correct
-BUILD_ALL_DEPS = "1"
-
+#
 # Better expressed as ensure all RDEPENDS package before we package
 # This means we can't have circular RDEPENDS/RRECOMMENDS
 do_package_write_ipk[rdeptask] = "do_package"