task-fso2-compliance: add fsoaudiod as dependency
[openembedded.git] / recipes / libgpg-error / libgpg-error.inc
blobcfe09afc251703baf931d5e580aff83b3a16f676
1 DESCRIPTION = "GPG-Error library"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 LICENSE = "GPL LGPL FDL"
6 DEPENDS += "virtual/libiconv"
7 DEPENDS_virtclass-native = ""
9 SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.gz \
10            file://pkgconfig.patch"
12 INC_PR = "r7"
14 # move libgpg-error-config into -dev package
15 FILES_${PN} = "${libdir}/lib*.so.*"
16 FILES_${PN}-dev += "${bindir}/*"
18 inherit autotools binconfig pkgconfig gettext
20 BBCLASSEXTEND = "native"