]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
poky-tiny: eliminate mtrace rdepends
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jun 2012 23:50:45 +0000 (16:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Jun 2012 10:56:47 +0000 (11:56 +0100)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/distro/poky-tiny.conf

index 8aa838349d0489ba454b5a0bec4af6f03b287adb..a34c7dc6ca23d66c8f74f9e6517a040bb62817b2 100644 (file)
@@ -114,3 +114,8 @@ IMAGE_FSTYPES = "ext2 cpio.gz"
 #        variants of all compatible machines, but that leads to a lot
 #        more machine configs to maintain long term.
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""
+
+# The mtrace script included by eglibc is a perl script. This means the system
+# will build perl in case this package is installed. Since we don't care about
+# this script for the purposes of tiny, remove the dependency from here.
+RDEPENDS_${PN}-mtrace_pn-eglibc = ""