summaryrefslogtreecommitdiff
path: root/packages/ossie/standardinterfaces_svn.bb
blob: 46b85f80efbf20e3ee8e9eaf5e9fcd1388480829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}