diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
| commit | c58cc7d3796dcee6e93885c835ed04cb566abeb2 (patch) | |
| tree | 3eea4d4ef6a4ef79e0f4e025d7012c1a5cc38835 /meta-oe/recipes-devtools/swig | |
| parent | eec6ab97f712e06eb52c9f7c99e19ffab3ce9d74 (diff) | |
| download | meta-openembedded-c58cc7d3796dcee6e93885c835ed04cb566abeb2.tar.gz | |
move layer into meta-oe in preparation for future splits
As per TSC decision
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/swig')
| -rw-r--r-- | meta-oe/recipes-devtools/swig/swig.inc | 18 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/swig/swig_1.3.31.bb | 7 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/swig/swig_1.3.38.bb | 7 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/swig/swig_1.3.39.bb | 6 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/swig/swig_2.0.0.bb | 7 |
5 files changed, 45 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/swig/swig.inc b/meta-oe/recipes-devtools/swig/swig.inc new file mode 100644 index 0000000000..0603d1cfe5 --- /dev/null +++ b/meta-oe/recipes-devtools/swig/swig.inc | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator" | ||
| 2 | HOMEPAGE = "http://swig.sourceforge.net/" | ||
| 3 | LICENSE = "BSD" | ||
| 4 | SECTION = "devel" | ||
| 5 | INC_PR = "r1" | ||
| 6 | |||
| 7 | DEPENDS = "python" | ||
| 8 | |||
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | inherit autotools | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native" | ||
| 14 | |||
| 15 | do_configure() { | ||
| 16 | oe_runconf | ||
| 17 | } | ||
| 18 | |||
diff --git a/meta-oe/recipes-devtools/swig/swig_1.3.31.bb b/meta-oe/recipes-devtools/swig/swig_1.3.31.bb new file mode 100644 index 0000000000..8a601350ad --- /dev/null +++ b/meta-oe/recipes-devtools/swig/swig_1.3.31.bb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | require swig.inc | ||
| 2 | |||
| 3 | PR = "${INC_PR}.0" | ||
| 4 | |||
| 5 | |||
| 6 | SRC_URI[md5sum] = "4a0bae63e3713e89b26db7209b6a7e05" | ||
| 7 | SRC_URI[sha256sum] = "c2ad63095e34b4a474e7ff4adb6ea8b7ab238bb5738d00a739102bb8bb71d805" | ||
diff --git a/meta-oe/recipes-devtools/swig/swig_1.3.38.bb b/meta-oe/recipes-devtools/swig/swig_1.3.38.bb new file mode 100644 index 0000000000..a2d7ecbca2 --- /dev/null +++ b/meta-oe/recipes-devtools/swig/swig_1.3.38.bb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | require swig.inc | ||
| 2 | |||
| 3 | PR = "${INC_PR}.0" | ||
| 4 | |||
| 5 | |||
| 6 | SRC_URI[md5sum] = "650c774917be49c526a4f8a3e733c898" | ||
| 7 | SRC_URI[sha256sum] = "e7cbddc8c68b1eccba1c82edd5427595397d9a483c8fb1184abc9303afe08045" | ||
diff --git a/meta-oe/recipes-devtools/swig/swig_1.3.39.bb b/meta-oe/recipes-devtools/swig/swig_1.3.39.bb new file mode 100644 index 0000000000..2db94dae34 --- /dev/null +++ b/meta-oe/recipes-devtools/swig/swig_1.3.39.bb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | require swig.inc | ||
| 2 | |||
| 3 | PR = "${INC_PR}.1" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "ac201d1b87f8659584534f9540d7ad24" | ||
| 6 | SRC_URI[sha256sum] = "bb2d5d9373cf1fe03faaadb02de47af3b058b0300e0f58ece6a7212f0a2b11dc" | ||
diff --git a/meta-oe/recipes-devtools/swig/swig_2.0.0.bb b/meta-oe/recipes-devtools/swig/swig_2.0.0.bb new file mode 100644 index 0000000000..b443def58a --- /dev/null +++ b/meta-oe/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 | |||
