mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
/usr/bin/settings-daemon &
|
||||
@@ -0,0 +1,18 @@
|
||||
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/
|
||||
}
|
||||
Reference in New Issue
Block a user