From 367a1394e2504b129bfe9ef6d0c9aebf2ffde0aa Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 10 May 2011 14:33:58 +0100 Subject: machine/qemu: Add qemu-config as an essential machine speicfic dependency and drop specific distro config (From OE-Core rev: 617b8f2ae26a6b4ac57795fead39ef20b1f92ecc) Signed-off-by: Richard Purdie --- meta/conf/machine/qemux86-64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/machine/qemux86-64.conf') 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" -- cgit 1.2.3-korg