diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-12 16:50:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-13 11:56:47 +0100 |
commit | 1a9ad7f4d72488c9aefe0c6521bac26eddbd4416 (patch) | |
tree | d15c9340d62becc857db40fd91c29207d974da71 /meta-yocto/conf | |
parent | 6aff0d15757a430651c966aff82c71e1dba5939b (diff) | |
download | poky-1a9ad7f4d72488c9aefe0c6521bac26eddbd4416.tar.gz |
poky-tiny: eliminate mtrace rdepends
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index 8aa838349d..a34c7dc6ca 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf | |||
@@ -114,3 +114,8 @@ IMAGE_FSTYPES = "ext2 cpio.gz" | |||
114 | # variants of all compatible machines, but that leads to a lot | 114 | # variants of all compatible machines, but that leads to a lot |
115 | # more machine configs to maintain long term. | 115 | # more machine configs to maintain long term. |
116 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "" | 116 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "" |
117 | |||
118 | # The mtrace script included by eglibc is a perl script. This means the system | ||
119 | # will build perl in case this package is installed. Since we don't care about | ||
120 | # this script for the purposes of tiny, remove the dependency from here. | ||
121 | RDEPENDS_${PN}-mtrace_pn-eglibc = "" | ||