diff options
Diffstat (limited to 'openembedded/packages/opensync/libopensync-plugin-file_0.17.bb')
| -rw-r--r-- | openembedded/packages/opensync/libopensync-plugin-file_0.17.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/openembedded/packages/opensync/libopensync-plugin-file_0.17.bb b/openembedded/packages/opensync/libopensync-plugin-file_0.17.bb new file mode 100644 index 0000000000..8dfbc5165b --- /dev/null +++ b/openembedded/packages/opensync/libopensync-plugin-file_0.17.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | LICENSE = "LGPL" | ||
| 2 | DEPENDS = "libopensync" | ||
| 3 | SRC_URI = "http://www.o-hand.com/~chris/${PN}-${PV}.tar.gz" | ||
| 4 | PR = "r1" | ||
| 5 | |||
| 6 | inherit autotools pkgconfig | ||
| 7 | |||
| 8 | # Work around opensync's broken pkgconfig usage | ||
| 9 | do_install_append () { | ||
| 10 | mv ${D}/${STAGING_DIR}/* ${D}/${prefix}/ | ||
| 11 | } | ||
| 12 | |||
| 13 | FILES_${PN} += "${datadir}/opensync/defaults/file-sync \ | ||
| 14 | ${libdir}/opensync/*/*.so" | ||
| 15 | FILES_${PN}-dev += "${libdir}/opensync/*/*.la" | ||
| 16 | |||
