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 <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2012-08-13 20:57:20 +08:00 committed by Richard Purdie
parent 54b4c50a60
commit 0348e2c1c2
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
require apt-native.inc
PR = "r10"
PR = "r11"
SRC_URI += "file://nodoc.patch \
file://noconfigure.patch \

View File

@ -40,4 +40,3 @@ APT
};
DPkg::Options {"--root=#ROOTFS#";"--admindir=#ROOTFS#/var/lib/dpkg";"--force-all";"--no-debsig"};
};