diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 13:03:24 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 13:03:24 +0000 |
| commit | 895e719c85c5685ca438c6a9447e3e2ec6a94623 (patch) | |
| tree | 321919a2f32d620b2d03983ada7fc1c1566fc633 /meta/packages/opensync/libopensync-plugin.inc | |
| parent | dc5ff1440c973fc8c3bcc393ab342929cf73781f (diff) | |
| download | poky-895e719c85c5685ca438c6a9447e3e2ec6a94623.tar.gz | |
opensync stuff: switched to SRCREV
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2463 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opensync/libopensync-plugin.inc')
| -rw-r--r-- | meta/packages/opensync/libopensync-plugin.inc | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/packages/opensync/libopensync-plugin.inc b/meta/packages/opensync/libopensync-plugin.inc index b1986a9e64..a15623bb1a 100644 --- a/meta/packages/opensync/libopensync-plugin.inc +++ b/meta/packages/opensync/libopensync-plugin.inc | |||
| @@ -1,15 +1,14 @@ | |||
| 1 | LICENSE ?= "LGPL" | ||
| 2 | DEPENDS += " libopensync" | ||
| 3 | RRECOMMENDS += " msynctool" | ||
| 4 | HOMEPAGE ?= "http://www.opensync.org/" | ||
| 5 | PV = "0.22+svnr${SRCREV}" | ||
| 1 | 6 | ||
| 2 | PV = "0.22+svn${SRCDATE}" | ||
| 3 | PLUGIN_NAME ?= "${@bb.data.getVar('PN', d, 1).replace('libopensync-plugin-','')}" | 7 | PLUGIN_NAME ?= "${@bb.data.getVar('PN', d, 1).replace('libopensync-plugin-','')}" |
| 4 | PLUGIN_SONAME ?= "${@bb.data.getVar('PLUGIN_NAME', d, 1).replace('-','_')}.so" | 8 | PLUGIN_SONAME ?= "${@bb.data.getVar('PLUGIN_NAME', d, 1).replace('-','_')}.so" |
| 5 | SRC_URI ?= "svn://svn.opensync.org/plugins;module=${PLUGIN_NAME};proto=http" | 9 | SRC_URI ?= "svn://svn.opensync.org/plugins;module=${PLUGIN_NAME};proto=http" |
| 6 | S ?= "${WORKDIR}/${PLUGIN_NAME}" | 10 | S ?= "${WORKDIR}/${PLUGIN_NAME}" |
| 7 | 11 | ||
| 8 | LICENSE ?= "LGPL" | ||
| 9 | DEPENDS += " libopensync" | ||
| 10 | RRECOMMENDS += " msynctool" | ||
| 11 | HOMEPAGE ?= "http://www.opensync.org/" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
| 14 | 13 | ||
| 15 | FILES_${PN} += "${datadir} ${libdir}/opensync/plugins/*.so" | 14 | FILES_${PN} += "${datadir} ${libdir}/opensync/plugins/*.so" |
| @@ -21,4 +20,3 @@ do_install() { | |||
| 21 | install -m 644 src/${PLUGIN_NAME} ${D}${datadir}/opensync/defaults | 20 | install -m 644 src/${PLUGIN_NAME} ${D}${datadir}/opensync/defaults |
| 22 | install -m 755 src/.libs/${PLUGIN_SONAME} ${D}${libdir}/opensync/plugins/ | 21 | install -m 755 src/.libs/${PLUGIN_SONAME} ${D}${libdir}/opensync/plugins/ |
| 23 | } | 22 | } |
| 24 | |||
