libxsettings-client: 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: 703ea77f1869c1101e1637831a83ca2d754907da)

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>
This commit is contained in:
Marko Lindqvist 2013-01-15 13:49:48 +02:00 committed by Richard Purdie
parent 4eccc6416f
commit 81c78befb0
2 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,14 @@
Upstream-Status: Pending
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
diff -Nurd Xsettings-client-0.10/configure.ac Xsettings-client-0.10/configure.ac
--- Xsettings-client-0.10/configure.ac 2003-03-28 12:39:51.000000000 +0200
+++ Xsettings-client-0.10/configure.ac 2013-01-11 07:37:21.491597743 +0200
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(xsettings-client.c)
AM_INIT_AUTOMAKE(Xsettings-client, 0.10)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
CFLAGS="-Os -Wall"

View File

@ -12,14 +12,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7cfac9d2d4dc3694cc7eb605cf32a69b \
file://xsettings-common.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b"
DEPENDS = "virtual/libx11"
PR = "r4"
PR = "r5"
headers = "xsettings-common.h xsettings-client.h"
SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/optional-dependencies/Xsettings-client-0.10.tar.gz \
file://MIT-style-license \
file://link-x11.patch;apply=yes \
file://disable_Os_option.patch"
file://disable_Os_option.patch \
file://obsolete_automake_macros.patch \
"
SRC_URI[md5sum] = "c14aa9db6c097e0306dac97fb7da1add"
SRC_URI[sha256sum] = "f274a4bc969ae192994a856b7f786c6fce96bae77f96c1c2b71dd97599e06e43"