diff options
| author | Marko Lindqvist <cazfi74@gmail.com> | 2013-01-10 11:59:55 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-15 08:10:11 +0000 |
| commit | 7879893ae25d25888b661e2aa527d3cfa10a4038 (patch) | |
| tree | 3da0296834587ff6992c323eaa106dead09978fc /meta/recipes-devtools/python/python-dbus-1.1.1 | |
| parent | f6bc65747601b960050b758a8e2dce94e9494977 (diff) | |
| download | poky-7879893ae25d25888b661e2aa527d3cfa10a4038.tar.gz | |
python: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch for both python-dbus and
python-pygobject that replace automake macros no longer supported
by automake-1.13 with modern constructs.
(From OE-Core rev: 9866bed92c0f3dee3f1674e9f9a28e21f5ba33fc)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-dbus-1.1.1')
| -rw-r--r-- | meta/recipes-devtools/python/python-dbus-1.1.1/obsolete_automake_macros.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-dbus-1.1.1/obsolete_automake_macros.patch b/meta/recipes-devtools/python/python-dbus-1.1.1/obsolete_automake_macros.patch new file mode 100644 index 0000000000..9da9c4568e --- /dev/null +++ b/meta/recipes-devtools/python/python-dbus-1.1.1/obsolete_automake_macros.patch | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | Upstream-Status: Submitted [https://bugs.freedesktop.org/show_bug.cgi?id=59006] | ||
| 2 | |||
| 3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
| 4 | diff -Nurd dbus-python-1.1.1/configure.ac dbus-python-1.1.1/configure.ac | ||
| 5 | --- dbus-python-1.1.1/configure.ac 2012-06-25 19:02:12.000000000 +0300 | ||
| 6 | +++ dbus-python-1.1.1/configure.ac 2013-01-03 05:42:00.498912733 +0200 | ||
| 7 | @@ -29,7 +29,7 @@ | ||
| 8 | AC_SUBST(DBUS_PYTHON_MICRO_VERSION, dbus_python_micro_version) | ||
| 9 | |||
| 10 | AC_CONFIG_SRCDIR([_dbus_bindings/module.c]) | ||
| 11 | -AM_CONFIG_HEADER(config.h) | ||
| 12 | +AC_CONFIG_HEADERS(config.h) | ||
| 13 | |||
| 14 | AM_INIT_AUTOMAKE([1.9 -Wno-portability]) | ||
