diff options
| -rw-r--r-- | meta/recipes-graphics/libxsettings-client/libxsettings-client/obsolete_automake_macros.patch | 14 | ||||
| -rw-r--r-- | meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb | 6 |
2 files changed, 18 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libxsettings-client/libxsettings-client/obsolete_automake_macros.patch b/meta/recipes-graphics/libxsettings-client/libxsettings-client/obsolete_automake_macros.patch new file mode 100644 index 0000000000..905d08e616 --- /dev/null +++ b/meta/recipes-graphics/libxsettings-client/libxsettings-client/obsolete_automake_macros.patch | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
| 4 | diff -Nurd Xsettings-client-0.10/configure.ac Xsettings-client-0.10/configure.ac | ||
| 5 | --- Xsettings-client-0.10/configure.ac 2003-03-28 12:39:51.000000000 +0200 | ||
| 6 | +++ Xsettings-client-0.10/configure.ac 2013-01-11 07:37:21.491597743 +0200 | ||
| 7 | @@ -1,7 +1,7 @@ | ||
| 8 | # Process this file with autoconf to produce a configure script. | ||
| 9 | AC_INIT(xsettings-client.c) | ||
| 10 | AM_INIT_AUTOMAKE(Xsettings-client, 0.10) | ||
| 11 | -AM_CONFIG_HEADER(config.h) | ||
| 12 | +AC_CONFIG_HEADERS(config.h) | ||
| 13 | |||
| 14 | CFLAGS="-Os -Wall" | ||
diff --git a/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb b/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb index a12b5e0863..0a1f9530f0 100644 --- a/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb +++ b/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb | |||
| @@ -12,14 +12,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7cfac9d2d4dc3694cc7eb605cf32a69b \ | |||
| 12 | file://xsettings-common.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b" | 12 | file://xsettings-common.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b" |
| 13 | DEPENDS = "virtual/libx11" | 13 | DEPENDS = "virtual/libx11" |
| 14 | 14 | ||
| 15 | PR = "r4" | 15 | PR = "r5" |
| 16 | 16 | ||
| 17 | headers = "xsettings-common.h xsettings-client.h" | 17 | headers = "xsettings-common.h xsettings-client.h" |
| 18 | 18 | ||
| 19 | SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/optional-dependencies/Xsettings-client-0.10.tar.gz \ | 19 | SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/optional-dependencies/Xsettings-client-0.10.tar.gz \ |
| 20 | file://MIT-style-license \ | 20 | file://MIT-style-license \ |
| 21 | file://link-x11.patch;apply=yes \ | 21 | file://link-x11.patch;apply=yes \ |
| 22 | file://disable_Os_option.patch" | 22 | file://disable_Os_option.patch \ |
| 23 | file://obsolete_automake_macros.patch \ | ||
| 24 | " | ||
| 23 | 25 | ||
| 24 | SRC_URI[md5sum] = "c14aa9db6c097e0306dac97fb7da1add" | 26 | SRC_URI[md5sum] = "c14aa9db6c097e0306dac97fb7da1add" |
| 25 | SRC_URI[sha256sum] = "f274a4bc969ae192994a856b7f786c6fce96bae77f96c1c2b71dd97599e06e43" | 27 | SRC_URI[sha256sum] = "f274a4bc969ae192994a856b7f786c6fce96bae77f96c1c2b71dd97599e06e43" |
