aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome/gnome-keyring_2.20.0.bb
blob: 950caeae24d373fa0c1e1938343309e26fad185c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LICENSE = "GPL"
SECTION = "x11/gnome"

FILE_PR = "r2"

inherit autotools gnome pkgconfig

DEPENDS = "gtk+ libgcrypt"

EXTRA_OECONF = "--disable-gtk-doc"

SRC_URI += "file://org.gnome.keyring.service"

do_install_append () {
	install -d ${D}${datadir}/dbus-1/services
	install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services
}

FILES_${PN} += "${datadir}/dbus-1/services"

do_stage() {
        autotools_stage_all
}