From 4b3ab58c4319607aaa9ce6075d221a48b359feae Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 30 Apr 2012 14:31:42 -0700 Subject: makedepend: upgrade from 1.0.3 to 1.0.4 Signed-off-by: Nitin A Kamble --- .../recipes-graphics/xorg-util/makedepend_1.0.3.bb | 23 ---------------------- .../recipes-graphics/xorg-util/makedepend_1.0.4.bb | 22 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb create mode 100644 meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb deleted file mode 100644 index 86e5d81491..0000000000 --- a/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb +++ /dev/null @@ -1,23 +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 = "r0" -PE = "1" - -BBCLASSEXTEND = "native" - -LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f" - -SRC_URI[md5sum] = "ec37ca8b810a40cdfb16a736b3360f6c" -SRC_URI[sha256sum] = "2d3466acc29b382a4368b30371f17a4083933281b97f8ef67fc8b785a60d52dc" - diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb new file mode 100644 index 0000000000..fea0b22e6f --- /dev/null +++ b/meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb @@ -0,0 +1,22 @@ +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 = "r0" +PE = "1" + +BBCLASSEXTEND = "native" + +LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f" + +SRC_URI[md5sum] = "bf1c54028427829c9c3193bef710dbee" +SRC_URI[sha256sum] = "f53b8ce5dec02a05f8994036a8ebac485a96324143ff2382e29578fdc096b04f" -- cgit 1.2.3-korg