diff options
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" |