diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-17 14:52:27 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-17 15:14:46 +0100 |
| commit | 5527983bcc8839c74de8ca21ed90151dbf9d1c25 (patch) | |
| tree | 0abb53439145da375e5a825e07ebf714cdde1c11 /meta/classes | |
| parent | 594d886f09c339fe6de29c5431cad2db971cb4f3 (diff) | |
| download | poky-5527983bcc8839c74de8ca21ed90151dbf9d1c25.tar.gz | |
task-core-nfs/image.bbclass: Fix some libc overrides
(From OE-Core rev: 4616095d75c0c13953e0bb339b0cafc3c3eb8314)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/image.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 346dd5edc3..2469442d70 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
| @@ -24,8 +24,7 @@ PID = "${@os.getpid()}" | |||
| 24 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 24 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 25 | 25 | ||
| 26 | LDCONFIGDEPEND ?= "ldconfig-native:do_populate_sysroot" | 26 | LDCONFIGDEPEND ?= "ldconfig-native:do_populate_sysroot" |
| 27 | LDCONFIGDEPEND_linux-uclibc = "" | 27 | LDCONFIGDEPEND_libc-uclibc = "" |
| 28 | LDCONFIGDEPEND_linux-uclibceabi = "" | ||
| 29 | 28 | ||
| 30 | do_rootfs[depends] += "makedevs-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot ${LDCONFIGDEPEND}" | 29 | do_rootfs[depends] += "makedevs-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot ${LDCONFIGDEPEND}" |
| 31 | do_rootfs[depends] += "virtual/update-alternatives-native:do_populate_sysroot update-rc.d-native:do_populate_sysroot" | 30 | do_rootfs[depends] += "virtual/update-alternatives-native:do_populate_sysroot update-rc.d-native:do_populate_sysroot" |
