From d4e26f999490886c50587a6ce002181d3cac266c Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Tue, 30 Jul 2013 15:03:49 +0300 Subject: makedepend: upgrade to 1.0.5 Removed patch since it included upstream. (From OE-Core rev: d67ee43ad04577784a1e31d7fd8e5e65c036653d) Signed-off-by: Laurentiu Palcu Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../obsolete_automake_macros.patch | 15 -------------- .../recipes-graphics/xorg-util/makedepend_1.0.4.bb | 24 ---------------------- .../recipes-graphics/xorg-util/makedepend_1.0.5.bb | 21 +++++++++++++++++++ 3 files changed, 21 insertions(+), 39 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-util/makedepend-1.0.4/obsolete_automake_macros.patch delete mode 100644 meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb create mode 100644 meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb (limited to 'meta/recipes-graphics/xorg-util') 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 @@ -Upstream-Status: Accepted [https://bugs.freedesktop.org/show_bug.cgi?id=59005] - -Signed-off-by: Marko Lindqvist -diff -Nurd makedepend-1.0.4/configure.ac makedepend-1.0.4/configure.ac ---- makedepend-1.0.4/configure.ac 2012-03-08 07:54:20.000000000 +0200 -+++ makedepend-1.0.4/configure.ac 2013-01-02 16:28:21.920132502 +0200 -@@ -2,7 +2,7 @@ - AC_INIT([makedepend], [1.0.4], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) - AM_INIT_AUTOMAKE([foreign dist-bzip2]) --AM_CONFIG_HEADER([makedepend-config.h]) -+AC_CONFIG_HEADERS([makedepend-config.h]) - - # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS - 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 deleted file mode 100644 index 899391d823..0000000000 --- a/meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb +++ /dev/null @@ -1,24 +0,0 @@ -require xorg-util-common.inc - -SUMMARY = "create dependencies in makefiles" - -DESCRIPTION = "The makedepend program reads each sourcefile in sequence \ -and parses it like a C-preprocessor, processing \ -all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif \ -and #else directives so that it can correctly tell which #include, \ -directives would be used in a compilation. Any #include, directives \ -can reference files having other #include directives, and parsing will \ -occur in these files as well." - -DEPENDS = "xproto util-macros" -PR = "r1" -PE = "1" - -BBCLASSEXTEND = "native" - -LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f" - -SRC_URI += "file://obsolete_automake_macros.patch" - -SRC_URI[md5sum] = "bf1c54028427829c9c3193bef710dbee" -SRC_URI[sha256sum] = "f53b8ce5dec02a05f8994036a8ebac485a96324143ff2382e29578fdc096b04f" diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb new file mode 100644 index 0000000000..84a967a81e --- /dev/null +++ b/meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb @@ -0,0 +1,21 @@ +require xorg-util-common.inc + +SUMMARY = "create dependencies in makefiles" + +DESCRIPTION = "The makedepend program reads each sourcefile in sequence \ +and parses it like a C-preprocessor, processing \ +all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif \ +and #else directives so that it can correctly tell which #include, \ +directives would be used in a compilation. Any #include, directives \ +can reference files having other #include directives, and parsing will \ +occur in these files as well." + +DEPENDS = "xproto util-macros" +PE = "1" + +BBCLASSEXTEND = "native" + +LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f" + +SRC_URI[md5sum] = "efb2d7c7e22840947863efaedc175747" +SRC_URI[sha256sum] = "503903d41fb5badb73cb70d7b3740c8b30fe1cc68c504d3b6a85e6644c4e5004" -- cgit v1.2.3-54-g00ecf