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 }