diff options
Diffstat (limited to 'meta-yocto')
-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 = "" | ||