summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-04-30 14:31:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-03 15:48:04 +0100
commit754667c8cee57772d9020d776280b7835892dde7 (patch)
tree59bc3f74e709bbc83e88e8c567446adb018c2007 /meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb
parent8dbb57754b101d30eadb32e2999812ba8e6f2fe4 (diff)
downloadpoky-754667c8cee57772d9020d776280b7835892dde7.tar.gz
makedepend: upgrade from 1.0.3 to 1.0.4
(From OE-Core rev: 4b3ab58c4319607aaa9ce6075d221a48b359feae) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb')
-rw-r--r--meta/recipes-graphics/xorg-util/makedepend_1.0.4.bb22
1 files changed, 22 insertions, 0 deletions
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 @@
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"
14PR = "r0"
15PE = "1"
16
17BBCLASSEXTEND = "native"
18
19LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f"
20
21SRC_URI[md5sum] = "bf1c54028427829c9c3193bef710dbee"
22SRC_URI[sha256sum] = "f53b8ce5dec02a05f8994036a8ebac485a96324143ff2382e29578fdc096b04f"