mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user