From eee8fdc3fe64b1a7d5bfe917653fef114fde4554 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 7 Nov 2022 15:54:49 +0100 Subject: makedepend: upgrade 1.0.6 -> 1.0.7 (From OE-Core rev: 27050c43415f99ff47da5f011f3fe56ab4a99590) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-util/makedepend_1.0.6.bb | 21 --------------------- meta/recipes-graphics/xorg-util/makedepend_1.0.7.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-util/makedepend_1.0.6.bb create mode 100644 meta/recipes-graphics/xorg-util/makedepend_1.0.7.bb (limited to 'meta/recipes-graphics/xorg-util') diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.6.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.6.bb deleted file mode 100644 index 2760edd173..0000000000 --- a/meta/recipes-graphics/xorg-util/makedepend_1.0.6.bb +++ /dev/null @@ -1,21 +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 = "xorgproto util-macros" -PE = "1" - -BBCLASSEXTEND = "native" - -LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f" - -SRC_URI[md5sum] = "8a583055c84914060c35b6c2f963fc07" -SRC_URI[sha256sum] = "845f6708fc850bf53f5b1d0fb4352c4feab3949f140b26f71b22faba354c3365" diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.7.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.7.bb new file mode 100644 index 0000000000..12dea012dc --- /dev/null +++ b/meta/recipes-graphics/xorg-util/makedepend_1.0.7.bb @@ -0,0 +1,20 @@ +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 = "xorgproto util-macros" +PE = "1" + +BBCLASSEXTEND = "native" + +LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f" + +SRC_URI[sha256sum] = "17c1adf0284aaee473abfff0e8d3e754770615e1275f2a0043b9d97a00ed5cc9" -- cgit v1.2.3-54-g00ecf