diff options
| -rw-r--r-- | meta-multimedia/recipes-multimedia/dleyna/media-service-upnp_0.5.0.bb | 24 | ||||
| -rw-r--r-- | meta-multimedia/recipes-multimedia/dleyna/renderer-service-upnp_0.3.0.bb | 29 |
2 files changed, 0 insertions, 53 deletions
diff --git a/meta-multimedia/recipes-multimedia/dleyna/media-service-upnp_0.5.0.bb b/meta-multimedia/recipes-multimedia/dleyna/media-service-upnp_0.5.0.bb deleted file mode 100644 index baaf42b28b..0000000000 --- a/meta-multimedia/recipes-multimedia/dleyna/media-service-upnp_0.5.0.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | SUMMARY = "discover, browse and search UPNP/DLNA media servers" | ||
| 2 | HOMEPAGE = "https://01.org/dleyna/" | ||
| 3 | |||
| 4 | LICENSE = "LGPLv2.1" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | ||
| 6 | file://src/media-service-upnp.c;beginline=1;endline=21;md5=584eb103b4f6f3432c43d169b6a123a1" | ||
| 7 | |||
| 8 | DEPENDS = "dbus glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4" | ||
| 9 | |||
| 10 | SRC_URI = "git://github.com/01org/${BPN}.git" | ||
| 11 | SRCREV = "0dbc74a79aa07a8f8c7d32e1d2de6c4d3a0f95bc" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit autotools pkgconfig | ||
| 15 | |||
| 16 | do_install_append() { | ||
| 17 | install -d ${D}${bindir} | ||
| 18 | install -m 0755 dms-info ${D}${bindir} | ||
| 19 | } | ||
| 20 | |||
| 21 | PACKAGES =+ "${PN}-tests" | ||
| 22 | |||
| 23 | FILES_${PN} += "${datadir}/dbus-1/services/*.service" | ||
| 24 | FILES_${PN}-tests = "${bindir}/dms-info" | ||
diff --git a/meta-multimedia/recipes-multimedia/dleyna/renderer-service-upnp_0.3.0.bb b/meta-multimedia/recipes-multimedia/dleyna/renderer-service-upnp_0.3.0.bb deleted file mode 100644 index 4d06d2c689..0000000000 --- a/meta-multimedia/recipes-multimedia/dleyna/renderer-service-upnp_0.3.0.bb +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | SUMMARY = "discover and manipulate UPNP/DLNA media renderers" | ||
| 2 | HOMEPAGE = "https://01.org/dleyna/" | ||
| 3 | |||
| 4 | LICENSE = "LGPLv2.1" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | ||
| 6 | file://src/renderer-service-upnp.c;beginline=1;endline=21;md5=c25c3082684eb4ca87474b7528c6dc15" | ||
| 7 | |||
| 8 | PNBLACKLIST[renderer-service-upnp] ?= "BROKEN: doesn't build with B!=S (trying to install rendererconsole.py from ${B} instead of ${S}) - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
| 9 | |||
| 10 | DEPENDS = "dbus glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/01org/${BPN}.git" | ||
| 13 | SRCREV = "4a0b1d7cd8e22d3cb0e09c77c344ceccbcbbd34f" | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit autotools pkgconfig | ||
| 17 | |||
| 18 | do_install_append() { | ||
| 19 | install -d ${D}${bindir} | ||
| 20 | install -m 0755 test/rendererconsole.py ${D}${bindir} | ||
| 21 | } | ||
| 22 | |||
| 23 | PACKAGES =+ "${PN}-tests" | ||
| 24 | |||
| 25 | RDEPENDS_${PN}-tests = "python-dbus python-json python-misc python-pkgutil python-xml" | ||
| 26 | |||
| 27 | FILES_${PN} += "${datadir}/dbus-1/services/*.service" | ||
| 28 | # When we have GI, package cap | ||
| 29 | FILES_${PN}-tests = "${bindir}/rendererconsole.py" | ||
