diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-07-30 15:03:49 +0300 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-01 21:57:55 -0700 |
commit | d67ee43ad04577784a1e31d7fd8e5e65c036653d (patch) | |
tree | a6e2f1cbdbfe3ddfe45aa93670962fbac4ba438c /meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb | |
parent | a9b27107706e49a7f944b94d6dcb23b459a7d8ac (diff) | |
download | openembedded-core-d67ee43ad04577784a1e31d7fd8e5e65c036653d.tar.gz openembedded-core-d67ee43ad04577784a1e31d7fd8e5e65c036653d.tar.bz2 openembedded-core-d67ee43ad04577784a1e31d7fd8e5e65c036653d.zip |
makedepend: upgrade to 1.0.5
Removed patch since it included upstream.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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.bb | 21 |
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 @@ +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 = "xproto util-macros" +PE = "1" + +BBCLASSEXTEND = "native" + +LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f" + +SRC_URI[md5sum] = "efb2d7c7e22840947863efaedc175747" +SRC_URI[sha256sum] = "503903d41fb5badb73cb70d7b3740c8b30fe1cc68c504d3b6a85e6644c4e5004" |