apt: sync apt.conf with Poky
authorKoen Kooi <koen@openembedded.org>
Wed, 21 Mar 2007 13:27:50 +0000 (13:27 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 21 Mar 2007 13:27:50 +0000 (13:27 +0000)
packages/apt/apt_0.6.46.2.bb
packages/apt/files/apt.conf

index 1cd8eb2..73285f3 100644 (file)
@@ -1,7 +1,6 @@
 require apt.inc
 
-SRC_URI += "file://autofoo.patch;patch=1 \
-            file://nodoc.patch;patch=1"
+SRC_URI += "file://nodoc.patch;patch=1"
 
 require apt-package.inc
 
index fc19018..6fd653d 100644 (file)
@@ -21,6 +21,10 @@ Dir "${STAGING_DIR}/"
       apt-get "apt-get";
       apt-cache "apt-cache";
    };
+   Etc "etc/apt/"
+   {
+      Preferences "preferences";
+   };
 };
 
 APT