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,35 @@
|
||||
DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol."
|
||||
HOMEPAGE = "http://libsyncml.opensync.org/"
|
||||
LICENSE = "LGPL"
|
||||
|
||||
DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez-libs openobex"
|
||||
|
||||
PV = "0.4.2+svn${SRCDATE}"
|
||||
SRC_URI = "svn://svn.opensync.org/libsyncml;module=trunk;proto=http"
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = " --enable-http \
|
||||
--enable-obex \
|
||||
--enable-bluetooth \
|
||||
--enable-tools \
|
||||
--with-wbxml"
|
||||
|
||||
CFLAGS += "-I${STAGING_INCDIR}/libsoup-2.2"
|
||||
|
||||
do_configure_append() {
|
||||
sed -i s:-I/usr/include/:-I/foo/:g Makefile
|
||||
sed -i s:-I/usr/include/:-I/foo/:g */Makefile
|
||||
sed -i s:-I/usr/include/:-I/foo/:g */*/Makefile
|
||||
}
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
PACKAGES += "${PN}-tools"
|
||||
|
||||
FILES_${PN}-tools = "${bindir}"
|
||||
FILES_${PN} = "${libdir}/*.so.*"
|
||||
|
||||
Reference in New Issue
Block a user