1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 03:47:03 +00:00

Add libopesync 0.37

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5537 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-10-17 11:32:30 +00:00
parent 0d25b9fe0b
commit 85e2dcb420
5 changed files with 82 additions and 0 deletions
@@ -0,0 +1,28 @@
LICENSE = "LGPL"
HOMEPAGE = "http://www.opensync.org/"
DEPENDS = "sqlite3 libxml2 glib-2.0 check zlib libxslt"
PR = "r1"
SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\
file://cmake.patch;patch=1 \
file://build-in-src.patch;patch=1 \
file://no-python-check.patch;patch=1"
inherit cmake pkgconfig
LEAD_SONAME = "libopensync.so"
FILES_${PN} += " ${libdir}/opensync*/formats/*.so \
${libdir}/opensync*/osplugin \
${datadir}/opensync*/schemas \
${datadir}/opensync*/capabilities \
${datadir}/opensync*/descriptions \
"
FILES_${PN}-dbg += " ${libdir}/opensync*/formats/.debug/*.so \
${libdir}/opensync*/.debug/osplugin "
do_stage() {
autotools_stage_all
}