summaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/firebird/firebird_1.5.0.4290.bb
blob: 40e7b9a348b259078d951902ea314b07fea3f47c (plain)
1
2
3
4
5
6
7
8
SRC_URI = ${SOURCEFORGE_MIRROR}/firebird/firebird-${PV}.tar.bz2

inherit autotools

do_configure () {
	./autogen.sh
	oe_runconf
}