blob: 7482430ec8998d63a10f81087c04f81fe5b85c71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PR = "r0"
DESCRIPTION = "OSSIE Standard port interfaces"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "ossiecf"
S="${WORKDIR}/standardInterfaces"
SRCDATE = "now"
SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/standardInterfaces/trunk;module=standardInterfaces;proto=https"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}
BROKEN = "1"
|