summaryrefslogtreecommitdiff
path: root/packages/ossie/ossie-interpolator_svn.bb
blob: ca561fe0a196b3d35f982c854bd41c963a1c92d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PR = "r0"
DESCRIPTION = "OSSIE Interpolator component"
SECTION =  "apps"
PRIORITY = "optional"
LICENSE = "GPL"

DEPENDS = "ossiecf ossie-standardinterfaces ossie-sigproc"

S="${WORKDIR}/Interpolator"


SRC_URI = "svn://oe:oe@ossie-dev.mprg.org/repos/ossie/components/Interpolator/trunk;module=Interpolator;proto=https"

prefix="/home/sca"

inherit autotools

FILES_${PN} += "/home/sca/xml/Interpolator/*.xml"

BROKEN = "1"