Add opensync file plugin, fix evolution plugin do_install/package

git-svn-id: https://svn.o-hand.com/repos/poky@111 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2005-10-03 20:08:06 +00:00
parent 127e3d5770
commit 2b873fefd4
2 changed files with 26 additions and 0 deletions

View File

@ -2,6 +2,16 @@ LICENSE = "LGPL"
DEPENDS = "libopensync eds-dbus"
SRC_URI = "http://www.o-hand.com/~chris/${PN}-${PV}.tar.gz \
file://fix-warnings.patch;patch=1"
PR = "r1"
inherit autotools pkgconfig
# Work around opensync's broken pkgconfig usage
do_install_append () {
mv ${D}/${STAGING_DIR}/* ${D}/${prefix}/
}
FILES_${PN} += "${datadir}/opensync/defaults/evo2-sync \
${libdir}/opensync/*/*.so"
FILES_${PN}-dev += "${libdir}/opensync/*/*.la"

View File

@ -0,0 +1,16 @@
LICENSE = "LGPL"
DEPENDS = "libopensync"
SRC_URI = "http://www.o-hand.com/~chris/${PN}-${PV}.tar.gz"
PR = "r1"
inherit autotools pkgconfig
# Work around opensync's broken pkgconfig usage
do_install_append () {
mv ${D}/${STAGING_DIR}/* ${D}/${prefix}/
}
FILES_${PN} += "${datadir}/opensync/defaults/file-sync \
${libdir}/opensync/*/*.so"
FILES_${PN}-dev += "${libdir}/opensync/*/*.la"