From: Robert Yang Date: Mon, 13 Aug 2012 12:57:20 +0000 (+0800) Subject: apt-native 0.7.14: remove an extra line from apt.conf X-Git-Tag: yocto-4.0~35892 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d6d2549676bb6a84a049f41d6ed31107efc28ad;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Saul Wold --- diff --git a/meta/recipes-devtools/apt/apt-native_0.7.14.bb b/meta/recipes-devtools/apt/apt-native_0.7.14.bb index 46f39f5c6c2..d4513cae729 100644 --- a/meta/recipes-devtools/apt/apt-native_0.7.14.bb +++ b/meta/recipes-devtools/apt/apt-native_0.7.14.bb @@ -1,6 +1,6 @@ require apt-native.inc -PR = "r10" +PR = "r11" SRC_URI += "file://nodoc.patch \ file://noconfigure.patch \ diff --git a/meta/recipes-devtools/apt/files/apt.conf b/meta/recipes-devtools/apt/files/apt.conf index ab7a5db492b..5c20ea43e62 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"}; -};