diff options
author | Richard Purdie <richard@openedhand.com> | 2005-10-10 12:21:56 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-10-10 12:21:56 +0000 |
commit | bfea2526434422e8bd1aff9189e41c49bd7127d9 (patch) | |
tree | 3b91b38ec517af0201084982aeacb2461ea84068 /openembedded/packages/settings-daemon/settings-daemon_svn.bb | |
parent | 757723a16ef88a30a775b4e69bd0972468826d71 (diff) | |
download | openembedded-core-bfea2526434422e8bd1aff9189e41c49bd7127d9.tar.gz openembedded-core-bfea2526434422e8bd1aff9189e41c49bd7127d9.tar.bz2 openembedded-core-bfea2526434422e8bd1aff9189e41c49bd7127d9.zip |
More syncing with OE, remove old dbus versions and old avahi version
git-svn-id: https://svn.o-hand.com/repos/poky@130 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/settings-daemon/settings-daemon_svn.bb')
-rw-r--r-- | openembedded/packages/settings-daemon/settings-daemon_svn.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/packages/settings-daemon/settings-daemon_svn.bb b/openembedded/packages/settings-daemon/settings-daemon_svn.bb index 45b498da59..738ebd2354 100644 --- a/openembedded/packages/settings-daemon/settings-daemon_svn.bb +++ b/openembedded/packages/settings-daemon/settings-daemon_svn.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Settings-daemon is a bridge between xst/gpe-confd and gconf" LICENSE = "GPL" -DEPENDS = "gconf glib-2.0" +DEPENDS = "gconf xst glib-2.0" +SECTION = "gpe" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ file://70settings-daemon" @@ -9,10 +10,9 @@ S = "${WORKDIR}/${PN}" inherit autotools pkgconfig gettext -FILES_${PN} = "${bindir} ${sysconfdir}" +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/ } - |