blob: 8a0d4355d91875f646d4258d73ee0557c6695f4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "OSSIE Demo receiver component"
SECTION = "apps"
PRIORITY = "optional"
LICENSE = "GPL"
PV = "0.0.0+svn${SRCDATE}"
PR = "r0"
DEPENDS = "ossiecf"
S="${WORKDIR}/RxDemo"
SRC_URI = "svn://oe:oe@ossie-dev.mprg.org/repos/ossie/components/RxDemo/trunk;module=RxDemo;proto=https"
prefix="/home/sca"
inherit autotools
FILES_${PN} += "/home/sca/xml/RxDemo/*.xml"
BROKEN = "1"
|