mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
opensync: added 0.22 (last release) of library, msynctool and plugins: file/evo2/irmc/syncml)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1489 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
21
meta/packages/opensync/libopensync_0.22.bb
Normal file
21
meta/packages/opensync/libopensync_0.22.bb
Normal file
@@ -0,0 +1,21 @@
|
||||
LICENSE = "LGPL"
|
||||
HOMEPAGE = "http://www.opensync.org/"
|
||||
|
||||
DEPENDS = "sqlite3 libxml2 zlib glib-2.0"
|
||||
|
||||
SRC_URI = "http://www.opensync.org/attachment/wiki/download/libopensync-0.22.tar.bz2?format=raw"
|
||||
|
||||
inherit autotools pkgconfig lib_package
|
||||
|
||||
EXTRA_OECONF = "--disable-python"
|
||||
LEAD_SONAME = "libopensync.so"
|
||||
|
||||
FILES_${PN} += " ${libdir}/opensync/formats/*.so"
|
||||
FILES_${PN}-dbg += " ${libdir}/opensync/formats/.debug/*.so"
|
||||
|
||||
require opensync-unpack.inc
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user