blob: 4fed260694ae878184e25052770d4454aa89b56d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|