diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-21 18:40:47 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-21 18:40:47 +0000 |
commit | 9649cf3dae0f8a56975730aa29ac3bd7f4d6a209 (patch) | |
tree | d4e93ea75d10ca9e6f17146380d3817a960b27c2 /meta/packages/opensync/libopensync-plugin-file_0.17.bb | |
parent | fe7c8c26ed4f207101bddaf7f1d03a782927da7b (diff) | |
download | poky-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.bb | 16 |
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 @@ | |||
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 | |||