From ad6aae31065b798b6f6f83eb830cebb075a0b62a Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sun, 17 Jul 2016 20:32:44 -0700 Subject: build-compare: fix checking for named pipe and others * Fixed checking for named pipe * Return at once when archives are the same * Fix for type "directory" (From OE-Core rev: e3245747342860da44fcbb49ac68b8b33e5b43a3) Signed-off-by: Robert Yang Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/build-compare/build-compare_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-devtools/build-compare/build-compare_git.bb') diff --git a/meta/recipes-devtools/build-compare/build-compare_git.bb b/meta/recipes-devtools/build-compare/build-compare_git.bb index 9ec8c2392f..09740d4921 100644 --- a/meta/recipes-devtools/build-compare/build-compare_git.bb +++ b/meta/recipes-devtools/build-compare/build-compare_git.bb @@ -11,6 +11,9 @@ SRC_URI = "git://github.com/openSUSE/build-compare.git \ file://0001-Add-support-for-deb-and-ipk-packaging.patch \ file://functions.sh-remove-space-at-head.patch \ file://functions.sh-run-rpm-once-to-make-it-faster.patch \ + file://pkg-diff.sh-check-for-fifo-named-pipe.patch \ + file://pkg-diff.sh-check_single_file-return-at-once-when-sa.patch \ + file://pkg-diff.sh-remove-space-in-the-end-for-ftype.patch \ " SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" -- cgit v1.2.3-54-g00ecf