mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
opensync: add 0.36 (latest stable)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4690 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
24
meta/packages/opensync/libopensync_0.36.bb
Normal file
24
meta/packages/opensync/libopensync_0.36.bb
Normal file
@@ -0,0 +1,24 @@
|
||||
LICENSE = "LGPL"
|
||||
HOMEPAGE = "http://www.opensync.org/"
|
||||
|
||||
DEPENDS = "sqlite3 libxml2 zlib glib-2.0"
|
||||
|
||||
SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\
|
||||
file://cmake.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
|
||||
}
|
||||
Reference in New Issue
Block a user