diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-09-08 14:41:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 22:48:45 +0100 |
commit | 29e94f671b951aa28450160c4b3ec48a4ddf0063 (patch) | |
tree | 9957c66250e9d458a55b8402b19c5145bc13c9e5 /meta/recipes-devtools/build-compare/build-compare_git.bb | |
parent | 3a9e230b7a6763a64ff4a26522e444661fa74ddf (diff) | |
download | poky-29e94f671b951aa28450160c4b3ec48a4ddf0063.tar.gz |
build-compare: add support for examining deb and ipk packages
This is just rudimentary support at the moment as we'd potentially want
to compare the control files a bit more specifically than this does, but
it's a start.
(From OE-Core rev: 60564c6d6b8c1a3813baa04fb0d5597cf63f2a9f)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.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 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-devtools/build-compare/build-compare_git.bb b/meta/recipes-devtools/build-compare/build-compare_git.bb index 418aee0d5e..7ac37846b6 100644 --- a/meta/recipes-devtools/build-compare/build-compare_git.bb +++ b/meta/recipes-devtools/build-compare/build-compare_git.bb | |||
@@ -5,9 +5,11 @@ HOMEPAGE = "https://github.com/openSUSE/build-compare" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/openSUSE/build-compare.git" | 8 | SRC_URI = "git://github.com/openSUSE/build-compare.git \ |
9 | SRC_URI += "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 | SRC_URI += "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 \ | ||
12 | " | ||
11 | PATCHTOOL = "git" | 13 | PATCHTOOL = "git" |
12 | 14 | ||
13 | SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" | 15 | SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" |