mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4685 311d38ba-8fff-0310-9ca6-ca027cbcb966
20 lines
440 B
BlitzBasic
20 lines
440 B
BlitzBasic
LICENSE = "LGPL"
|
|
HOMEPAGE = "http://www.opensync.org/"
|
|
|
|
DEPENDS = "sqlite3 libxml2 zlib glib-2.0"
|
|
|
|
SRC_URI = "http://www.opensync.org/download/releases/0.22/libopensync-0.22.tar.bz2"
|
|
|
|
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"
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|
|
|