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 | |
parent | c927c50d9b085bdbb278eb1147ed8835b3473afe (diff) | |
download | openembedded-core-63ca9079c3b2e8c04b53c18bd386e60b131cb947.tar.gz openembedded-core-63ca9079c3b2e8c04b53c18bd386e60b131cb947.tar.bz2 openembedded-core-63ca9079c3b2e8c04b53c18bd386e60b131cb947.zip |
libgpg-error: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta')
-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 @@ DESCRIPTION = "GPG-Error library" SECTION = "libs" -PRIORITY = "optional" -LICENSE = "GPL LGPL FDL" +LICENSE = "GPLv2+ & LGPLv2.1+" DEPENDS = "gettext" SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ - file://pkgconfig.patch;patch=1" + file://pkgconfig.patch;" # move libgpg-error-config into -dev package FILES_${PN} = "${libdir}/lib*.so.*" |