| Submitter | Robert Yang |
|---|---|
| Date | Aug. 14, 2012, 9:41 a.m. |
| Message ID | <80e537fe3ae9163dbb26659d778c7f5966478937.1344929471.git.liezhi.yang@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/34467/ |
| State | Accepted |
| Commit | 2d6d2549676bb6a84a049f41d6ed31107efc28ad |
| Headers | show |
Comments
Patch
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"}; -};
There is an additional "};" at the end of apt.conf, remove it. [YOCTO #2495] Signed-off-by: Robert Yang <liezhi.yang@windriver.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(-)