diff options
| author | Adam Duskett <Aduskett@gmail.com> | 2017-04-22 13:18:04 -0400 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-02 14:36:19 +0200 |
| commit | 2db9d93282a3c198ddc908082a17f261a48aa7b3 (patch) | |
| tree | 10827fe565eb2e5192f4f5431d150e448d0efe65 /package/rpcbind | |
| parent | cf1c12bdba037b4e28e2d7fcef0e653a45016408 (diff) | |
| download | buildroot-2db9d93282a3c198ddc908082a17f261a48aa7b3.tar.gz buildroot-2db9d93282a3c198ddc908082a17f261a48aa7b3.zip | |
package/r*/Config.in: fix ordering of statements
The check-package script when ran gives warnings on ordering issues
on all of these Config files. This patch cleans up all warnings
related to the ordering in the Config files for packages starting with
the letter r in the package directory.
The appropriate ordering is: type, default, depends on, select, help
See http://nightly.buildroot.org/#_config_files for more information.
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rpcbind')
| -rw-r--r-- | package/rpcbind/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/rpcbind/Config.in b/package/rpcbind/Config.in index 9ff64a589c..999820066c 100644 --- a/package/rpcbind/Config.in +++ b/package/rpcbind/Config.in @@ -3,9 +3,8 @@ config BR2_PACKAGE_RPCBIND # We really need libtirpc and can't work with the native RPC # implementation of toolchains. depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc + depends on BR2_USE_MMU # fork() select BR2_PACKAGE_LIBTIRPC - # fork() - depends on BR2_USE_MMU help The rpcbind utility is a server that converts RPC program numbers into universal addresses. |

