From b2f192faabe412adce79534e22efe9fb69ee40e2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 21 Jul 2006 10:10:31 +0000 Subject: Rename /openembedded/ -> /meta/ git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/opensync/libopensync-plugin-file_0.17.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/packages/opensync/libopensync-plugin-file_0.17.bb (limited to 'meta/packages/opensync/libopensync-plugin-file_0.17.bb') diff --git a/meta/packages/opensync/libopensync-plugin-file_0.17.bb b/meta/packages/opensync/libopensync-plugin-file_0.17.bb new file mode 100644 index 0000000000..8dfbc5165b --- /dev/null +++ b/meta/packages/opensync/libopensync-plugin-file_0.17.bb @@ -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" + -- cgit v1.2.3-54-g00ecf