diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-07-17 20:32:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-26 08:56:28 +0100 |
commit | 9621959a3ad052af33bb8a5ed530f8e84b799f0d (patch) | |
tree | 6a571f530a6abf7b10191773c54655055f983585 /meta/recipes-devtools/build-compare/build-compare_git.bb | |
parent | ad6aae31065b798b6f6f83eb830cebb075a0b62a (diff) | |
download | poky-9621959a3ad052af33bb8a5ed530f8e84b799f0d.tar.gz |
build-compare: improve deb and ipk checking
* The deb and ipk's depends version string is like:
Depends: libc6 (>= 2.24)
Update trim_release_old and trim_release_new to match the bracket in
the end ")".
* The deb's data tarball now is .tar.xz, and ipk's is .tar.gz.
* Update adjust_controlfile() to make ituse trim_release_old and
trim_release_new.
(From OE-Core rev: c92152e521a9f96a741eccd4a4bf5ddfbd59a7ae)
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 09740d4921..fa9c6b45d3 100644 --- a/meta/recipes-devtools/build-compare/build-compare_git.bb +++ b/meta/recipes-devtools/build-compare/build-compare_git.bb | |||
@@ -14,6 +14,7 @@ SRC_URI = "git://github.com/openSUSE/build-compare.git \ | |||
14 | file://pkg-diff.sh-check-for-fifo-named-pipe.patch \ | 14 | file://pkg-diff.sh-check-for-fifo-named-pipe.patch \ |
15 | file://pkg-diff.sh-check_single_file-return-at-once-when-sa.patch \ | 15 | file://pkg-diff.sh-check_single_file-return-at-once-when-sa.patch \ |
16 | file://pkg-diff.sh-remove-space-in-the-end-for-ftype.patch \ | 16 | file://pkg-diff.sh-remove-space-in-the-end-for-ftype.patch \ |
17 | file://functions.sh-improve-deb-and-ipk-checking.patch \ | ||
17 | " | 18 | " |
18 | 19 | ||
19 | SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" | 20 | SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" |