blob: 24d641d0a294329a06990f1873dca28b2d82f608 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DESCRIPTION = "OSSIE Interpolator component"
SECTION = "apps"
PRIORITY = "optional"
LICENSE = "GPL"
PV = "0.0.0+svn${SRCDATE}"
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"
|