summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-10 11:58:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-15 08:10:10 +0000
commitc28b05f02b2d854b4a25d076d25234b639c96519 (patch)
treec5c59261734e9ff0c242302059230e632328942d /meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb
parent675a18d07a890a7e101462ce43e00b19b1f9f109 (diff)
downloadpoky-c28b05f02b2d854b4a25d076d25234b639c96519.tar.gz
makedepend: 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: 6cb2ef796278b0747cda4771091d9fdc1603bea7) 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-graphics/xorg-util/makedepend_1.0.4.bb')
-rw-r--r--meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb4
1 files changed, 3 insertions, 1 deletions
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"