blob: 0aa594dc78816b20bdd61c7ef6bd99f9e919d330 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Helpers for interacting with Internet Gateway Devices over UPnP"
2LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
4 file://libgupnp-igd/gupnp-simple-igd.c;beginline=1;endline=21;md5=aa292c0d9390463a6e1055dc5fc68e80"
5
6DEPENDS = "glib-2.0 gupnp sqlite3"
7
8SRC_URI = "http://download.gnome.org/sources/${BPN}/0.2/${BPN}-${PV}.tar.xz"
9SRC_URI[md5sum] = "124371136b5a7b1056a3681780a62772"
10SRC_URI[sha256sum] = "38c4a6d7718d17eac17df95a3a8c337677eda77e58978129ad3182d769c38e44"
11
12inherit autotools pkgconfig gtk-doc gobject-introspection
13
14EXTRA_OECONF = "--disable-python"