1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-10 04:00:28 +00:00

opensync: bump PV of opensync SVN to 0.22+svnSRCDATE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1490 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-04-12 14:07:55 +00:00
parent b3d4e56f55
commit 59c7918979
4 changed files with 4 additions and 3 deletions
@@ -1,5 +1,5 @@
PV ?= "0.20+svn${SRCDATE}"
PV = "0.22+svn${SRCDATE}"
PLUGIN_NAME ?= "${@bb.data.getVar('PN', d, 1).replace('libopensync-plugin-','')}"
PLUGIN_SONAME ?= "${@bb.data.getVar('PLUGIN_NAME', d, 1).replace('-','_')}.so"
SRC_URI ?= "svn://svn.opensync.org/plugins;module=${PLUGIN_NAME};proto=http"