mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1327 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
253 B
PHP
14 lines
253 B
PHP
DESCRIPTION = "Jim Clarkes XML parser library."
|
|
HOMEPAGE = "http://expat.sf.net/"
|
|
SECTION = "libs"
|
|
LICENSE = "MIT"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \
|
|
"
|
|
S = "${WORKDIR}/expat-${PV}"
|
|
|
|
export LTCC = "${CC}"
|
|
|
|
inherit autotools
|
|
|