[oe-commits] Koen Kooi : swig: update to 1.3.39

git version control git at git.openembedded.org
Sun Jun 7 08:20:16 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 75c6eb25b4bd16c0d81ee7af405c8f090db752e1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=75c6eb25b4bd16c0d81ee7af405c8f090db752e1

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Jun  6 09:59:43 2009 +0200

swig: update to 1.3.39

---

 conf/checksums.ini                 |    4 ++++
 recipes/swig/swig-native_1.3.39.bb |    7 +++++++
 recipes/swig/swig_1.3.39.bb        |   16 ++++++++++++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 4258191..c1f46f5 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -22426,6 +22426,10 @@ sha256=c2ad63095e34b4a474e7ff4adb6ea8b7ab238bb5738d00a739102bb8bb71d805
 md5=650c774917be49c526a4f8a3e733c898
 sha256=e7cbddc8c68b1eccba1c82edd5427595397d9a483c8fb1184abc9303afe08045
 
+[http://downloads.sourceforge.net/swig/swig-1.3.39.tar.gz]
+md5=ac201d1b87f8659584534f9540d7ad24
+sha256=bb2d5d9373cf1fe03faaadb02de47af3b058b0300e0f58ece6a7212f0a2b11dc
+
 [http://crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-1.5.10.tar.gz]
 md5=4c920f2a3ee72040df8a8e105ad840df
 sha256=5fb3f030e9395e23a48c02bde6bc81ad42b1c4056a011d9ee15c4c85110eb847
diff --git a/recipes/swig/swig-native_1.3.39.bb b/recipes/swig/swig-native_1.3.39.bb
new file mode 100644
index 0000000..8210bb9
--- /dev/null
+++ b/recipes/swig/swig-native_1.3.39.bb
@@ -0,0 +1,7 @@
+require swig_${PV}.bb
+inherit native
+
+do_stage() {
+	oe_runmake install PREFIX=${STAGING_BINDIR}/..
+}
+
diff --git a/recipes/swig/swig_1.3.39.bb b/recipes/swig/swig_1.3.39.bb
new file mode 100644
index 0000000..8a8138c
--- /dev/null
+++ b/recipes/swig/swig_1.3.39.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
+HOMEPAGE = "http://swig.sourceforge.net/"
+LICENSE = "BSD"
+SECTION = "devel"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/swig/swig-${PV}.tar.gz"
+S = "${WORKDIR}/swig-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-python=${STAGING_BINDIR_NATIVE} --with-swiglibdir=${STAGING_DIR_NATIVE}/swig"
+
+do_configure() {
+	oe_runconf
+}
+





More information about the Openembedded-commits mailing list