aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgpg-error/libgpg-error.inc
blob: cfe09afc251703baf931d5e580aff83b3a16f676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "GPG-Error library"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL LGPL FDL"

DEPENDS += "virtual/libiconv"
DEPENDS_virtclass-native = ""

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

INC_PR = "r7"

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

inherit autotools binconfig pkgconfig gettext

BBCLASSEXTEND = "native"