From 0348e2c1c2b1b96b57d9f96f2f8c988dbd7fcb9a Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 13 Aug 2012 20:57:20 +0800 Subject: 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] (From OE-Core rev: 2d6d2549676bb6a84a049f41d6ed31107efc28ad) Signed-off-by: Robert Yang Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/apt/files/apt.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools/apt/files') 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"}; -}; -- cgit v1.2.3-54-g00ecf