mirror of
https://git.yoctoproject.org/poky
synced 2026-06-30 11:13:39 +02:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
17
meta/packages/opensync/libopensync-plugin-evolution2_0.17.bb
Normal file
17
meta/packages/opensync/libopensync-plugin-evolution2_0.17.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user