blob: 3c56364363302384db7f53cf4546d28ef154bc29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PR = "r2"
LICENSE = "GPL"
DEPENDS = "hildon-lgpl hildon-base-lib osso-af-settings libosso hildon-libs osso-af-settings libosso-help"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/${PN}/${PN}_${PV}.tar.gz \
file://config-path.patch;striplevel=0 \
file://noWerror.patch;striplevel=0"
S = "${WORKDIR}/hildon-control-panel-0.9.1"
inherit autotools pkgconfig
FILES_${PN} += "${libdir}/dbus-1.0 ${datadir}/applications"
do_stage() {
install -d ${STAGING_INCDIR}/hildon-cp-plugin
install -m 644 *.h ${STAGING_INCDIR}/hildon-cp-plugin
}
SRC_URI[md5sum] = "72c8b814ebeec8668cea575e08bb1548"
SRC_URI[sha256sum] = "bbe77d297c7560d3fdad343ab49f23c9c0aa1574db77108d1b97845fb7bb26d5"
|