mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
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 7ec1c9afdf)
Signed-off-by: Akash Hadke <akash.hadke27@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
990f47a614
commit
c06d8dc3e5
@@ -10,12 +10,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
perl \
|
||||
perl-module-filehandle \
|
||||
perl-module-getopt-std \
|
||||
perl-module-digest-md5 \
|
||||
perl-module-digest-sha \
|
||||
perl-module-constant \
|
||||
perl-module-cwd \
|
||||
perl-module-digest-md5 \
|
||||
perl-module-digest-sha \
|
||||
perl-module-errno \
|
||||
perl-module-file-basename \
|
||||
perl-module-file-copy \
|
||||
@@ -25,12 +23,14 @@ RDEPENDS:${PN} += " \
|
||||
perl-module-file-spec-functions \
|
||||
perl-module-file-spec-unix \
|
||||
perl-module-file-temp \
|
||||
perl-module-filehandle \
|
||||
perl-module-getopt-long \
|
||||
perl-module-getopt-std \
|
||||
perl-module-list-util \
|
||||
perl-module-mro \
|
||||
perl-module-overload \
|
||||
perl-module-overloading \
|
||||
perl-module-overload-numbers \
|
||||
perl-module-overloading \
|
||||
perl-module-parent \
|
||||
perl-module-pod-usage \
|
||||
perl-module-posix \
|
||||
|
||||
Reference in New Issue
Block a user