From 2628ea70661b6a36ee351018967bbe3b7e5d16c1 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Tue, 7 Dec 2010 16:55:01 +0800 Subject: gssdp: upgrade to version 0.9.0 Derive introspection.m4 from gobject-introspection package to solve the autoreconf issue. Add option "--disable-introspection" since gobject-introspection breaks cross compile. Signed-off-by: Dongxiao Xu --- meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb (limited to 'meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb') diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb new file mode 100644 index 0000000000..09bcc384ba --- /dev/null +++ b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb @@ -0,0 +1,23 @@ +SUMMARY = "Resource discovery and announcement over SSDP" +DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP (Simpe Service Discovery Protocol)." +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" +DEPENDS = "glib-2.0 libsoup-2.4 libglade" + +SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ + file://introspection.patch" + +inherit autotools pkgconfig + +PACKAGES =+ "gssdp-tools" + +FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade" + +EXTRA_OECONF = "--disable-introspection" + +PR = "r0" + +SRC_URI[md5sum] = "8605138eac1e7fb8ec8cf502a928ea81" +SRC_URI[sha256sum] = "6e4de2ecc90d2ac8b3694af1954984d04de25fb01dd2f2748d7221add8ead9e0" + + -- cgit v1.2.3-54-g00ecf