diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-18 11:26:12 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-18 11:26:12 +0000 |
| commit | 08e1e60a2218a6e11aac9e643f56ee4aa9b80ae0 (patch) | |
| tree | 861bb54ccee18bda361c13c37f6aef7604516b4e /meta/packages/opensync/libsyncml_svn.bb | |
| parent | 323cb703dd179991c532deda30f6265b87728397 (diff) | |
| download | poky-08e1e60a2218a6e11aac9e643f56ee4aa9b80ae0.tar.gz | |
opensync: drop SVN recipes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4699 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opensync/libsyncml_svn.bb')
| -rw-r--r-- | meta/packages/opensync/libsyncml_svn.bb | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/meta/packages/opensync/libsyncml_svn.bb b/meta/packages/opensync/libsyncml_svn.bb deleted file mode 100644 index 65064bec05..0000000000 --- a/meta/packages/opensync/libsyncml_svn.bb +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol." | ||
| 2 | HOMEPAGE = "http://libsyncml.opensync.org/" | ||
| 3 | LICENSE = "LGPL" | ||
| 4 | DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez-libs openobex" | ||
| 5 | PV = "0.4.2+svnr${SRCREV}" | ||
| 6 | |||
| 7 | SRC_URI = "svn://svn.opensync.org/libsyncml;module=trunk;proto=http" | ||
| 8 | S = "${WORKDIR}/trunk" | ||
| 9 | |||
| 10 | inherit autotools pkgconfig | ||
| 11 | |||
| 12 | EXTRA_OECONF = " --enable-http \ | ||
| 13 | --enable-obex \ | ||
| 14 | --enable-bluetooth \ | ||
| 15 | --enable-tools \ | ||
| 16 | --with-wbxml=${STAGING_LIBDIR}" | ||
| 17 | |||
| 18 | CFLAGS += "-I${STAGING_INCDIR}/libsoup-2.2" | ||
| 19 | |||
| 20 | do_configure_append() { | ||
| 21 | sed -i s:-I/usr/include/:-I/foo/:g Makefile | ||
| 22 | sed -i s:-I/usr/include/:-I/foo/:g */Makefile | ||
| 23 | sed -i s:-I/usr/include/:-I/foo/:g */*/Makefile | ||
| 24 | } | ||
| 25 | |||
| 26 | do_stage() { | ||
| 27 | autotools_stage_all | ||
| 28 | } | ||
| 29 | |||
| 30 | PACKAGES += "${PN}-tools" | ||
| 31 | |||
| 32 | FILES_${PN}-tools = "${bindir}" | ||
| 33 | FILES_${PN} = "${libdir}/*.so.*" | ||
| 34 | |||
| 35 | DEFAULT_PREFERENCE = "-1" | ||
