From: Kevin Tian Date: Wed, 30 Jun 2010 08:35:09 +0000 (+0800) Subject: libgpg-error: fix metadata X-Git-Tag: 2011-1~5566 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=63ca9079c3b2e8c04b53c18bd386e60b131cb947;p=openembedded-core.git libgpg-error: fix metadata Signed-off-by: Kevin Tian --- 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.*"