diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-31 14:51:43 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-31 14:51:43 +0100 |
| commit | 51536c814ae073a2b5d0c62f6377594da1ccad3c (patch) | |
| tree | 0d2c800bca9e76ba4985ca6f0d49094dc44da982 /meta/packages/opensync/libopensync-plugin.inc | |
| parent | e2182c5b04c8cb4479f921bb7e204c8f2fcb0ae9 (diff) | |
| download | poky-51536c814ae073a2b5d0c62f6377594da1ccad3c.tar.gz | |
opensync: Remove further old code
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/opensync/libopensync-plugin.inc')
| -rw-r--r-- | meta/packages/opensync/libopensync-plugin.inc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/packages/opensync/libopensync-plugin.inc b/meta/packages/opensync/libopensync-plugin.inc deleted file mode 100644 index ce686321a4..0000000000 --- a/meta/packages/opensync/libopensync-plugin.inc +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | LICENSE ?= "LGPL" | ||
| 2 | DEPENDS += " libopensync" | ||
| 3 | RRECOMMENDS += " msynctool" | ||
| 4 | HOMEPAGE ?= "http://www.opensync.org/" | ||
| 5 | |||
| 6 | PLUGIN_NAME ?= "${@bb.data.getVar('PN', d, 1).replace('libopensync-plugin-','')}" | ||
| 7 | PLUGIN_SONAME ?= "${@bb.data.getVar('PLUGIN_NAME', d, 1).replace('-','_')}.so" | ||
| 8 | SRC_URI ?= "svn://svn.opensync.org/plugins;module=${PLUGIN_NAME};proto=http" | ||
| 9 | S ?= "${WORKDIR}/${PLUGIN_NAME}" | ||
| 10 | |||
| 11 | inherit autotools pkgconfig | ||
| 12 | |||
| 13 | FILES_${PN} += "${datadir} ${libdir}/opensync/plugins/*.so" | ||
| 14 | FILES_${PN}-dbg += "${libdir}/opensync/plugins/.debug" | ||
| 15 | |||
| 16 | do_install() { | ||
| 17 | install -d ${D}${datadir}/opensync/defaults | ||
| 18 | install -d ${D}${libdir}/opensync/plugins | ||
| 19 | install -m 644 src/${PLUGIN_NAME} ${D}${datadir}/opensync/defaults | ||
| 20 | install -m 755 src/.libs/${PLUGIN_SONAME} ${D}${libdir}/opensync/plugins/ | ||
| 21 | } | ||
