Files
poky/openembedded/packages/settings-daemon/settings-daemon_svn.bb
Richard Purdie ea7da1dd06 More merging with OE. Fix settings-daemon depends.
git-svn-id: https://svn.o-hand.com/repos/poky@133 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-10-11 17:20:26 +00:00

19 lines
500 B
BlitzBasic

DESCRIPTION = "Settings-daemon is a bridge between xst/gpe-confd and gconf"
LICENSE = "GPL"
DEPENDS = "gconf glib-2.0"
SECTION = "gpe"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
file://70settings-daemon"
S = "${WORKDIR}/${PN}"
inherit autotools pkgconfig gettext
FILES_${PN} = "${bindir} ${sysconfdir}"
do_install_append () {
install -d ${D}/${sysconfdir}/X11/Xsession.d
install -m 755 ${WORKDIR}/70settings-daemon ${D}/${sysconfdir}/X11/Xsession.d/
}