diff options
| -rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 99b2fc7abc..2a2525676f 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
| @@ -10,6 +10,8 @@ DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X | |||
| 10 | DEPENDS_virtclass-native = "expat-native virtual/libintl-native" | 10 | DEPENDS_virtclass-native = "expat-native virtual/libintl-native" |
| 11 | DEPENDS_virtclass-nativesdk = "expat-nativesdk virtual/libintl-nativesdk virtual/libx11" | 11 | DEPENDS_virtclass-nativesdk = "expat-nativesdk virtual/libintl-nativesdk virtual/libx11" |
| 12 | 12 | ||
| 13 | INC_PR = "r1" | ||
| 14 | |||
| 13 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | 15 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ |
| 14 | file://tmpdir.patch; \ | 16 | file://tmpdir.patch; \ |
| 15 | file://dbus-1.init" | 17 | file://dbus-1.init" |
| @@ -84,7 +86,7 @@ do_install() { | |||
| 84 | chown messagebus:messagebus ${D}${localstatedir}/run/dbus ${D}${localstatedir}/lib/dbus | 86 | chown messagebus:messagebus ${D}${localstatedir}/run/dbus ${D}${localstatedir}/lib/dbus |
| 85 | 87 | ||
| 86 | chown root:messagebus ${D}${libexecdir}/dbus-daemon-launch-helper | 88 | chown root:messagebus ${D}${libexecdir}/dbus-daemon-launch-helper |
| 87 | chmod 4754 ${D}${libexecdir}/dbus-daemon-launch-helper | 89 | chmod 4755 ${D}${libexecdir}/dbus-daemon-launch-helper |
| 88 | 90 | ||
| 89 | # Remove Red Hat initscript | 91 | # Remove Red Hat initscript |
| 90 | rm -rf ${D}${sysconfdir}/rc.d | 92 | rm -rf ${D}${sysconfdir}/rc.d |
