[meta-virtualization] [PATCH 13/14] vgabios: DEPENDS on dev86-native

Nathan Rossi nathan.rossi at xilinx.com
Mon Feb 16 00:34:35 PST 2015


From: Chris Patterson <cjp256 at gmail.com>

Signed-off-by: Chris Patterson <cjp256 at gmail.com>
---
 recipes-extended/vgabios/vgabios_0.7a.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-extended/vgabios/vgabios_0.7a.bb b/recipes-extended/vgabios/vgabios_0.7a.bb
index 6addeff..0ed8bb4 100644
--- a/recipes-extended/vgabios/vgabios_0.7a.bb
+++ b/recipes-extended/vgabios/vgabios_0.7a.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "Plex86/Bochs LGPL VGABios"
 HOMEPAGE = "http://www.nongnu.org/vgabios/"
 LICENSE = "LGPLv2.1"
 SECTION = "firmware"
-DEPENDS = ""
+
+DEPENDS = "dev86-native"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589"
-DEPENDS = ""
 
 SRC_URI =  "http://savannah.gnu.org/download/vgabios/${PN}-${PV}.tgz"
 
-- 
2.1.1



More information about the meta-virtualization mailing list