summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-core/dbus
AgeCommit message (Collapse)AuthorFilesLines
2016-08-16nativesdk-dbus: fix spurious unpackaged filesStephane Desneux1-8/+10
When building agl-demo-platform-crosssdk, the package nativesdk-dbus is required. In the post-install step for the normal package dbus, some systemd files and symbolic links are added, but this shouldn't happen when building the nativesdk package, as those added files are not packaged, thus creating a QA Error (some files are installed in sysroot but not packaged) Bug-AGL: SPEC-235 Change-Id: Ib4894309355b807d52b34934a2f8a0bdebe3a01a Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-01-21improves install mode settingJosé Bollo1-3/+3
When using install, the default mode value is 0755 that installs the files as executables. This patch removes that unexpected mode. Change-Id: I73e902a8907f98e94b5abaaf81d6c35ad98b0eb0 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2015-12-09D-Bus User Message Bus (Session Bus) is enabled from systemdTadao Tanikawa4-0/+50
D-Bus user message bus (session bus) is enabled from systemd as system's user service. D-Bus daemon becomes enable when triggered by socket access. Change-Id: I8033dd546209288f45917176a38f79aef78062fa Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>