]> code.ossystems Code Review - openembedded-core.git/commitdiff
Enable automatic installation of recommends
authorRoss Burton <ross@openedhand.com>
Wed, 8 Aug 2007 11:03:51 +0000 (11:03 +0000)
committerRoss Burton <ross@openedhand.com>
Wed, 8 Aug 2007 11:03:51 +0000 (11:03 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2386 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/apt/apt-native_0.7.3.bb
meta/packages/apt/files/apt.conf

index 43f73889f7d47f13dc0d5935eff14b21a83d8a48..3342618aa9a98c2fa0e17a739fef83fcc6a763b9 100644 (file)
@@ -1,4 +1,5 @@
 require apt-native.inc
+PR = "r1"
 
 SRC_URI += "file://nodoc.patch;patch=1 \
             file://noconfigure.patch;patch=1"
index 6fd653dfcdfc494fe7491005149dc6365dae6d1a..9e906164657a640bdb399e8425e465f6ff073107 100644 (file)
@@ -29,6 +29,7 @@ Dir "${STAGING_DIR}/"
 
 APT
 {
+  Install-Recommends "true";
   Immediate-Configure "false";
   Architecture "i586";
   Get