diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-29 01:37:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-29 14:01:50 +0100 |
commit | 89fee17faea28df1a2961d5a0a78a1415d8b9c43 (patch) | |
tree | ad5724f4b9ef49f980c46ed6e182d58e6ae28a91 /meta/classes | |
parent | b5e03a1a17ec95b797258aad26aa129a74bb2b69 (diff) | |
download | poky-89fee17faea28df1a2961d5a0a78a1415d8b9c43.tar.gz |
image.bbclass: Add dependencies on native versions of update-alternatives and updated-rc.d explicitly
(From OE-Core rev: c7ab6c5697b5ab18848576ffd0b5cc8e5f89de01)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/image.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 2938e243cc..7b1f65cf04 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -27,6 +27,7 @@ PID = "${@os.getpid()}" | |||
27 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 27 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
28 | 28 | ||
29 | do_rootfs[depends] += "makedevs-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot ldconfig-native:do_populate_sysroot" | 29 | do_rootfs[depends] += "makedevs-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot ldconfig-native:do_populate_sysroot" |
30 | do_rootfs[depends] += "virtual/update-alternatives-native:do_populate_sysroot update-rc.d-native:do_populate_sysroot" | ||
30 | 31 | ||
31 | python () { | 32 | python () { |
32 | deps = bb.data.getVarFlag('do_rootfs', 'depends', d) or "" | 33 | deps = bb.data.getVarFlag('do_rootfs', 'depends', d) or "" |