summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-05-18 18:34:08 -0500
committerMark Hatle <mark.hatle@windriver.com>2012-05-18 18:37:09 -0500
commita1f85f4d234613eb058fcd3e81c72efc868ef78f (patch)
tree082f0a76309d85777f35ce7fe5df85dff11eff40
parent84d8ba1055a705b0340d87ad210a55def3732a21 (diff)
downloadmeta-selinux-a1f85f4d234613eb058fcd3e81c72efc868ef78f.tar.gz
Revert "swig: for libraries to build python bindings."
This reverts commit 63e12109ce58a5622dc47bdff2d1d347b3474a04.
-rw-r--r--recipes-devtools/swig/swig.inc22
-rw-r--r--recipes-devtools/swig/swig_2.0.0.bb7
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 @@
1DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
2HOMEPAGE = "http://swig.sourceforge.net/"
3LICENSE = "BSD & GPLv3"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
5 file://LICENSE-GPL;md5=d32239bcb673463ab874e80d47fae504 \
6 file://LICENSE-UNIVERSITIES;md5=e0eaeeef7b2662c0c2d0d3c0b2509f75"
7
8SECTION = "devel"
9INC_PR = "r0"
10
11DEPENDS = "python"
12
13SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
14
15inherit autotools
16
17BBCLASSEXTEND = "native"
18
19do_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 @@
1require swig.inc
2
3PR = "${INC_PR}.0"
4
5SRC_URI[md5sum] = "36ee2d9974be46a9f0a36460af928eb9"
6SRC_URI[sha256sum] = "2568d042d3c7cfbcb17e2471b0434bd3aa78d7a1829f9ef6f1b9fc522e4754ea"
7