]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemux86.conf: Add essential dependency on v86d
authorRichard Purdie <richard@openedhand.com>
Thu, 10 Jan 2008 23:41:08 +0000 (23:41 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 10 Jan 2008 23:41:08 +0000 (23:41 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3458 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/machine/qemux86.conf

index 2378a9990e7ee44ef19c13cfe55f0419a8b7a601..cce881043f86dab717d81c2354b018949808d59e 100644 (file)
@@ -15,3 +15,5 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
 
 GLIBC_ADDONS = "nptl"
 GLIBC_EXTRA_OECONF = "--with-tls"
+
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d"