]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgpg-error: fix metadata
authorKevin Tian <kevin.tian@intel.com>
Wed, 30 Jun 2010 08:35:09 +0000 (16:35 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 2 Jul 2010 14:28:54 +0000 (15:28 +0100)
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/packages/libgpg-error/libgpg-error_1.6.bb

index c34100e25dfb7518cc6ddd3f57e0f2de323ee12c..92ad104542c31d38320051277a243dfd25cf032b 100644 (file)
@@ -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.*"