blob: 9c35993cb7fc30a2c23e3329f170721223c5a0fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
HOMEPAGE = "http://qof.sourceforge.net/"
LICENSE = "GPL"
DEPENDS = "glib-2.0 libxml2 libtool zlib"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \
file://libsql-no-host-includes.patch;patch=1 \
file://fix-includes.patch;patch=1 \
"
inherit autotools pkgconfig
PARALLEL_MAKE = ""
do_stage() {
autotools_stage_all
}
FILES_${PN} += "/usr/share/xml"
|