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