]> code.ossystems Code Review - openembedded-core.git/commitdiff
apt: Set preferences location in apt.conf
authorRichard Purdie <richard@openedhand.com>
Wed, 29 Nov 2006 10:48:36 +0000 (10:48 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 29 Nov 2006 10:48:36 +0000 (10:48 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@973 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/apt/files/apt.conf

index 37785871db6dccafc2a9c0f39eed6621dcc65821..5d2225f05006bf56c33cf992611cee2be5eba073 100644 (file)
@@ -21,6 +21,10 @@ Dir "${STAGING_DIR}/"
       apt-get "apt-get";
       apt-cache "apt-cache";
    };
+   Etc "etc/apt/"
+   {
+      Preferences "preferences";
+   };
 };
 
 APT