aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/files/apt.conf
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2012-08-13 20:57:20 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-17 18:04:10 +0100
commit2d6d2549676bb6a84a049f41d6ed31107efc28ad (patch)
tree6937dd170c1ce5dd91889ac6adca0eacdc6c06ff /meta/recipes-devtools/apt/files/apt.conf
parent7e44d2e8457c9c90932ce4f0fd95c67b74efb2e0 (diff)
downloadopenembedded-core-contrib-2d6d2549676bb6a84a049f41d6ed31107efc28ad.tar.gz
apt-native 0.7.14: remove an extra line from apt.conf
There is an additional "};" at the end of apt.conf, remove it. [YOCTO #2495] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/apt/files/apt.conf')
-rw-r--r--meta/recipes-devtools/apt/files/apt.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/apt/files/apt.conf b/meta/recipes-devtools/apt/files/apt.conf
index ab7a5db492..5c20ea43e6 100644
--- a/meta/recipes-devtools/apt/files/apt.conf
+++ b/meta/recipes-devtools/apt/files/apt.conf
@@ -40,4 +40,3 @@ APT
};
DPkg::Options {"--root=#ROOTFS#";"--admindir=#ROOTFS#/var/lib/dpkg";"--force-all";"--no-debsig"};
-};