blob: d286ef4aa720c7f47cac24b12c833a9d15f8faf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PR = "r0"
DESCRIPTION = "OSSIE Core Framework"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "xerces-c omniorb libtool-cross"
S="${WORKDIR}/ossie"
SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/ossie/trunk;module=ossie;proto=https"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}
FILES_${PN} += "/home/sca/xml/dtd/*.dtd"
|