mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-10 08:04:56 +02:00
WARNING: postgresql-9.4.15-r0 do_patch:
Some of the context lines in patches were ignored. This can lead to incorrectly applied patches.
The context lines in the patches can be updated with devtool:
devtool modify <recipe>
devtool finish --force-patch-refresh <recipe> <layer_path>
Then the updated patches and the source tree (in devtool's workspace)
should be reviewed to make sure the patches apply in the correct place
and don't introduce duplicate lines (which can, and does happen
when some of the context is ignored). Further information:
http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
Details:
Applying patch remove.autoconf.version.check.patch
patching file configure.in
Hunk #1 succeeded at 19 with fuzz 2.
Now at patch remove.autoconf.version.check.patch
Signed-off-by: Armin Kuster <akuster808@gmail.com>
16 lines
769 B
Diff
16 lines
769 B
Diff
Index: postgresql-9.4.15/configure.in
|
|
===================================================================
|
|
--- postgresql-9.4.15.orig/configure.in
|
|
+++ postgresql-9.4.15/configure.in
|
|
@@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch un
|
|
|
|
AC_INIT([PostgreSQL], [9.4.15], [pgsql-bugs@postgresql.org])
|
|
|
|
-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
|
|
-Untested combinations of 'autoconf' and PostgreSQL versions are not
|
|
-recommended. You can remove the check from 'configure.in' but it is then
|
|
-your responsibility whether the result works or not.])])
|
|
AC_COPYRIGHT([Copyright (c) 1996-2014, PostgreSQL Global Development Group])
|
|
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
|
|
AC_CONFIG_AUX_DIR(config)
|