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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user