diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-11-18 17:43:33 -0600 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 15:53:08 +0000 |
commit | 8bcb64c0737e2322031a5579c1a3fa01d944b348 (patch) | |
tree | 5ee6a7ae1271334d6892636893c681f51990940c /meta/recipes-devtools/pkgconfig/pkgconfig.inc | |
parent | 2e0a8afe9849383303d515d49c2a7aef9b4ba00e (diff) | |
download | poky-8bcb64c0737e2322031a5579c1a3fa01d944b348.tar.gz |
recipes-devtools: Add Summary information
Add Summary information and update Descripts as necessary.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig.inc')
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtools/pkgconfig/pkgconfig.inc index c0e748173d..641bfae373 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig.inc +++ b/meta/recipes-devtools/pkgconfig/pkgconfig.inc | |||
@@ -1,7 +1,6 @@ | |||
1 | DESCRIPTION = "pkg-config is a system for managing library \ | 1 | SUMMARY = "Helper tool used when compiling" |
2 | compile/link flags that works with automake and autoconf. \ | 2 | DESCRIPTION = "pkg-config is a helper tool used when compiling applications and libraries. It helps determined \ |
3 | It replaces the ubiquitous *-config scripts you may have \ | 3 | the correct compiler/link options. It is also language-agnostic." |
4 | seen with a single tool." | ||
5 | HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/" | 4 | HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/" |
6 | BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=pkg-config" | 5 | BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=pkg-config" |
7 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |