mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
gupnp-igd: add 0.2.2
Signed-off-by: Ross Burton <ross.burton@intel.com>
This commit is contained in:
parent
a840a73f8b
commit
f12857ae24
|
|
@ -0,0 +1,14 @@
|
|||
SUMMARY = "Helpers for interacting with Internet Gateway Devices over UPnP"
|
||||
LICENSE = "LGPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
|
||||
file://libgupnp-igd/gupnp-simple-igd.c;beginline=1;endline=21;md5=aa292c0d9390463a6e1055dc5fc68e80"
|
||||
|
||||
DEPENDS = "glib-2.0 gupnp"
|
||||
|
||||
SRC_URI = "http://download.gnome.org/sources/${BPN}/0.2/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[md5sum] = "f881323304185c02634034e3bda714ba"
|
||||
SRC_URI[sha256sum] = "73b6a98a0f13b29b34c3bfc07f99f78b1319211cb95a8585752873af2b9067d3"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-introspection --disable-python"
|
||||
Loading…
Reference in New Issue
Block a user