blob: 93a41b6c3cce8ed562d248dc07523bdd91fdf436 (
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 Demo channel component"
SECTION = "apps"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "ossiecf"
S="${WORKDIR}/ChannelDemo"
SRC_URI = "svn://oe:oe@ossie-dev.mprg.org/repos/ossie/components/ChannelDemo/trunk;module=ChannelDemo;proto=https"
prefix="/home/sca"
inherit autotools
FILES_${PN} += "/home/sca/xml/ChannelDemo/*.xml"
BROKEN = "1"
|