blob: 6d2a484b61734f83e1cb9cf677356f3cf7099f29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
LICENSE = "LiPS"
DESCRIPTION = "LiPS calendar database backend library."
SECTION = "gpe/libs"
PRIORITY = "optional"
PR = "r1"
DEPENDS = "glib-2.0 util-linux-ng sqlite3"
GPE_TARBALL_SUFFIX = "gz"
inherit gpephone pkgconfig autotools
LDFLAGS += " -L${STAGING_LIBDIR}"
do_stage () {
autotools_stage_all
}
|