diff options
| -rw-r--r-- | meta/classes/update-rc.d.bbclass | 2 | ||||
| -rw-r--r-- | meta/classes/useradd.bbclass | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/classes/update-rc.d.bbclass b/meta/classes/update-rc.d.bbclass index 56eef4e06d..ca9486b426 100644 --- a/meta/classes/update-rc.d.bbclass +++ b/meta/classes/update-rc.d.bbclass | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | UPDATERCPN ?= "${PN}" | 1 | UPDATERCPN ?= "${PN}" |
| 2 | 2 | ||
| 3 | DEPENDS_append = " update-rc.d-native" | 3 | DEPENDS_append = " update-rc.d-native" |
| 4 | DEPENDS_append_class-target = " initscripts" | ||
| 4 | UPDATERCD = "update-rc.d" | 5 | UPDATERCD = "update-rc.d" |
| 5 | UPDATERCD_class-cross = "" | 6 | UPDATERCD_class-cross = "" |
| 6 | UPDATERCD_class-native = "" | 7 | UPDATERCD_class-native = "" |
| @@ -67,6 +68,7 @@ python __anonymous() { | |||
| 67 | } | 68 | } |
| 68 | 69 | ||
| 69 | PACKAGESPLITFUNCS_prepend = "populate_packages_updatercd " | 70 | PACKAGESPLITFUNCS_prepend = "populate_packages_updatercd " |
| 71 | PACKAGESPLITFUNCS_remove_class-nativesdk = "populate_packages_updatercd " | ||
| 70 | 72 | ||
| 71 | populate_packages_updatercd[vardeps] += "updatercd_prerm updatercd_postrm updatercd_preinst updatercd_postinst" | 73 | populate_packages_updatercd[vardeps] += "updatercd_prerm updatercd_postrm updatercd_preinst updatercd_postinst" |
| 72 | 74 | ||
diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index 3dd7a610a9..ea15dabb84 100644 --- a/meta/classes/useradd.bbclass +++ b/meta/classes/useradd.bbclass | |||
| @@ -4,7 +4,7 @@ inherit useradd_base | |||
| 4 | # target sysroot, and shadow -native and -sysroot provide the utilities | 4 | # target sysroot, and shadow -native and -sysroot provide the utilities |
| 5 | # and support files needed to add and modify user and group accounts | 5 | # and support files needed to add and modify user and group accounts |
| 6 | DEPENDS_append = "${USERADDDEPENDS}" | 6 | DEPENDS_append = "${USERADDDEPENDS}" |
| 7 | USERADDDEPENDS = " base-passwd shadow-native shadow-sysroot shadow" | 7 | USERADDDEPENDS = " base-files base-passwd shadow-native shadow-sysroot shadow" |
| 8 | USERADDDEPENDS_class-cross = "" | 8 | USERADDDEPENDS_class-cross = "" |
| 9 | USERADDDEPENDS_class-native = "" | 9 | USERADDDEPENDS_class-native = "" |
| 10 | USERADDDEPENDS_class-nativesdk = "" | 10 | USERADDDEPENDS_class-nativesdk = "" |
