aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpephone/libsettings_0.3.bb
blob: c429bb2481127c8feb9a1c974124731842231035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "G(PE)^2 settings API library"
SECTION = "gpe/libs"
PRIORITY = "required"
LICENSE = "LiPS"
DEPENDS = "glib-2.0 gconf-dbus"

inherit gpephone pkgconfig autotools

SRC_URI = "${GPEPHONE_MIRROR}/${PN}/${P}.tar.gz"

FILES_${PN} += " ${libdir}/*.so.*"
FILES_${PN}-dbg += "${libdir}/.debug/*.so.*"
FILES_${PN}-dev += "${includedir} ${libdir}/*.la ${libdir}/*.so"

do_stage () {
    autotools_stage_all
}