summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-util')
-rw-r--r--meta/recipes-graphics/xorg-util/makedepend-1.0.4/obsolete_automake_macros.patch15
-rw-r--r--meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb4
2 files changed, 18 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-util/makedepend-1.0.4/obsolete_automake_macros.patch b/meta/recipes-graphics/xorg-util/makedepend-1.0.4/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..d3a1695613
--- /dev/null
+++ b/meta/recipes-graphics/xorg-util/makedepend-1.0.4/obsolete_automake_macros.patch
@@ -0,0 +1,15 @@
1Upstream-status: Accepted [https://bugs.freedesktop.org/show_bug.cgi?id=59005]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd makedepend-1.0.4/configure.ac makedepend-1.0.4/configure.ac
5--- makedepend-1.0.4/configure.ac 2012-03-08 07:54:20.000000000 +0200
6+++ makedepend-1.0.4/configure.ac 2013-01-02 16:28:21.920132502 +0200
7@@ -2,7 +2,7 @@
8 AC_INIT([makedepend], [1.0.4],
9 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
10 AM_INIT_AUTOMAKE([foreign dist-bzip2])
11-AM_CONFIG_HEADER([makedepend-config.h])
12+AC_CONFIG_HEADERS([makedepend-config.h])
13
14 # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
15 m4_ifndef([XORG_MACROS_VERSION],
diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb
index fea0b22e6f..899391d823 100644
--- a/meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb
+++ b/meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb
@@ -11,12 +11,14 @@ can reference files having other #include directives, and parsing will \
11occur in these files as well." 11occur in these files as well."
12 12
13DEPENDS = "xproto util-macros" 13DEPENDS = "xproto util-macros"
14PR = "r0" 14PR = "r1"
15PE = "1" 15PE = "1"
16 16
17BBCLASSEXTEND = "native" 17BBCLASSEXTEND = "native"
18 18
19LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f" 19LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f"
20 20
21SRC_URI += "file://obsolete_automake_macros.patch"
22
21SRC_URI[md5sum] = "bf1c54028427829c9c3193bef710dbee" 23SRC_URI[md5sum] = "bf1c54028427829c9c3193bef710dbee"
22SRC_URI[sha256sum] = "f53b8ce5dec02a05f8994036a8ebac485a96324143ff2382e29578fdc096b04f" 24SRC_URI[sha256sum] = "f53b8ce5dec02a05f8994036a8ebac485a96324143ff2382e29578fdc096b04f"