summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util/makedepend_1.0.7.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-07 15:54:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-08 22:47:16 +0000
commiteee8fdc3fe64b1a7d5bfe917653fef114fde4554 (patch)
tree79a95b68b62e7f94574f50d9d8f481fcf55b1c16 /meta/recipes-graphics/xorg-util/makedepend_1.0.7.bb
parent9954a1687f450927ff46a4d606fc286316764df3 (diff)
downloadpoky-eee8fdc3fe64b1a7d5bfe917653fef114fde4554.tar.gz
makedepend: upgrade 1.0.6 -> 1.0.7
(From OE-Core rev: 27050c43415f99ff47da5f011f3fe56ab4a99590) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-util/makedepend_1.0.7.bb')
-rw-r--r--meta/recipes-graphics/xorg-util/makedepend_1.0.7.bb20
1 files changed, 20 insertions, 0 deletions
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 @@
1require xorg-util-common.inc
2
3SUMMARY = "create dependencies in makefiles"
4
5DESCRIPTION = "The makedepend program reads each sourcefile in sequence \
6and parses it like a C-preprocessor, processing \
7all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif \
8and #else directives so that it can correctly tell which #include, \
9directives would be used in a compilation. Any #include, directives \
10can reference files having other #include directives, and parsing will \
11occur in these files as well."
12
13DEPENDS = "xorgproto util-macros"
14PE = "1"
15
16BBCLASSEXTEND = "native"
17
18LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f"
19
20SRC_URI[sha256sum] = "17c1adf0284aaee473abfff0e8d3e754770615e1275f2a0043b9d97a00ed5cc9"