mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
Check in opensync/libsync/synctool bits - Mostly compiles, not tested
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1113 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
LICENSE = "LGPL"
|
||||
HOMEPAGE = "http://www.opensync.org/"
|
||||
DEPENDS = "sqlite3 libxml2 zlib glib-2.0"
|
||||
PV = "0.20+svn${SRCDATE}"
|
||||
SRC_URI = "svn://svn.opensync.org;module=trunk;proto=http"
|
||||
|
||||
inherit autotools pkgconfig lib_package
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
EXTRA_OECONF = "--disable-python"
|
||||
LEAD_SONAME = "libopensync.so"
|
||||
|
||||
FILES_${PN} += " ${libdir}/opensync/formats/*.so"
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user