summaryrefslogtreecommitdiffstats
path: root/meta/packages/libgpg-error/libgpg-error_1.6.bb
blob: d5c6fe80b50fe1161f9ff6a1ce24fef04c601ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "GPG-Error library"
SECTION = "libs"
LICENSE = "GPLv2+ & LGPLv2.1+"
DEPENDS = "gettext"

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

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

inherit autotools binconfig pkgconfig