diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-07-30 15:03:49 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-03 10:33:07 +0100 |
commit | d4e26f999490886c50587a6ce002181d3cac266c (patch) | |
tree | 55682219fbbad9450aba104c2a94b58aa53c8c9f | |
parent | 378d8f5c04ac5307f2bbba41f83da5365455ced6 (diff) | |
download | poky-d4e26f999490886c50587a6ce002181d3cac266c.tar.gz |
makedepend: upgrade to 1.0.5
Removed patch since it included upstream.
(From OE-Core rev: d67ee43ad04577784a1e31d7fd8e5e65c036653d)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-util/makedepend-1.0.4/obsolete_automake_macros.patch | 15 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb (renamed from meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb) | 7 |
2 files changed, 2 insertions, 20 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 deleted file mode 100644 index 1356f8d430..0000000000 --- a/meta/recipes-graphics/xorg-util/makedepend-1.0.4/obsolete_automake_macros.patch +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | Upstream-Status: Accepted [https://bugs.freedesktop.org/show_bug.cgi?id=59005] | ||
2 | |||
3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
4 | diff -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.5.bb index 899391d823..84a967a81e 100644 --- a/meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb +++ b/meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb | |||
@@ -11,14 +11,11 @@ can reference files having other #include directives, and parsing will \ | |||
11 | occur in these files as well." | 11 | occur in these files as well." |
12 | 12 | ||
13 | DEPENDS = "xproto util-macros" | 13 | DEPENDS = "xproto util-macros" |
14 | PR = "r1" | ||
15 | PE = "1" | 14 | PE = "1" |
16 | 15 | ||
17 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
18 | 17 | ||
19 | LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f" | 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f" |
20 | 19 | ||
21 | SRC_URI += "file://obsolete_automake_macros.patch" | 20 | SRC_URI[md5sum] = "efb2d7c7e22840947863efaedc175747" |
22 | 21 | SRC_URI[sha256sum] = "503903d41fb5badb73cb70d7b3740c8b30fe1cc68c504d3b6a85e6644c4e5004" | |
23 | SRC_URI[md5sum] = "bf1c54028427829c9c3193bef710dbee" | ||
24 | SRC_URI[sha256sum] = "f53b8ce5dec02a05f8994036a8ebac485a96324143ff2382e29578fdc096b04f" | ||