aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/expat/expat_1.95.7.bb
blob: 0b230d7588b4051a1f58a75e4b2405c3cafd7e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
require expat.inc
PR = "r3"

SRC_URI += "file://autotools.patch;patch=1 \
	    file://expat-XMLCALL.patch;patch=1 \
	   "

inherit lib_package

do_configure () {
	rm -f ${S}/conftools/libtool.m4
	autotools_do_configure
}

do_install () {
	oe_runmake prefix="${D}${prefix}" \
		bindir="${D}${bindir}" \
		libdir="${D}${libdir}" \
		includedir="${D}${includedir}" \
		install
}

SRC_URI[src.md5sum] = "2ff59c2a5cbdd21a285c5f343e214fa9"
SRC_URI[src.sha256sum] = "c94817c67c8ff0d244092c19f5713ea8c76a9a19075ff6031d4ef93ec7b66256"