diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/dbus/dbus_1.12.20.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-core/dbus/dbus_1.12.20.bb b/meta/recipes-core/dbus/dbus_1.12.20.bb index 4040fdb22a..09049301cc 100644 --- a/meta/recipes-core/dbus/dbus_1.12.20.bb +++ b/meta/recipes-core/dbus/dbus_1.12.20.bb | |||
@@ -24,17 +24,17 @@ python __anonymous() { | |||
24 | d.setVar("INHIBIT_UPDATERCD_BBCLASS", "1") | 24 | d.setVar("INHIBIT_UPDATERCD_BBCLASS", "1") |
25 | } | 25 | } |
26 | 26 | ||
27 | USERADD_PACKAGES = "${PN}" | 27 | PACKAGES =+ "${PN}-lib ${PN}-common ${PN}-tools" |
28 | USERADD_PARAM_${PN} = "--system --home ${localstatedir}/lib/dbus \ | 28 | |
29 | --no-create-home --shell /bin/false \ | 29 | USERADD_PACKAGES = "dbus-common" |
30 | --user-group messagebus" | 30 | USERADD_PARAM_dbus-common = "--system --home ${localstatedir}/lib/dbus \ |
31 | --no-create-home --shell /bin/false \ | ||
32 | --user-group messagebus" | ||
31 | 33 | ||
32 | CONFFILES_${PN} = "${sysconfdir}/dbus-1/system.conf ${sysconfdir}/dbus-1/session.conf" | 34 | CONFFILES_${PN} = "${sysconfdir}/dbus-1/system.conf ${sysconfdir}/dbus-1/session.conf" |
33 | 35 | ||
34 | DEBIANNAME_${PN} = "dbus-1" | 36 | DEBIANNAME_${PN} = "dbus-1" |
35 | 37 | ||
36 | PACKAGES =+ "${PN}-lib ${PN}-common ${PN}-tools" | ||
37 | |||
38 | OLDPKGNAME = "dbus-x11" | 38 | OLDPKGNAME = "dbus-x11" |
39 | OLDPKGNAME_class-nativesdk = "" | 39 | OLDPKGNAME_class-nativesdk = "" |
40 | 40 | ||