diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-10 23:41:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-10 23:41:08 +0000 |
commit | b86cac15cecaa6da4e5def9b50b93c46ff464b33 (patch) | |
tree | 4bbd44ee11bfba6e4204641ed6a06fc23ef5259f /meta/conf | |
parent | e56772676ea9be4fa6914af578c5f306643e7e7b (diff) | |
download | openembedded-core-b86cac15cecaa6da4e5def9b50b93c46ff464b33.tar.gz openembedded-core-b86cac15cecaa6da4e5def9b50b93c46ff464b33.tar.bz2 openembedded-core-b86cac15cecaa6da4e5def9b50b93c46ff464b33.zip |
qemux86.conf: Add essential dependency on v86d
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3458 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/qemux86.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 2378a9990e..cce881043f 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf @@ -15,3 +15,5 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rp" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" + +MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d" |