From: Michael Lauer Date: Sun, 11 Sep 2005 16:45:01 +0000 (+0000) Subject: swig: fix typo causing swig not to install its support files. Closes #321, thanks... X-Git-Tag: Release-2010-05/1~9453^2~3559 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90f4790206716b6d4291b7133a63b9270fc2b907;p=openembedded.git swig: fix typo causing swig not to install its support files. Closes #321, thanks mreimer. --- diff --git a/packages/swig/swig_1.3.24.bb b/packages/swig/swig_1.3.24.bb index 49f78a8624..10313fb405 100644 --- a/packages/swig/swig_1.3.24.bb +++ b/packages/swig/swig_1.3.24.bb @@ -1,13 +1,14 @@ -SECTION = "unknown" 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" +EXTRA_OECONF = "--with-python=${STAGING_BINDIR} --with-swiglibdir=${STAGING_DIR}/${BUILD_SYS}/swig" do_configure() { oe_runconf