X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Frpm%2Ffiles%2F0001-perl-disable-auto-reqs.patch;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Frpm%2Ffiles%2F0001-perl-disable-auto-reqs.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=a6c58699d366734dcde2ce6768fc38834df7d0a4;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/rpm/files/0001-perl-disable-auto-reqs.patch b/meta-starlingx/meta-stx-integ/recipes-devtools/rpm/files/0001-perl-disable-auto-reqs.patch deleted file mode 100644 index a6c5869..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/rpm/files/0001-perl-disable-auto-reqs.patch +++ /dev/null @@ -1,32 +0,0 @@ -perl: disable auto requires - -When generating automatic requirements, it's possible for perl scripts to -declare 'optional' dependencies. These seem to often be incorrect and will -cause installation failures in OE. Instead of fixing the perl scripts, it -was decided it is better to simply disable the automatic dependency -generation. This matches the behavior from the previous RPM5 implementation. - -Upstream-Status: Inappropriate [OE specific configuration] - -Signed-off-by: Mark Hatle - -Index: git/fileattrs/perl.attr -=================================================================== ---- git.orig/fileattrs/perl.attr -+++ git/fileattrs/perl.attr -@@ -1,3 +1,3 @@ --%__perl_requires %{_rpmconfigdir}/perl.req -+#__perl_requires %{_rpmconfigdir}/perl.req - %__perl_magic ^.*[Pp]erl .*$ - %__perl_flags exeonly -Index: git/fileattrs/perllib.attr -=================================================================== ---- git.orig/fileattrs/perllib.attr -+++ git/fileattrs/perllib.attr -@@ -1,5 +1,5 @@ - %__perllib_provides %{_rpmconfigdir}/perl.prov --%__perllib_requires %{_rpmconfigdir}/perl.req -+#__perllib_requires %{_rpmconfigdir}/perl.req - %__perllib_magic ^Perl[[:digit:]] module source.* - %__perllib_path \\.pm$ - %__perllib_flags magic_and_path