mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
775 B
BlitzBasic
20 lines
775 B
BlitzBasic
SUMMARY = "D-Bus connector for dLeyna libraries"
|
|
HOMEPAGE = "https://01.org/dleyna/"
|
|
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
|
file://src/connector-dbus.c;endline=21;md5=0a1695cef53beefc36651de439f643b5"
|
|
|
|
DEPENDS = "glib-2.0 dbus dleyna-core"
|
|
|
|
SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https"
|
|
SRCREV = "de913c35e5c936e2d40ddbd276ee902cd802bd3a"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
FILES:${PN} += "${libdir}/dleyna-1.0/connectors/*.so"
|
|
FILES:${PN}-dev += "${libdir}/dleyna-1.0/connectors/*.la"
|
|
FILES:${PN}-dbg += "${libdir}/dleyna-1.0/connectors/.debug/*.so"
|
|
|
|
SKIP_RECIPE[dleyna-connector-dbus] ?= "Upstream is dead moreover needs porting to work with latest gupnp >= 1.2"
|