mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-02 10:55:38 +02:00
19 lines
316 B
PHP
19 lines
316 B
PHP
DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
|
|
HOMEPAGE = "http://swig.sourceforge.net/"
|
|
LICENSE = "BSD"
|
|
SECTION = "devel"
|
|
INC_PR = "r1"
|
|
|
|
DEPENDS = "python"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
do_configure() {
|
|
oe_runconf
|
|
}
|
|
|