blob: eb85b5bd988c92a2f20403dffa5bbcabd3a57fa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PR = "r0"
DESCRIPTION = "OSSIE Waveform Loader"
SECTION = "apps"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "ossiecf expat"
S="${WORKDIR}/c_wavLoader"
SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/platform/c_wavLoader/trunk;module=c_wavLoader;proto=https"
inherit autotools
BROKEN = "1"
|