package/Config.in: Sort perl-file-util correctly
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 19 Apr 2015 09:57:06 +0000 (11:57 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 19 Apr 2015 11:42:52 +0000 (13:42 +0200)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in

index e8dd4cbb1bf7ef1c2c6ce5d5200c57413029d512..c39cbee41c675c30533fb01a76c4fcb226f43573 100644 (file)
@@ -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"