summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-02-08 14:36:57 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2011-02-09 22:45:47 +0000
commitcfc40419885c1049e1345f4fd03f183114192402 (patch)
tree7419c623472dfb900d77a0689321d250d0008b0a /meta/recipes-graphics/xorg-util
parentb0c2d6fed4914c55361816c520b45feff28aa15d (diff)
downloadpoky-cfc40419885c1049e1345f4fd03f183114192402.tar.gz
makedepend: remove # from the beginning of DESCRIPTION lines
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-util')
-rw-r--r--meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb
index 342d1b8441..86e5d81491 100644
--- a/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb
+++ b/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb
@@ -3,11 +3,12 @@ require xorg-util-common.inc
3SUMMARY = "create dependencies in makefiles" 3SUMMARY = "create dependencies in makefiles"
4 4
5DESCRIPTION = "The makedepend program reads each sourcefile in sequence \ 5DESCRIPTION = "The makedepend program reads each sourcefile in sequence \
6and parses it like a C-preprocessor, processing all #include, #define, \ 6and parses it like a C-preprocessor, processing \
7#undef, #ifdef, #ifndef, #endif, #if, #elif and #else directives so that \ 7all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif \
8it can correctly tell which #include, directives would be used in a \ 8and #else directives so that it can correctly tell which #include, \
9compilation. Any #include, directives can reference files having other \ 9directives would be used in a compilation. Any #include, directives \
10#include directives, and parsing will occur in these files as well." 10can reference files having other #include directives, and parsing will \
11occur in these files as well."
11 12
12DEPENDS = "xproto util-macros" 13DEPENDS = "xproto util-macros"
13PR = "r0" 14PR = "r0"