diff options
| author | Claus Stovgaard <claus.stovgaard@gmail.com> | 2025-03-08 14:34:04 +0530 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2025-03-23 15:26:58 -0400 |
| commit | c06d8dc3e5886d61c6a3d401b4591436a3391b37 (patch) | |
| tree | 5d12505e316eafc38af14baab393970f5577a334 /meta-oe/recipes-support | |
| parent | 990f47a614413b320b75c6298f2ce3446ff5c2fa (diff) | |
| download | meta-openembedded-c06d8dc3e5886d61c6a3d401b4591436a3391b37.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>
(cherry picked from commit 7ec1c9afdf45a3ee47bfff0470d90cf215ba4da5)
Signed-off-by: Akash Hadke <akash.hadke27@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
| -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 4f35eff90f..53e1921054 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 \ |
