|
From: <abe...@us...> - 2015-01-26 02:58:01
|
Revision: 6943
http://sourceforge.net/p/astlinux/code/6943
Author: abelbeck
Date: 2015-01-26 02:57:55 +0000 (Mon, 26 Jan 2015)
Log Message:
-----------
remove gob2 target, host-gob2 only, we don't use it but removes remaining bison dependence
Modified Paths:
--------------
branches/1.0/package/gob2/Config.in
branches/1.0/package/gob2/gob2.mk
branches/1.0/runnix-uclibc.config
Modified: branches/1.0/package/gob2/Config.in
===================================================================
--- branches/1.0/package/gob2/Config.in 2015-01-26 02:43:37 UTC (rev 6942)
+++ branches/1.0/package/gob2/Config.in 2015-01-26 02:57:55 UTC (rev 6943)
@@ -1,14 +1,9 @@
config BR2_PACKAGE_GOB2
bool "gob2"
- depends on BR2_USE_WCHAR # glib2
- select BR2_PACKAGE_LIBGLIB2
- select BR2_PACKAGE_FLEX
- select BR2_PACKAGE_BISON
help
GOB (GTK+ Object Builder) is a preprocessor which simplifies
the writing of GObjects in C.
http://www.jirka.org/gob.html
-comment "gob2 requires a toolchain with WCHAR support"
- depends on !BR2_USE_WCHAR
+ **HOST Only**
Modified: branches/1.0/package/gob2/gob2.mk
===================================================================
--- branches/1.0/package/gob2/gob2.mk 2015-01-26 02:43:37 UTC (rev 6942)
+++ branches/1.0/package/gob2/gob2.mk 2015-01-26 02:57:55 UTC (rev 6943)
@@ -6,13 +6,9 @@
GOB2_VERSION = 2.0.15
GOB2_SOURCE = gob2-$(GOB2_VERSION).tar.gz
GOB2_SITE = http://ftp.5z.com/pub/gob/
-IPERF_CONF_ENV = ac_cv_lib_lex=-lfl
-GOB2_DEPENDENCIES = libglib2 flex bison host-pkg-config host-flex
-
HOST_GOB2_DEPENDENCIES = host-bison host-flex host-libglib2
-$(eval $(call AUTOTARGETS,package,gob2))
$(eval $(call AUTOTARGETS,package,gob2,host))
# gob2 for the host
Modified: branches/1.0/runnix-uclibc.config
===================================================================
--- branches/1.0/runnix-uclibc.config 2015-01-26 02:43:37 UTC (rev 6942)
+++ branches/1.0/runnix-uclibc.config 2015-01-26 02:57:55 UTC (rev 6943)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn6941-dirty Configuration
-# Sun Jan 25 20:23:34 2015
+# Buildroot 2011.08-svn6942-dirty Configuration
+# Sun Jan 25 20:52:21 2015
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -456,12 +456,9 @@
#
# X applications
#
+# BR2_PACKAGE_GOB2 is not set
#
-# gob2 requires a toolchain with WCHAR support
-#
-
-#
# midori requires C++, WCHAR in toolchain and libgtk2
#
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|