diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-05-18 18:34:08 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2012-05-18 18:37:09 -0500 |
commit | a1f85f4d234613eb058fcd3e81c72efc868ef78f (patch) | |
tree | 082f0a76309d85777f35ce7fe5df85dff11eff40 | |
parent | 84d8ba1055a705b0340d87ad210a55def3732a21 (diff) | |
download | meta-selinux-a1f85f4d234613eb058fcd3e81c72efc868ef78f.tar.gz |
Revert "swig: for libraries to build python bindings."
This reverts commit 63e12109ce58a5622dc47bdff2d1d347b3474a04.
-rw-r--r-- | recipes-devtools/swig/swig.inc | 22 | ||||
-rw-r--r-- | recipes-devtools/swig/swig_2.0.0.bb | 7 |
2 files changed, 0 insertions, 29 deletions
diff --git a/recipes-devtools/swig/swig.inc b/recipes-devtools/swig/swig.inc deleted file mode 100644 index 1c33e6e..0000000 --- a/recipes-devtools/swig/swig.inc +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
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 = "r0" | ||
10 | |||
11 | DEPENDS = "python" | ||
12 | |||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" | ||
14 | |||
15 | inherit autotools | ||
16 | |||
17 | BBCLASSEXTEND = "native" | ||
18 | |||
19 | do_configure() { | ||
20 | oe_runconf | ||
21 | } | ||
22 | |||
diff --git a/recipes-devtools/swig/swig_2.0.0.bb b/recipes-devtools/swig/swig_2.0.0.bb deleted file mode 100644 index b443def..0000000 --- a/recipes-devtools/swig/swig_2.0.0.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require swig.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI[md5sum] = "36ee2d9974be46a9f0a36460af928eb9" | ||
6 | SRC_URI[sha256sum] = "2568d042d3c7cfbcb17e2471b0434bd3aa78d7a1829f9ef6f1b9fc522e4754ea" | ||
7 | |||