mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +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:
16
meta/packages/opensync/libopensync-plugin-file_0.17.bb
Normal file
16
meta/packages/opensync/libopensync-plugin-file_0.17.bb
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user