libgcrypt: restore BBCLASSEXTEND
[openembedded.git] / recipes / expat / expat.inc
1 DESCRIPTION = "Jim Clarkes XML parser library."
2 HOMEPAGE = "http://expat.sf.net/"
3 SECTION = "libs"
4 LICENSE = "MIT"
5
6 SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz;name=src \
7           "
8 S = "${WORKDIR}/expat-${PV}"
9
10 export LTCC = "${CC}"
11
12 inherit autotools
13