[swig] add inc file for build error
authorhschang <chang@dev3>
Wed, 2 Jul 2014 08:55:03 +0000 (17:55 +0900)
committerhschang <chang@dev3>
Wed, 2 Jul 2014 08:55:03 +0000 (17:55 +0900)
meta-openvuplus/recipes-devtools/swig/swig.inc [new file with mode: 0644]
meta-openvuplus/recipes-devtools/swig/swig_2.0.4.bb

diff --git a/meta-openvuplus/recipes-devtools/swig/swig.inc b/meta-openvuplus/recipes-devtools/swig/swig.inc
new file mode 100644 (file)
index 0000000..59f385e
--- /dev/null
@@ -0,0 +1,24 @@
+DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
+HOMEPAGE = "http://swig.sourceforge.net/"
+LICENSE = "BSD & GPLv3"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
+                    file://LICENSE-GPL;md5=d32239bcb673463ab874e80d47fae504 \
+                    file://LICENSE-UNIVERSITIES;md5=e0eaeeef7b2662c0c2d0d3c0b2509f75"
+
+SECTION = "devel"
+INC_PR = "r1"
+
+DEPENDS = "python"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
+
+inherit autotools
+
+EXTRA_OECONF = " --without-guile "
+
+BBCLASSEXTEND = "native"
+
+do_configure() {
+       oe_runconf
+}
+
index e05c9d6..2a28b41 100644 (file)
@@ -1,4 +1,4 @@
-require recipes-devtools/swig/swig.inc
+require swig.inc
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
                     file://LICENSE-GPL;md5=d32239bcb673463ab874e80d47fae504 \