summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/poky-tiny.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto/conf/distro/poky-tiny.conf')
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf5
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.
116MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "" 116MACHINE_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.
121RDEPENDS_${PN}-mtrace_pn-eglibc = ""