blob: 2cd45a6796f9be22a965fc6a1910f57715d860c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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"
BROKEN = "1"
|