summaryrefslogtreecommitdiffstats
path: root/meta/packages/libgpg-error/libgpg-error_1.6.bb
blob: 9770dcd913fa0219318a1aa87ef20883363d419a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "GPG-Error library"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL LGPL FDL"
DEPENDS = "gettext"

SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
	   file://pkgconfig.patch;patch=1"

# move libgpg-error-config into -dev package
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${bindir}/*"

inherit autotools_stage binconfig pkgconfig