summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pkgconfig/pkgconfig.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig.inc')
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig.inc7
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 @@
1DESCRIPTION = "pkg-config is a system for managing library \ 1SUMMARY = "Helper tool used when compiling"
2compile/link flags that works with automake and autoconf. \ 2DESCRIPTION = "pkg-config is a helper tool used when compiling applications and libraries. It helps determined \
3It replaces the ubiquitous *-config scripts you may have \ 3the correct compiler/link options. It is also language-agnostic."
4seen with a single tool."
5HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/" 4HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/"
6BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=pkg-config" 5BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=pkg-config"
7SECTION = "console/utils" 6SECTION = "console/utils"