diff options
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 | 36 |
1 files changed, 36 insertions, 0 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 new file mode 100644 index 0000000000..9839e5a9f0 --- /dev/null +++ b/meta-oe/recipes-extended/libreport/files/0004-configure.ac-remove-prog-test-of-augparse.patch | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | From cf3b646facc19078ed29f828e36dd2e552283518 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Hongxu Jia <hongxu.jia@windriver.com> | ||
| 3 | Date: Thu, 27 Apr 2017 02:15:02 -0400 | ||
| 4 | Subject: [PATCH] configure.ac: remove prog test of augparse | ||
| 5 | |||
| 6 | The build time does not require it. | ||
| 7 | |||
| 8 | Upstream-Status: Inappropriate workaround | ||
| 9 | |||
| 10 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
| 11 | --- | ||
| 12 | configure.ac | 8 -------- | ||
| 13 | 1 file changed, 8 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/configure.ac b/configure.ac | ||
| 16 | index c06af2d..b90f49e 100644 | ||
| 17 | --- a/configure.ac | ||
| 18 | +++ b/configure.ac | ||
| 19 | @@ -288,14 +288,6 @@ AC_ARG_WITH(augeaslenslibdir, | ||
| 20 | [Directory for librepor lens (default: /usr/share/augeas/lenses)])], | ||
| 21 | [], [with_augeaslenslibdir="/usr/share/augeas/lenses"]) | ||
| 22 | AC_SUBST([AUGEAS_LENS_LIB_DIR], [$with_augeaslenslibdir]) | ||
| 23 | -AC_PATH_PROG(AUGPARSE, augparse, no) | ||
| 24 | -[if test "$AUGPARSE" = "no"] | ||
| 25 | -[then] | ||
| 26 | - [echo "The augparse program was not found in the search path. Please ensure"] | ||
| 27 | - [echo "that it is installed and its directory is included in the search path."] | ||
| 28 | - [echo "Then run configure again before attempting to build libreport."] | ||
| 29 | - [exit 1] | ||
| 30 | -[fi] | ||
| 31 | |||
| 32 | AC_ARG_WITH([defaultdumpdirmode], | ||
| 33 | AS_HELP_STRING([--with-defaultdumpdirmode=OCTAL-MODE], | ||
| 34 | -- | ||
| 35 | 2.8.1 | ||
| 36 | |||
