mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
build-compare: remove space at head
The command like:
rpm -qp --nodigest --nosignature --qf '<foo> [%{REQUIRENAME}\n]\n'
^^space
The space will be printed, and will impact the check result, so remove it.
(From OE-Core rev: 79c574979f64f2dbe8ca05774446de21a53b3a87)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
51b08835b6
commit
495e2f80a9
@@ -9,6 +9,7 @@ SRC_URI = "git://github.com/openSUSE/build-compare.git \
|
||||
file://Rename-rpm-check.sh-to-pkg-diff.sh.patch;striplevel=1 \
|
||||
file://Ignore-DWARF-sections.patch;striplevel=1 \
|
||||
file://0001-Add-support-for-deb-and-ipk-packaging.patch \
|
||||
file://functions.sh-remove-space-at-head.patch \
|
||||
"
|
||||
|
||||
SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a"
|
||||
|
||||
Reference in New Issue
Block a user