summaryrefslogtreecommitdiffstats
path: root/meta/packages/opensync/libopensync-plugin-file_0.17.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-08-21 18:40:47 +0000
committerRichard Purdie <richard@openedhand.com>2006-08-21 18:40:47 +0000
commit9649cf3dae0f8a56975730aa29ac3bd7f4d6a209 (patch)
treed4e93ea75d10ca9e6f17146380d3817a960b27c2 /meta/packages/opensync/libopensync-plugin-file_0.17.bb
parentfe7c8c26ed4f207101bddaf7f1d03a782927da7b (diff)
downloadpoky-9649cf3dae0f8a56975730aa29ac3bd7f4d6a209.tar.gz
Drop outdated opensync packages for now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@623 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opensync/libopensync-plugin-file_0.17.bb')
-rw-r--r--meta/packages/opensync/libopensync-plugin-file_0.17.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/packages/opensync/libopensync-plugin-file_0.17.bb b/meta/packages/opensync/libopensync-plugin-file_0.17.bb
deleted file mode 100644
index 8dfbc5165b..0000000000
--- a/meta/packages/opensync/libopensync-plugin-file_0.17.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1LICENSE = "LGPL"
2DEPENDS = "libopensync"
3SRC_URI = "http://www.o-hand.com/~chris/${PN}-${PV}.tar.gz"
4PR = "r1"
5
6inherit autotools pkgconfig
7
8# Work around opensync's broken pkgconfig usage
9do_install_append () {
10 mv ${D}/${STAGING_DIR}/* ${D}/${prefix}/
11}
12
13FILES_${PN} += "${datadir}/opensync/defaults/file-sync \
14 ${libdir}/opensync/*/*.so"
15FILES_${PN}-dev += "${libdir}/opensync/*/*.la"
16