Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Helpers for interacting with Internet Gateway Devices over UPnP" |
| 2 | LICENSE = "LGPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
| 4 | file://libgupnp-igd/gupnp-simple-igd.c;beginline=1;endline=21;md5=aa292c0d9390463a6e1055dc5fc68e80" |
| 5 | |
| 6 | DEPENDS = "glib-2.0 gssdp gupnp sqlite3" |
| 7 | |
| 8 | SRC_URI = "http://download.gnome.org/sources/${BPN}/0.2/${BPN}-${PV}.tar.xz \ |
| 9 | file://0001-Swtich-to-new-GUPnP-API.patch \ |
| 10 | " |
| 11 | SRC_URI[md5sum] = "d164e096d0f140bb1f5d9503727b424a" |
| 12 | SRC_URI[sha256sum] = "8b4a1aa38bacbcac2c1755153147ead7ee9af7d4d1f544b6577cfc35e10e3b20" |
| 13 | |
| 14 | inherit autotools pkgconfig gtk-doc gobject-introspection |
| 15 | |
| 16 | EXTRA_OECONF = "--disable-python" |