aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/expat/expat.inc
blob: 5fdf0ded4251edb020bc01ffe02cd8d30efa4abd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Jim Clarkes XML parser library."
HOMEPAGE = "http://expat.sf.net/"
SECTION = "libs"
LICENSE = "MIT"

SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz;name=src \
	  "
S = "${WORKDIR}/expat-${PV}"

export LTCC = "${CC}"

inherit autotools

acpaths = "-I${S}/conftools"
INC_PR = "r4"