From: Philipp Zabel Date: Thu, 24 Aug 2006 17:52:10 +0000 (+0000) Subject: swig-1.3.29: add missing recipe that bitbake complains about X-Git-Tag: Release-2010-05/1~9453^2~893 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6989b6d392d9dd286cc4f4bdee36348625e36cb;p=openembedded.git swig-1.3.29: add missing recipe that bitbake complains about --- diff --git a/packages/swig/swig_1.3.29.bb b/packages/swig/swig_1.3.29.bb new file mode 100644 index 0000000000..a36c7b9934 --- /dev/null +++ b/packages/swig/swig_1.3.29.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator" +HOMEPAGE = "http://swig.sourceforge.net/" +LICENSE = "BSD" +SECTION = "devel" + +SRC_URI = "${SOURCEFORGE_MIRROR}/swig/swig-${PV}.tar.gz" +S = "${WORKDIR}/swig-${PV}" + +inherit autotools + +EXTRA_OECONF = "--with-python=${STAGING_BINDIR} --with-swiglibdir=${STAGING_DIR}/${BUILD_SYS}/swig" + +do_configure() { + oe_runconf +} +