[Buildroot] [PATCH] fbset: ensure it builds after busybox if both are enabled

Gustavo Zacarias gustavo at zacarias.com.ar
Mon Jan 31 19:40:25 UTC 2011


Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/fbset/fbset.mk |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/package/fbset/fbset.mk b/package/fbset/fbset.mk
index 8926f4c..b5b5ab8 100644
--- a/package/fbset/fbset.mk
+++ b/package/fbset/fbset.mk
@@ -3,10 +3,16 @@
 # fbset
 #
 #############################################################
+
 FBSET_VERSION = 2.1
 FBSET_SOURCE = fbset-$(FBSET_VERSION).tar.gz
 FBSET_SITE = http://users.telenet.be/geertu/Linux/fbdev
 
+# Make sure full fbset wins over busybox fbset
+ifeq ($(BR2_PACKAGE_BUSYBOX),y)
+FBSET_DEPENDENCIES += busybox
+endif
+
 define FBSET_BUILD_CMDS
 	$(MAKE1) $(TARGET_CONFIGURE_OPTS) -C $(@D)
 endef
-- 
1.7.3.4




More information about the buildroot mailing list