diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-06-30 16:35:09 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:28:54 +0100 |
commit | 63ca9079c3b2e8c04b53c18bd386e60b131cb947 (patch) | |
tree | e79f50e8d467d13bbbd076888e6fe6465af00897 /meta/packages/libgpg-error | |
parent | c927c50d9b085bdbb278eb1147ed8835b3473afe (diff) | |
download | poky-63ca9079c3b2e8c04b53c18bd386e60b131cb947.tar.gz |
libgpg-error: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/libgpg-error')
-rw-r--r-- | meta/packages/libgpg-error/libgpg-error_1.6.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/libgpg-error/libgpg-error_1.6.bb b/meta/packages/libgpg-error/libgpg-error_1.6.bb index c34100e25d..92ad104542 100644 --- a/meta/packages/libgpg-error/libgpg-error_1.6.bb +++ b/meta/packages/libgpg-error/libgpg-error_1.6.bb | |||
@@ -1,11 +1,10 @@ | |||
1 | DESCRIPTION = "GPG-Error library" | 1 | DESCRIPTION = "GPG-Error library" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | PRIORITY = "optional" | 3 | LICENSE = "GPLv2+ & LGPLv2.1+" |
4 | LICENSE = "GPL LGPL FDL" | ||
5 | DEPENDS = "gettext" | 4 | DEPENDS = "gettext" |
6 | 5 | ||
7 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | 6 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ |
8 | file://pkgconfig.patch;patch=1" | 7 | file://pkgconfig.patch;" |
9 | 8 | ||
10 | # move libgpg-error-config into -dev package | 9 | # move libgpg-error-config into -dev package |
11 | FILES_${PN} = "${libdir}/lib*.so.*" | 10 | FILES_${PN} = "${libdir}/lib*.so.*" |