]> code.ossystems Code Review - openembedded-core.git/commitdiff
apt-native 0.7.14: remove an extra line from apt.conf
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 13 Aug 2012 12:57:20 +0000 (20:57 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Aug 2012 17:04:10 +0000 (18:04 +0100)
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>
meta/recipes-devtools/apt/apt-native_0.7.14.bb
meta/recipes-devtools/apt/files/apt.conf

index 46f39f5c6c2550f8b41ccd616a4fb16906624698..d4513cae729880985d6d91258fc2e73074cfb6c0 100644 (file)
@@ -1,6 +1,6 @@
 require apt-native.inc
 
-PR = "r10"
+PR = "r11"
 
 SRC_URI += "file://nodoc.patch \
             file://noconfigure.patch \
index ab7a5db492b170f8e9260c6cbca1fd7e853809e1..5c20ea43e621f7b53a733c7c365cc6256e150704 100644 (file)
@@ -40,4 +40,3 @@ APT
 };
 
 DPkg::Options {"--root=#ROOTFS#";"--admindir=#ROOTFS#/var/lib/dpkg";"--force-all";"--no-debsig"};
-};