diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-08 11:03:51 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-08 11:03:51 +0000 |
commit | f5127405ed7995ed30b0529abff0cd79278563db (patch) | |
tree | 70925cf1dfc500cb780d6142bbc492af35677da2 /meta/packages/apt | |
parent | fa8912fdcbb47ea6be005c9df50ed4ca3c6fedad (diff) | |
download | poky-f5127405ed7995ed30b0529abff0cd79278563db.tar.gz |
Enable automatic installation of recommends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2386 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/apt')
-rw-r--r-- | meta/packages/apt/apt-native_0.7.3.bb | 1 | ||||
-rw-r--r-- | meta/packages/apt/files/apt.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/apt/apt-native_0.7.3.bb b/meta/packages/apt/apt-native_0.7.3.bb index 43f73889f7..3342618aa9 100644 --- a/meta/packages/apt/apt-native_0.7.3.bb +++ b/meta/packages/apt/apt-native_0.7.3.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | require apt-native.inc | 1 | require apt-native.inc |
2 | PR = "r1" | ||
2 | 3 | ||
3 | SRC_URI += "file://nodoc.patch;patch=1 \ | 4 | SRC_URI += "file://nodoc.patch;patch=1 \ |
4 | file://noconfigure.patch;patch=1" | 5 | file://noconfigure.patch;patch=1" |
diff --git a/meta/packages/apt/files/apt.conf b/meta/packages/apt/files/apt.conf index 6fd653dfcd..9e90616465 100644 --- a/meta/packages/apt/files/apt.conf +++ b/meta/packages/apt/files/apt.conf | |||
@@ -29,6 +29,7 @@ Dir "${STAGING_DIR}/" | |||
29 | 29 | ||
30 | APT | 30 | APT |
31 | { | 31 | { |
32 | Install-Recommends "true"; | ||
32 | Immediate-Configure "false"; | 33 | Immediate-Configure "false"; |
33 | Architecture "i586"; | 34 | Architecture "i586"; |
34 | Get | 35 | Get |