summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/bison/Config.in2
-rw-r--r--package/flex/Config.in2
-rw-r--r--package/gob2/Config.in2
-rw-r--r--package/m4/Config.in2
4 files changed, 8 insertions, 0 deletions
diff --git a/package/bison/Config.in b/package/bison/Config.in
index 4a50f41bf8..cd0dbc49ac 100644
--- a/package/bison/Config.in
+++ b/package/bison/Config.in
@@ -4,6 +4,8 @@ config BR2_PACKAGE_BISON
select BR2_PACKAGE_M4
# m4 uses fork()
depends on BR2_USE_MMU
+ # development tool, useless on the target
+ depends on BR2_DEPRECATED
help
General-purpose parser generator that converts a
grammar description for an LALR context-free grammar into a C
diff --git a/package/flex/Config.in b/package/flex/Config.in
index 52f7fe77f0..6af9951a01 100644
--- a/package/flex/Config.in
+++ b/package/flex/Config.in
@@ -15,6 +15,8 @@ config BR2_PACKAGE_FLEX_BINARY
depends on BR2_USE_MMU
# runtime dependency
select BR2_PACKAGE_M4
+ # development tool, useless on the target
+ depends on BR2_DEPRECATED
depends on BR2_USE_WCHAR # m4
help
Install the flex binary tool in the target filesystem.
diff --git a/package/gob2/Config.in b/package/gob2/Config.in
index 092d51bcbf..faeb8b3e7b 100644
--- a/package/gob2/Config.in
+++ b/package/gob2/Config.in
@@ -6,6 +6,8 @@ config BR2_PACKAGE_GOB2
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_FLEX
select BR2_PACKAGE_BISON
+ # development tool, useless on the target
+ depends on BR2_DEPRECATED
help
GOB (GTK+ Object Builder) is a preprocessor which simplifies
the writing of GObjects in C.
diff --git a/package/m4/Config.in b/package/m4/Config.in
index 4d651a2802..7830b22aeb 100644
--- a/package/m4/Config.in
+++ b/package/m4/Config.in
@@ -3,6 +3,8 @@ config BR2_PACKAGE_M4
depends on BR2_USE_WCHAR
# uses fork()
depends on BR2_USE_MMU
+ # development tool, useless on the target
+ depends on BR2_DEPRECATED
help
An implementation of the traditional Unix macro processor.
OpenPOWER on IntegriCloud