[oe-commits] Khem Raj : wvstreams_4.6.bb: Add new recipe.

git version control git at git.openembedded.org
Sat Aug 8 04:12:44 UTC 2009


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Aug  7 21:11:38 2009 -0700

wvstreams_4.6.bb: Add new recipe.

	This is the latest release available as of now.
	it does not compile on uclibc based system for
	now.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 conf/checksums.ini                   |    4 +++
 recipes/wvstreams/wvstreams_4.4.1.bb |    3 +-
 recipes/wvstreams/wvstreams_4.6.bb   |   39 ++++++++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 2 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index bfd1ae3..396d9c2 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -25078,6 +25078,10 @@ sha256=cff48f9a87e94672c7a819661a3a5c893ee44e763c6e5775d00aff3de43619b1
 md5=d092f6a80d38d361cb7a6d54d7699678
 sha256=465e5d5a9dee6284574fa065dcde5cc17a2907f153239ad4a4917e82abb8de6b
 
+[http://wvstreams.googlecode.com/files/wvstreams-4.6.tar.gz]
+md5=4ee8ccfe6dfc29bf952d58fa23626c97
+sha256=171df8e545b53edb3efbd65b9bc2b35549d05249bd0c92776701f9d8da77ed6f
+
 [http://ftp.de.debian.org/debian/pool/main/w/wvstreams/wvstreams_4.2.2-2.2.diff.gz]
 md5=58e1df79ce031b256417ba5992cce833
 sha256=f203a843f11d53ed075a03c07a85e2b5d43dec4cff4da791a96265dfdbee1030
diff --git a/recipes/wvstreams/wvstreams_4.4.1.bb b/recipes/wvstreams/wvstreams_4.4.1.bb
index 6aeefc7..c7a0d41 100644
--- a/recipes/wvstreams/wvstreams_4.4.1.bb
+++ b/recipes/wvstreams/wvstreams_4.4.1.bb
@@ -1,8 +1,7 @@
 HOMEPAGE = "http://alumnit.ca/wiki/index.php?page=WvStreams"
 LICENSE = "LGPL"
 DESCRIPTION = "WvStreams is a network programming library in C++"
-#DEPENDS = "zlib openssl (>= 0.9.8)"
-DEPENDS = "zlib openssl"
+DEPENDS = "zlib openssl (>= 0.9.8)"
 
 PR = "r3"
 
diff --git a/recipes/wvstreams/wvstreams_4.6.bb b/recipes/wvstreams/wvstreams_4.6.bb
new file mode 100644
index 0000000..32c70a3
--- /dev/null
+++ b/recipes/wvstreams/wvstreams_4.6.bb
@@ -0,0 +1,39 @@
+HOMEPAGE = "http://alumnit.ca/wiki/index.php?page=WvStreams"
+LICENSE = "LGPL"
+DESCRIPTION = "WvStreams is a network programming library in C++"
+DEPENDS = "zlib openssl (>= 0.9.8)"
+
+SRC_URI = "http://wvstreams.googlecode.com/files/${PN}-${PV}.tar.gz \
+	"
+
+inherit autotools pkgconfig
+
+LDFLAGS_append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib"
+
+EXTRA_OECONF = " --without-tcl --without-qt --without-pam"
+
+PACKAGES_prepend = "libuniconf libuniconf-dbg "
+PACKAGES_prepend = "uniconfd uniconfd-dbg "
+PACKAGES_prepend = "libwvstreams-base libwvstreams-base-dbg "
+PACKAGES_prepend = "libwvstreams-extras libwvstreams-extras-dbg "
+
+FILES_libuniconf     = "${libdir}/libuniconf.so.*"
+FILES_libuniconf-dbg = "${libdir}/.debug/libuniconf.so.*"
+
+FILES_uniconfd     = "${sbindir}/uniconfd ${sysconfdir}/uniconf.conf ${localstatedir}/uniconf"
+FILES_uniconfd-dbg = "${sbindir}/.debug/uniconfd"
+
+FILES_libwvstreams-base     = "${libdir}/libwvutils.so.*"
+FILES_libwvstreams-base-dbg = "${libdir}/.debug/libwvutils.so.*"
+
+FILES_libwvstreams-extras     = "${libdir}/libwvbase.so.* ${libdir}/libwvstreams.so.*"
+FILES_libwvstreams-extras-dbg = "${libdir}/.debug/libwvbase.so.* ${libdir}/.debug/libwvstreams.so.*"
+
+
+do_stage() {
+    autotools_stage_all
+}
+do_configure() {
+        autoreconf
+        oe_runconf
+}





More information about the Openembedded-commits mailing list