mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
18 lines
461 B
BlitzBasic
18 lines
461 B
BlitzBasic
LICENSE = "LGPL"
|
|
DEPENDS = "libopensync eds-dbus"
|
|
SRC_URI = "http://www.o-hand.com/~chris/${PN}-${PV}.tar.gz \
|
|
file://fix-warnings.patch;patch=1"
|
|
PR = "r1"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
# Work around opensync's broken pkgconfig usage
|
|
do_install_append () {
|
|
mv ${D}/${STAGING_DIR}/* ${D}/${prefix}/
|
|
}
|
|
|
|
FILES_${PN} += "${datadir}/opensync/defaults/evo2-sync \
|
|
${libdir}/opensync/*/*.so"
|
|
FILES_${PN}-dev += "${libdir}/opensync/*/*.la"
|
|
|