Enable automatic installation of recommends

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2386 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-08-08 11:03:51 +00:00
parent fa8912fdcb
commit f5127405ed
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
require apt-native.inc
PR = "r1"
SRC_URI += "file://nodoc.patch;patch=1 \
file://noconfigure.patch;patch=1"

View File

@@ -29,6 +29,7 @@ Dir "${STAGING_DIR}/"
APT
{
Install-Recommends "true";
Immediate-Configure "false";
Architecture "i586";
Get