aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/swig/swig.inc
blob: 30d556c90a0c2e80925b717486c2ef61c095d733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
HOMEPAGE = "http://swig.sourceforge.net/"
LICENSE = "BSD"
SECTION = "devel"
INC_PR = "r1"

SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"

inherit autotools

BBCLASSEXTEND = "native"

do_configure() {
	oe_runconf
}