mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
20 lines
400 B
BlitzBasic
20 lines
400 B
BlitzBasic
LICENSE = "GPL"
|
|
SECTION = "x11/gnome"
|
|
|
|
PR = "r1"
|
|
|
|
inherit autotools_stage 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"
|