summaryrefslogtreecommitdiffstats
path: root/arm64-tegra-Jetson-TX2-Allow-bootloader-to-configure.patch
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2019-10-24 09:55:10 -0400
committerLaura Abbott <labbott@redhat.com>2019-10-29 15:28:51 -0400
commit1cf4120f6fc0cb76a666e9ad9539832403c75314 (patch)
treed6898bb298aceb6132d68ab0e3a3e49e15a93b03 /arm64-tegra-Jetson-TX2-Allow-bootloader-to-configure.patch
parentc0312b2e60495b2f82b1748d13f9eb20712a746e (diff)
downloadkernel-1cf4120f6fc0cb76a666e9ad9539832403c75314.tar.gz
kernel-1cf4120f6fc0cb76a666e9ad9539832403c75314.tar.xz
kernel-1cf4120f6fc0cb76a666e9ad9539832403c75314.zip
Fix debuginfo
From the original RHEL patch: This extra '+' causes problems with the regular expression used with /usr/lib/rpm/find-debuginfo.sh script from rpm-build, which is used to filter the debug files to the corresponding debuginfo packages. The '+' character in the release is interpreted as a regular expression operator and the debuginfo filter fails, with the build failing on an empty debuginfo file list. Which means we need to escape the extra '+' character if we want debuginfo filter to work. I tried to use '\' to escape, but rpm "eats" that, in testing '[+]' worked so is what I'm using to fix/workaround this problem. When RHEL 8 drops the the extra +<number> in the future, we can remove this fix/workaround. This problem is likely to come up so just add it in now.
Diffstat (limited to 'arm64-tegra-Jetson-TX2-Allow-bootloader-to-configure.patch')
0 files changed, 0 insertions, 0 deletions