diff options
| author | Marko Lindqvist <cazfi74@gmail.com> | 2013-01-10 12:02:13 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-15 08:10:12 +0000 |
| commit | be2c9d3a942220b6e4ad56af40607a26e0c85885 (patch) | |
| tree | 0ad652ab761e46f55342c989e1bbcca2f280047c /meta/recipes-gnome/gnome/gconf_3.2.5.bb | |
| parent | 084f7067a0c384d2335bcaf158e2d25cb09bc699 (diff) | |
| download | poky-be2c9d3a942220b6e4ad56af40607a26e0c85885.tar.gz | |
gconf: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.
(From OE-Core rev: 388939c4cebabce8ef05c8aec5b9dccf390b75f0)
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-gnome/gnome/gconf_3.2.5.bb')
| -rw-r--r-- | meta/recipes-gnome/gnome/gconf_3.2.5.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.5.bb b/meta/recipes-gnome/gnome/gconf_3.2.5.bb index 9e9232269a..c80c0b00f2 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.5.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.5.bb | |||
| @@ -9,11 +9,13 @@ POLKIT_libc-uclibc = "" | |||
| 9 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT} gobject-introspection-stub" | 9 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT} gobject-introspection-stub" |
| 10 | DEPENDS_class-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native" | 10 | DEPENDS_class-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native" |
| 11 | 11 | ||
| 12 | PR = "r13" | 12 | PR = "r14" |
| 13 | 13 | ||
| 14 | inherit gnomebase gtk-doc | 14 | inherit gnomebase gtk-doc |
| 15 | 15 | ||
| 16 | SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive" | 16 | SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive \ |
| 17 | file://obsolete_automake_macros.patch \ | ||
| 18 | " | ||
| 17 | 19 | ||
| 18 | S = "${WORKDIR}/GConf-${PV}" | 20 | S = "${WORKDIR}/GConf-${PV}" |
| 19 | 21 | ||
