[oe-commits] Robert Yang : apt-native 0.7.14: remove an extra line from apt.conf

git at git.openembedded.org git at git.openembedded.org
Fri Aug 17 17:09:25 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 2d6d2549676bb6a84a049f41d6ed31107efc28ad
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2d6d2549676bb6a84a049f41d6ed31107efc28ad

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Aug 13 20:57:20 2012 +0800

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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/apt/apt-native_0.7.14.bb |    2 +-
 meta/recipes-devtools/apt/files/apt.conf       |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

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 46f39f5..d4513ca 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 ab7a5db..5c20ea4 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"};
-};





More information about the Openembedded-commits mailing list