From 366a8a246fbda57a4c0b3e89baeb46fe6854b5f4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 21 Dec 2022 11:01:00 +0800 Subject: makedepend: upgrade 1.0.7 -> 1.0.8 (From OE-Core rev: b32b0703170e8188e7c9234918def26428891997) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-util/makedepend_1.0.7.bb | 20 -------------------- meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-util/makedepend_1.0.7.bb create mode 100644 meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.7.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.7.bb deleted file mode 100644 index 12dea012dc..0000000000 --- a/meta/recipes-graphics/xorg-util/makedepend_1.0.7.bb +++ /dev/null @@ -1,20 +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[sha256sum] = "17c1adf0284aaee473abfff0e8d3e754770615e1275f2a0043b9d97a00ed5cc9" diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.8.bb new file mode 100644 index 0000000000..ad769de205 --- /dev/null +++ b/meta/recipes-graphics/xorg-util/makedepend_1.0.8.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] = "275f0d2b196bfdc740aab9f02bb48cb7a97e4dfea011a7b468ed5648d0019e54" -- cgit v1.2.3-54-g00ecf