mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
libgpg-error: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
c927c50d9b
commit
63ca9079c3
@@ -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.*"
|
||||
|
||||
Reference in New Issue
Block a user