mirror of
https://git.yoctoproject.org/poky
synced 2026-03-04 06:19:40 +01:00
in multilibcase, PN has multilib prefix, so it is not correct to use PN in SRC_URI and S. instead, we've dedicately pruned multilib prefix in BPN, so BPN is the right alternative for PN. (From OE-Core rev: d6dca85028640034b1a5356920aad3268bd4f1c2) Signed-off-by: Yu Ke <ke.y@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
312 B
PHP
12 lines
312 B
PHP
DEPENDS = "libopensync (>= 0.36)"
|
|
|
|
DESCRIPTION ?= "OpenSync plugin"
|
|
|
|
SRC_URI = "http://opensync.org/download/releases/${PV}/${BPN}-${PV}.tar.bz2"
|
|
|
|
inherit cmake
|
|
|
|
FILES_${PN} += "${libdir}/opensync*/plugins/*.so \
|
|
${libdir}/opensync*/formats/*.so \
|
|
${datadir}/opensync*/defaults/"
|