mirror of
https://git.yoctoproject.org/poky
synced 2026-06-07 03:04:04 +00:00
a634019532
git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4685 311d38ba-8fff-0310-9ca6-ca027cbcb966
12 lines
259 B
BlitzBasic
12 lines
259 B
BlitzBasic
LICENSE = "GPL"
|
|
DEPENDS = "libopensync"
|
|
HOMEPAGE = "http://www.opensync.org/"
|
|
PV = "0.22+svnr${SRCREV}"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "svn://svn.opensync.org/multisync;module=trunk;proto=http"
|
|
S = "${WORKDIR}/trunk"
|
|
|
|
inherit autotools pkgconfig scons
|