aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/swig/swig.inc
blob: 59f385e51364f060dcac0338546bc6f258a3af93 (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
DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
HOMEPAGE = "http://swig.sourceforge.net/"
LICENSE = "BSD & GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
                    file://LICENSE-GPL;md5=d32239bcb673463ab874e80d47fae504 \
                    file://LICENSE-UNIVERSITIES;md5=e0eaeeef7b2662c0c2d0d3c0b2509f75"

SECTION = "devel"
INC_PR = "r1"

DEPENDS = "python"

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

inherit autotools

EXTRA_OECONF = " --without-guile "

BBCLASSEXTEND = "native"

do_configure() {
	oe_runconf
}