summaryrefslogtreecommitdiffstats
path: root/recipes/maemo4/hildon-control-panel_2.0.1.bb
blob: d7dd6c3e90cfaa1b3e71ba6cb638d45a68549898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LICENSE    = "GPL"

DEPENDS = "libosso libhildon gnome-vfs libhildonhelp"

SRC_URI = "http://repository.maemo.org/pool/os2008/free/source/h/hildon-control-panel/hildon-control-panel_2.0.1-1.tar.gz"

inherit autotools pkgconfig

FILES_${PN} += "${libdir}/dbus-1.0 ${datadir}/applications"

do_stage() {
	autotools_stage_all
}

# pkg-config file will get broken after pkgconfig.bbclass work
# 
# This code will fix it
#
#	sed -i -e 's:${STAGING_LIBDIR}/hildon:${libdir}/hildon:g' -e 's:${STAGING_DATADIR}/applications/hildon:${datadir}/applications/hildon:g' ${PKG_CONFIG_DIR}/hildon-control-panel.pc
#