diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-07-17 20:32:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-26 08:56:28 +0100 |
commit | 495e2f80a99f73d751349dc140908b4c6078ae96 (patch) | |
tree | 81e2ee835aa9ccd3304071b64e5fde421069f1d5 /meta/recipes-devtools/build-compare/build-compare_git.bb | |
parent | 51b08835b64421669e018481e344effe4727183b (diff) | |
download | poky-495e2f80a99f73d751349dc140908b4c6078ae96.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/build-compare/build-compare_git.bb')
-rw-r--r-- | meta/recipes-devtools/build-compare/build-compare_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/build-compare/build-compare_git.bb b/meta/recipes-devtools/build-compare/build-compare_git.bb index 676f11dd88..88996e27f8 100644 --- a/meta/recipes-devtools/build-compare/build-compare_git.bb +++ b/meta/recipes-devtools/build-compare/build-compare_git.bb | |||
@@ -9,6 +9,7 @@ SRC_URI = "git://github.com/openSUSE/build-compare.git \ | |||
9 | file://Rename-rpm-check.sh-to-pkg-diff.sh.patch;striplevel=1 \ | 9 | file://Rename-rpm-check.sh-to-pkg-diff.sh.patch;striplevel=1 \ |
10 | file://Ignore-DWARF-sections.patch;striplevel=1 \ | 10 | file://Ignore-DWARF-sections.patch;striplevel=1 \ |
11 | file://0001-Add-support-for-deb-and-ipk-packaging.patch \ | 11 | file://0001-Add-support-for-deb-and-ipk-packaging.patch \ |
12 | file://functions.sh-remove-space-at-head.patch \ | ||
12 | " | 13 | " |
13 | 14 | ||
14 | SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" | 15 | SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" |