summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-29 01:37:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-29 14:01:50 +0100
commit89fee17faea28df1a2961d5a0a78a1415d8b9c43 (patch)
treead5724f4b9ef49f980c46ed6e182d58e6ae28a91 /meta/classes/image.bbclass
parentb5e03a1a17ec95b797258aad26aa129a74bb2b69 (diff)
downloadpoky-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/image.bbclass')
-rw-r--r--meta/classes/image.bbclass1
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()}"
27PACKAGE_ARCH = "${MACHINE_ARCH}" 27PACKAGE_ARCH = "${MACHINE_ARCH}"
28 28
29do_rootfs[depends] += "makedevs-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot ldconfig-native:do_populate_sysroot" 29do_rootfs[depends] += "makedevs-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot ldconfig-native:do_populate_sysroot"
30do_rootfs[depends] += "virtual/update-alternatives-native:do_populate_sysroot update-rc.d-native:do_populate_sysroot"
30 31
31python () { 32python () {
32 deps = bb.data.getVarFlag('do_rootfs', 'depends', d) or "" 33 deps = bb.data.getVarFlag('do_rootfs', 'depends', d) or ""