aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-keyring_2.28.2.bb
blob: dceb07083567a315d4b75cff4cc0d073e805030b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
DESCRIPTION = "GNOME security credential management"
LICENSE = "GPL"
SECTION = "x11/gnome"
DEPENDS = " gtk+-native libpam gconf gtk+ libtasn1 libtasn1-native libgcrypt"
PR = "r1"

inherit gnome pkgconfig

EXTRA_OECONF = "--disable-gtk-doc --enable-pam --with-pam-dir=${libdir}/security"

SRC_URI += "file://tasn.m4 file://org.gnome.keyring.service file://libtool.workarround.patch"

do_configure_prepend() {
	cp ${WORKDIR}/tasn.m4 acinclude.m4
}

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 ${datadir}/gcr"
PACKAGES =+ "gnome-keyring-pam-plugin"
FILES_gnome-keyring-pam-plugin = "${libdir}/security/*.so"
FILES_${PN}-dbg += "${libdir}/gnome-keyring/*/.debug ${libdir}/security/.debug"


SRC_URI[archive.md5sum] = "97ea6823e88b39284187764c1ca95a59"
SRC_URI[archive.sha256sum] = "d2d686fb2528ee045bbcd9f18d0d452e0eb88c2265a1947f639152b61a5987f6"