diff options
| author | Claus Stovgaard <claus.stovgaard@gmail.com> | 2024-11-18 14:04:57 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:15 -0800 |
| commit | 7ec1c9afdf45a3ee47bfff0470d90cf215ba4da5 (patch) | |
| tree | b6f55e1c4ddd90711fed3769dce52645d8147e46 | |
| parent | 2866036261c23f5f02a207be5972df6354f6d08e (diff) | |
| download | meta-openembedded-7ec1c9afdf45a3ee47bfff0470d90cf215ba4da5.tar.gz | |
lcov: sort RDEPENDS alphabetical
It is easier to get an overview of the perl modules needed for running
lcov if they are sorted alphabetically
Signed-off-by: Claus Stovgaard <claus.stovgaard@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rwxr-xr-x | meta-oe/recipes-support/lcov/lcov_1.16.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/lcov/lcov_1.16.bb b/meta-oe/recipes-support/lcov/lcov_1.16.bb index 11440ce490..e566aeb870 100755 --- a/meta-oe/recipes-support/lcov/lcov_1.16.bb +++ b/meta-oe/recipes-support/lcov/lcov_1.16.bb | |||
| @@ -10,12 +10,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
| 12 | perl \ | 12 | perl \ |
| 13 | perl-module-filehandle \ | ||
| 14 | perl-module-getopt-std \ | ||
| 15 | perl-module-digest-md5 \ | ||
| 16 | perl-module-digest-sha \ | ||
| 17 | perl-module-constant \ | 13 | perl-module-constant \ |
| 18 | perl-module-cwd \ | 14 | perl-module-cwd \ |
| 15 | perl-module-digest-md5 \ | ||
| 16 | perl-module-digest-sha \ | ||
| 19 | perl-module-errno \ | 17 | perl-module-errno \ |
| 20 | perl-module-file-basename \ | 18 | perl-module-file-basename \ |
| 21 | perl-module-file-copy \ | 19 | perl-module-file-copy \ |
| @@ -25,12 +23,14 @@ RDEPENDS:${PN} += " \ | |||
| 25 | perl-module-file-spec-functions \ | 23 | perl-module-file-spec-functions \ |
| 26 | perl-module-file-spec-unix \ | 24 | perl-module-file-spec-unix \ |
| 27 | perl-module-file-temp \ | 25 | perl-module-file-temp \ |
| 26 | perl-module-filehandle \ | ||
| 28 | perl-module-getopt-long \ | 27 | perl-module-getopt-long \ |
| 28 | perl-module-getopt-std \ | ||
| 29 | perl-module-list-util \ | 29 | perl-module-list-util \ |
| 30 | perl-module-mro \ | 30 | perl-module-mro \ |
| 31 | perl-module-overload \ | 31 | perl-module-overload \ |
| 32 | perl-module-overloading \ | ||
| 33 | perl-module-overload-numbers \ | 32 | perl-module-overload-numbers \ |
| 33 | perl-module-overloading \ | ||
| 34 | perl-module-parent \ | 34 | perl-module-parent \ |
| 35 | perl-module-pod-usage \ | 35 | perl-module-pod-usage \ |
| 36 | perl-module-posix \ | 36 | perl-module-posix \ |
