mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
12 lines
229 B
PHP
12 lines
229 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 \
|
|
"
|
|
export LTCC = "${CC}"
|
|
|
|
inherit autotools_stage
|
|
|