aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86-64.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 14:33:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-11 10:48:58 +0100
commit617b8f2ae26a6b4ac57795fead39ef20b1f92ecc (patch)
treeb5a3125451213c4f79ca94ccbd68c3af54fbce54 /meta/conf/machine/qemux86-64.conf
parentc0a148077ae27a1ef57c55ac22953c68d001af57 (diff)
downloadopenembedded-core-contrib-617b8f2ae26a6b4ac57795fead39ef20b1f92ecc.tar.gz
machine/qemu: Add qemu-config as an essential machine speicfic dependency and drop specific distro config
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/qemux86-64.conf')
-rw-r--r--meta/conf/machine/qemux86-64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index 182759adfe..ca91388978 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -30,6 +30,6 @@ XSERVER ?= "xserver-xf86-dri-lite \
GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"
-MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d"
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
TARGET_CC_ARCH = "-m64"