diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-05-18 18:35:19 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2012-05-18 18:37:09 -0500 |
commit | 18e3a5d348558d3a0519ea70afef27271fc08710 (patch) | |
tree | afa4ca1e60dbe0289ed244aa38f7093ec559105c | |
parent | a1f85f4d234613eb058fcd3e81c72efc868ef78f (diff) | |
download | meta-selinux-18e3a5d348558d3a0519ea70afef27271fc08710.tar.gz |
swig: Add swig 2.0.0
Add swig recipe from meta-openembedded/meta-oe
as of commit: 2eb27e123b7a85453224f2c822d43f8572eec57a
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r-- | recipes-devtools/swig/swig.inc | 24 | ||||
-rw-r--r-- | recipes-devtools/swig/swig_2.0.0.bb | 7 |
2 files changed, 31 insertions, 0 deletions
diff --git a/recipes-devtools/swig/swig.inc b/recipes-devtools/swig/swig.inc new file mode 100644 index 0000000..59f385e --- /dev/null +++ b/recipes-devtools/swig/swig.inc | |||
@@ -0,0 +1,24 @@ | |||
1 | DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator" | ||
2 | HOMEPAGE = "http://swig.sourceforge.net/" | ||
3 | LICENSE = "BSD & GPLv3" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \ | ||
5 | file://LICENSE-GPL;md5=d32239bcb673463ab874e80d47fae504 \ | ||
6 | file://LICENSE-UNIVERSITIES;md5=e0eaeeef7b2662c0c2d0d3c0b2509f75" | ||
7 | |||
8 | SECTION = "devel" | ||
9 | INC_PR = "r1" | ||
10 | |||
11 | DEPENDS = "python" | ||
12 | |||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" | ||
14 | |||
15 | inherit autotools | ||
16 | |||
17 | EXTRA_OECONF = " --without-guile " | ||
18 | |||
19 | BBCLASSEXTEND = "native" | ||
20 | |||
21 | do_configure() { | ||
22 | oe_runconf | ||
23 | } | ||
24 | |||
diff --git a/recipes-devtools/swig/swig_2.0.0.bb b/recipes-devtools/swig/swig_2.0.0.bb new file mode 100644 index 0000000..b443def --- /dev/null +++ b/recipes-devtools/swig/swig_2.0.0.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require swig.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI[md5sum] = "36ee2d9974be46a9f0a36460af928eb9" | ||
6 | SRC_URI[sha256sum] = "2568d042d3c7cfbcb17e2471b0434bd3aa78d7a1829f9ef6f1b9fc522e4754ea" | ||
7 | |||