[Buildroot] [PATCH 1/1] ti-gfx.mk typo corrected

Martin Creutziger buildroot at martin.creutziger.net
Mon Sep 2 15:18:48 UTC 2013


There is a simple typo in package/ti-gfx/ti-gfx.mk, which the following 
patch corrects:

Signed-off-by: Martin Creutziger <buildroot at martin.creutziger.net>
---
Index: package/ti-gfx/ti-gfx.mk
===================================================================
--- package/ti-gfx/ti-gfx.mk	(revision 14043)
+++ package/ti-gfx/ti-gfx.mk	(working copy)
@@ -29,7 +29,7 @@
  TI_GFX_PLATFORM = omap3630
  endif
  ifeq ($(BR2_PACKAGE_TI_GFX_ES6),y)
-TI_GFX_OMPAES = 6.x
+TI_GFX_OMAPES = 6.x
  TI_GFX_PLATFORM = ti81xx
  endif
  ifeq ($(BR2_PACKAGE_TI_GFX_ES8),y)
--


More information about the buildroot mailing list