From b0947eb308c7bf35804ca57e3f74018a7f8c805c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 31 May 2009 16:29:47 +0200 Subject: gupnp*: sync with poky --- recipes/upnp/gssdp_0.6.3.bb | 6 +----- recipes/upnp/gupnp-av_0.3.bb | 6 ++++++ recipes/upnp/gupnp_0.12.5.bb | 14 ++++++++++++++ 3 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 recipes/upnp/gupnp-av_0.3.bb create mode 100644 recipes/upnp/gupnp_0.12.5.bb diff --git a/recipes/upnp/gssdp_0.6.3.bb b/recipes/upnp/gssdp_0.6.3.bb index 034d2f5fe3..09e12e2c63 100644 --- a/recipes/upnp/gssdp_0.6.3.bb +++ b/recipes/upnp/gssdp_0.6.3.bb @@ -3,12 +3,8 @@ DEPENDS = "glib-2.0 libsoup-2.4 libglade" SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" -inherit autotools pkgconfig +inherit autotools_stage pkgconfig PACKAGES =+ "gssdp-tools" FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade" - -do_stage() { - autotools_stage_all -} diff --git a/recipes/upnp/gupnp-av_0.3.bb b/recipes/upnp/gupnp-av_0.3.bb new file mode 100644 index 0000000000..5f52525b42 --- /dev/null +++ b/recipes/upnp/gupnp-av_0.3.bb @@ -0,0 +1,6 @@ +LICENSE = "LGPL" +DEPENDS = "gupnp" + +SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" + +inherit autotools_stage pkgconfig diff --git a/recipes/upnp/gupnp_0.12.5.bb b/recipes/upnp/gupnp_0.12.5.bb new file mode 100644 index 0000000000..4fd75d8932 --- /dev/null +++ b/recipes/upnp/gupnp_0.12.5.bb @@ -0,0 +1,14 @@ +LICENSE = "LGPL" +DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2" + +SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" +PR = "r1" + +inherit autotools_stage pkgconfig + +FILES_${PN} = "${libdir}/*.so.*" +FILES_${PN}-dev += "${bindir}/gupnp-binding-tool" + +do_stage_append () { + install ${S}/tools/gupnp-binding-tool ${STAGING_BINDIR_NATIVE} +} \ No newline at end of file -- cgit v1.2.3