diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-08-01 15:21:36 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-02 11:23:03 -0700 |
commit | 2f04ee22e136f013d4938d82d93bab0183dce8b9 (patch) | |
tree | caa8697ca78722d0745753afed6cd5f83175a3b6 /meta-oe/recipes-extended/libreport/files/0004-configure.ac-remove-prog-test-of-augparse.patch | |
parent | da13357948c08ce5adde9057d15aff9c738a4a65 (diff) | |
download | meta-openembedded-2f04ee22e136f013d4938d82d93bab0183dce8b9.tar.gz |
libreport: 2.9.2 -> 2.9.5
Drop 0005-remove-python2-support.patch and use option
`--with-python2/3' to replace.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libreport/files/0004-configure.ac-remove-prog-test-of-augparse.patch')
-rw-r--r-- | meta-oe/recipes-extended/libreport/files/0004-configure.ac-remove-prog-test-of-augparse.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/libreport/files/0004-configure.ac-remove-prog-test-of-augparse.patch b/meta-oe/recipes-extended/libreport/files/0004-configure.ac-remove-prog-test-of-augparse.patch index 9839e5a9f..4ba69c793 100644 --- a/meta-oe/recipes-extended/libreport/files/0004-configure.ac-remove-prog-test-of-augparse.patch +++ b/meta-oe/recipes-extended/libreport/files/0004-configure.ac-remove-prog-test-of-augparse.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From cf3b646facc19078ed29f828e36dd2e552283518 Mon Sep 17 00:00:00 2001 | 1 | From c1c301502a8f69b9889197744b301a136082f09d Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Thu, 27 Apr 2017 02:15:02 -0400 | 3 | Date: Thu, 27 Apr 2017 02:15:02 -0400 |
4 | Subject: [PATCH] configure.ac: remove prog test of augparse | 4 | Subject: [PATCH 4/4] configure.ac: remove prog test of augparse |
5 | 5 | ||
6 | The build time does not require it. | 6 | The build time does not require it. |
7 | 7 | ||
@@ -13,10 +13,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | |||
13 | 1 file changed, 8 deletions(-) | 13 | 1 file changed, 8 deletions(-) |
14 | 14 | ||
15 | diff --git a/configure.ac b/configure.ac | 15 | diff --git a/configure.ac b/configure.ac |
16 | index c06af2d..b90f49e 100644 | 16 | index aceccf4..83c101b 100644 |
17 | --- a/configure.ac | 17 | --- a/configure.ac |
18 | +++ b/configure.ac | 18 | +++ b/configure.ac |
19 | @@ -288,14 +288,6 @@ AC_ARG_WITH(augeaslenslibdir, | 19 | @@ -350,14 +350,6 @@ AC_ARG_WITH(augeaslenslibdir, |
20 | [Directory for librepor lens (default: /usr/share/augeas/lenses)])], | 20 | [Directory for librepor lens (default: /usr/share/augeas/lenses)])], |
21 | [], [with_augeaslenslibdir="/usr/share/augeas/lenses"]) | 21 | [], [with_augeaslenslibdir="/usr/share/augeas/lenses"]) |
22 | AC_SUBST([AUGEAS_LENS_LIB_DIR], [$with_augeaslenslibdir]) | 22 | AC_SUBST([AUGEAS_LENS_LIB_DIR], [$with_augeaslenslibdir]) |
@@ -32,5 +32,5 @@ index c06af2d..b90f49e 100644 | |||
32 | AC_ARG_WITH([defaultdumpdirmode], | 32 | AC_ARG_WITH([defaultdumpdirmode], |
33 | AS_HELP_STRING([--with-defaultdumpdirmode=OCTAL-MODE], | 33 | AS_HELP_STRING([--with-defaultdumpdirmode=OCTAL-MODE], |
34 | -- | 34 | -- |
35 | 2.8.1 | 35 | 2.7.4 |
36 | 36 | ||