diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-19 11:57:06 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-19 13:42:52 +0200 |
commit | 1554d69d0a70341b4e242e65d079b6ae08bb21a7 (patch) | |
tree | 0dc5fe9ab38b67cff83193ddf5a616c416b4d2fc | |
parent | 7553eac7a8a289964f2307f905a3c5d3990c872b (diff) | |
download | buildroot-1554d69d0a70341b4e242e65d079b6ae08bb21a7.tar.gz buildroot-1554d69d0a70341b4e242e65d079b6ae08bb21a7.zip |
package/Config.in: Sort perl-file-util correctly
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Config.in b/package/Config.in index e8dd4cbb1b..c39cbee41c 100644 --- a/package/Config.in +++ b/package/Config.in @@ -503,8 +503,8 @@ endif if BR2_PACKAGE_PERL menu "Perl libraries/modules" source "package/perl-datetime-tiny/Config.in" - source "package/perl-file-util/Config.in" source "package/perl-digest-hmac/Config.in" + source "package/perl-file-util/Config.in" source "package/perl-gd/Config.in" source "package/perl-gdgraph/Config.in" source "package/perl-gdtextutil/Config.in" |