diff options
author | Koen Kooi <koen@openembedded.org> | 2007-03-21 13:27:50 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-03-21 13:27:50 +0000 |
commit | 1d91c1d9470461aaee1e961614b557596972067f (patch) | |
tree | 73dd1256da15b3ed0c09e0dbcc355d61109c3871 /packages | |
parent | efdccb14f56b5bba31b19617f114f9004bd635c2 (diff) |
apt: sync apt.conf with Poky
Diffstat (limited to 'packages')
-rw-r--r-- | packages/apt/apt_0.6.46.2.bb | 3 | ||||
-rw-r--r-- | packages/apt/files/apt.conf | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/packages/apt/apt_0.6.46.2.bb b/packages/apt/apt_0.6.46.2.bb index 1cd8eb270e..73285f37c3 100644 --- a/packages/apt/apt_0.6.46.2.bb +++ b/packages/apt/apt_0.6.46.2.bb @@ -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 diff --git a/packages/apt/files/apt.conf b/packages/apt/files/apt.conf index fc19018533..6fd653dfcd 100644 --- a/packages/apt/files/apt.conf +++ b/packages/apt/files/apt.conf @@ -21,6 +21,10 @@ Dir "${STAGING_DIR}/" apt-get "apt-get"; apt-cache "apt-cache"; }; + Etc "etc/apt/" + { + Preferences "preferences"; + }; }; APT |