summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-07-30 15:03:49 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-03 10:33:07 +0100
commitd4e26f999490886c50587a6ce002181d3cac266c (patch)
tree55682219fbbad9450aba104c2a94b58aa53c8c9f /meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb
parent378d8f5c04ac5307f2bbba41f83da5365455ced6 (diff)
downloadpoky-d4e26f999490886c50587a6ce002181d3cac266c.tar.gz
makedepend: upgrade to 1.0.5
Removed patch since it included upstream. (From OE-Core rev: d67ee43ad04577784a1e31d7fd8e5e65c036653d) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb')
-rw-r--r--meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb21
1 files changed, 21 insertions, 0 deletions
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 @@
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 = "xproto util-macros"
14PE = "1"
15
16BBCLASSEXTEND = "native"
17
18LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f"
19
20SRC_URI[md5sum] = "efb2d7c7e22840947863efaedc175747"
21SRC_URI[sha256sum] = "503903d41fb5badb73cb70d7b3740c8b30fe1cc68c504d3b6a85e6644c4e5004"