1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-12 04:40:24 +00:00

opensync: fix parse errors for SVN versions

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2471 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-08-09 13:26:33 +00:00
parent c7927a6d28
commit 84d9d4ac26
4 changed files with 3 additions and 1 deletions
@@ -2,7 +2,6 @@ LICENSE ?= "LGPL"
DEPENDS += " libopensync"
RRECOMMENDS += " msynctool"
HOMEPAGE ?= "http://www.opensync.org/"
PV = "0.22+svnr${SRCREV}"
PLUGIN_NAME ?= "${@bb.data.getVar('PN', d, 1).replace('libopensync-plugin-','')}"
PLUGIN_SONAME ?= "${@bb.data.getVar('PLUGIN_NAME', d, 1).replace('-','_')}.so"