diff options
Diffstat (limited to 'recipes/upnp/gupnp_0.12.5.bb')
-rw-r--r-- | recipes/upnp/gupnp_0.12.5.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 |