aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/swig/swig_1.3.38.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2010-01-27 17:55:42 -0500
committerPhilip Balister <philip@balister.org>2010-01-27 17:58:15 -0500
commitcdfded760fe70a7de824afa012b1fe3b3713a283 (patch)
treeb7e58c71c238b3a896687a32d63179a6c63aca50 /recipes/swig/swig_1.3.38.bb
parent532806deef383acf79ebb30ea1fa85aabf159e2f (diff)
downloadopenembedded-cdfded760fe70a7de824afa012b1fe3b3713a283.tar.gz
swig : Fix recipe so it works on target, convert to BBCLASSEXTEND and .inc file.
* native packages now use BBCLASSEXTEND method. * Now installs need files into target. * include file to eliminate duplicate portions of the recipe.
Diffstat (limited to 'recipes/swig/swig_1.3.38.bb')
-rw-r--r--recipes/swig/swig_1.3.38.bb16
1 files changed, 2 insertions, 14 deletions
diff --git a/recipes/swig/swig_1.3.38.bb b/recipes/swig/swig_1.3.38.bb
index 8a8138c21c..b245dede4f 100644
--- a/recipes/swig/swig_1.3.38.bb
+++ b/recipes/swig/swig_1.3.38.bb
@@ -1,16 +1,4 @@
-DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
-HOMEPAGE = "http://swig.sourceforge.net/"
-LICENSE = "BSD"
-SECTION = "devel"
+require swig.inc
-SRC_URI = "${SOURCEFORGE_MIRROR}/swig/swig-${PV}.tar.gz"
-S = "${WORKDIR}/swig-${PV}"
-
-inherit autotools
-
-EXTRA_OECONF = "--with-python=${STAGING_BINDIR_NATIVE} --with-swiglibdir=${STAGING_DIR_NATIVE}/swig"
-
-do_configure() {
- oe_runconf
-}
+PR = "${INC_PR}.0"