summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/build-compare/files/functions.sh-improve-deb-and-ipk-checking.patch
AgeCommit message (Collapse)AuthorFiles
2016-07-25build-compare: improve deb and ipk checkingRobert Yang1
* 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>