Commit 7f9d4441 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

gob2: remove deprecated target package



It's been deprecated for a year now so remove the target variant.

Also rename patch to new naming convention.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent c2e3d0be
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -102,6 +102,14 @@ endif

comment "Legacy options removed in 2015.02"

config BR2_PACKAGE_GOB2
	bool "gob2 target package removed"
	select BR2_LEGACY
	help
	  The gob2 target package has been removed, it's been
	  deprecated for some time now and was essentially useless
	  without a target toolchain.

config BR2_PACKAGE_DISTCC
	bool "distcc target package removed"
	select BR2_LEGACY
+0 −1
Original line number Diff line number Diff line
@@ -246,7 +246,6 @@ comment "X applications"
	source "package/feh/Config.in"
	source "package/freerdp/Config.in"
	source "package/gmpc/Config.in"
	source "package/gob2/Config.in"
	source "package/gqview/Config.in"
	source "package/gtkperf/Config.in"
	source "package/leafpad/Config.in"

package/gob2/Config.in

deleted100644 → 0
+0 −20
Original line number Diff line number Diff line
config BR2_PACKAGE_GOB2
	bool "gob2"
	depends on BR2_USE_WCHAR # glib2
	depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
	depends on BR2_USE_MMU # bison, glib2
	select BR2_PACKAGE_LIBGLIB2
	select BR2_PACKAGE_FLEX
	select BR2_PACKAGE_BISON
	# development tool, useless on the target
	depends on BR2_DEPRECATED_SINCE_2014_02
	help
	  GOB (GTK+ Object Builder) is a preprocessor which simplifies
	  the writing of GObjects in C.

	  http://www.jirka.org/gob.html

comment "gob2 needs a toolchain w/ wchar"
	depends on BR2_USE_MMU
	depends on BR2_DEPRECATED_SINCE_2014_02
	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
+0 −2
Original line number Diff line number Diff line
@@ -7,10 +7,8 @@
GOB2_VERSION = 2.0.20
GOB2_SOURCE = gob2-$(GOB2_VERSION).tar.xz
GOB2_SITE = http://ftp.5z.com/pub/gob
GOB2_DEPENDENCIES = libglib2 flex bison host-pkgconf host-flex
HOST_GOB2_DEPENDENCIES = host-bison host-flex host-libglib2

$(eval $(autotools-package))
$(eval $(host-autotools-package))

# gob2 for the host