aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/librecord_1.0.bb
blob: 8a57f39f9446dce316f7f71c03a598db8d75e46d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LICENSE     = "LiPS"
DESCRIPTION = "LiPS database API."
SECTION = "gpe/libs"
PRIORITY    = "optional"
DEPENDS     = "glib-2.0 util-linux-ng sqlite3"
PR          = "r0"

GPE_TARBALL_SUFFIX = "bz2"
inherit gpephone pkgconfig autotools

LDFLAGS += " -L${STAGING_LIBDIR}"

do_stage () {
	autotools_stage_all
}