]> code.ossystems Code Review - openembedded-core.git/commit
build-compare: improve deb and ipk checking
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 18 Jul 2016 03:32:45 +0000 (20:32 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jul 2016 22:46:59 +0000 (23:46 +0100)
commitc92152e521a9f96a741eccd4a4bf5ddfbd59a7ae
tree91d59e64b50d9bb7c368afd186312950ab06547c
parente3245747342860da44fcbb49ac68b8b33e5b43a3
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.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/build-compare/build-compare_git.bb
meta/recipes-devtools/build-compare/files/0001-Add-support-for-deb-and-ipk-packaging.patch
meta/recipes-devtools/build-compare/files/functions.sh-improve-deb-and-ipk-checking.patch [new file with mode: 0644]