diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-02-19 21:57:18 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-21 22:05:36 +0000 |
commit | 1f6e644859b814044046ec71594d4c0de5480a0c (patch) | |
tree | 35cd202ff92bd0d941aa9028ae9c52a900d5054a /meta/recipes-devtools | |
parent | e011e92e8c7a3acf853333e77ba8d005e1a9b417 (diff) | |
download | poky-1f6e644859b814044046ec71594d4c0de5480a0c.tar.gz |
build-compare: update Rename-rpm-check.sh-to-pkg-diff.sh.patch
The patch can't be applied by "git am -3" with newer version of git
(such as 2.0.1), and can't be applied by "git am/apply" with any
version, now fix it
(From OE-Core rev: 14990de8c7481c3aaf77174a7541d5bfb9a7411d)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/build-compare/files/Rename-rpm-check.sh-to-pkg-diff.sh.patch | 37 |
1 files changed, 20 insertions, 17 deletions
diff --git a/meta/recipes-devtools/build-compare/files/Rename-rpm-check.sh-to-pkg-diff.sh.patch b/meta/recipes-devtools/build-compare/files/Rename-rpm-check.sh-to-pkg-diff.sh.patch index 3e1e679a9c..cff3a9e236 100644 --- a/meta/recipes-devtools/build-compare/files/Rename-rpm-check.sh-to-pkg-diff.sh.patch +++ b/meta/recipes-devtools/build-compare/files/Rename-rpm-check.sh-to-pkg-diff.sh.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | From f5db896b7f49b56dad0d51c9bdb3d4c9525edab2 Mon Sep 17 00:00:00 2001 | 1 | From 4de3df5a1b361cd09a081f0e0bdb94cbf684ed48 Mon Sep 17 00:00:00 2001 |
2 | From: Randy Witt <randy.e.witt@linux.intel.com> | 2 | From: Robert Yang <liezhi.yang@windriver.com> |
3 | Date: Mon, 5 Jan 2015 15:58:35 -0800 | 3 | Date: Thu, 19 Feb 2015 00:34:47 -0800 |
4 | Subject: [PATCH] Rename rpm-check.sh to pkg-diff.sh. | 4 | Subject: [PATCH] Rename rpm-check.sh to pkg-diff.sh. |
5 | 5 | ||
6 | The tool now accepts package input other than rpm, so change the name | 6 | The tool now accepts package input other than rpm, so change the name |
@@ -9,13 +9,17 @@ which could be misleading. | |||
9 | Upstream-Status: Submitted [https://github.com/openSUSE/build-compare/pulls] | 9 | Upstream-Status: Submitted [https://github.com/openSUSE/build-compare/pulls] |
10 | 10 | ||
11 | Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> | 11 | Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> |
12 | |||
13 | Updated for rpm-check.sh. | ||
14 | |||
15 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | ||
12 | --- | 16 | --- |
13 | build-compare.spec | 2 +- | 17 | build-compare.spec | 2 +- |
14 | pkg-diff.sh | 765 +++++++++++++++++++++++++++++++++++++++++++++++++++ | 18 | pkg-diff.sh | 765 ++++++++++++++++++++++++++++++++++++++++++++++++++ |
15 | rpm-check.sh | 765 --------------------------------------------------- | 19 | rpm-check.sh | 764 ------------------------------------------------- |
16 | same-build-result.sh | 4 +- | 20 | same-build-result.sh | 4 +- |
17 | 4 files changed, 768 insertions(+), 768 deletions(-) | 21 | 4 files changed, 768 insertions(+), 767 deletions(-) |
18 | create mode 100755 pkg-diff.sh | 22 | create mode 100644 pkg-diff.sh |
19 | delete mode 100755 rpm-check.sh | 23 | delete mode 100755 rpm-check.sh |
20 | 24 | ||
21 | diff --git a/build-compare.spec b/build-compare.spec | 25 | diff --git a/build-compare.spec b/build-compare.spec |
@@ -32,7 +36,7 @@ index 14a97e9..5f47ca1 100644 | |||
32 | Source5: srpm-check.sh | 36 | Source5: srpm-check.sh |
33 | BuildRoot: %{_tmppath}/%{name}-%{version}-build | 37 | BuildRoot: %{_tmppath}/%{name}-%{version}-build |
34 | diff --git a/pkg-diff.sh b/pkg-diff.sh | 38 | diff --git a/pkg-diff.sh b/pkg-diff.sh |
35 | new file mode 100755 | 39 | new file mode 100644 |
36 | index 0000000..56035c1 | 40 | index 0000000..56035c1 |
37 | --- /dev/null | 41 | --- /dev/null |
38 | +++ b/pkg-diff.sh | 42 | +++ b/pkg-diff.sh |
@@ -804,10 +808,10 @@ index 0000000..56035c1 | |||
804 | +# vim: tw=666 ts=2 et | 808 | +# vim: tw=666 ts=2 et |
805 | diff --git a/rpm-check.sh b/rpm-check.sh | 809 | diff --git a/rpm-check.sh b/rpm-check.sh |
806 | deleted file mode 100755 | 810 | deleted file mode 100755 |
807 | index 56035c1..0000000 | 811 | index dd47642..0000000 |
808 | --- a/rpm-check.sh | 812 | --- a/rpm-check.sh |
809 | +++ /dev/null | 813 | +++ /dev/null |
810 | @@ -1,765 +0,0 @@ | 814 | @@ -1,764 +0,0 @@ |
811 | -#! /bin/bash | 815 | -#! /bin/bash |
812 | -# | 816 | -# |
813 | -# Copyright (c) 2009, 2010, 2011, 2012 SUSE Linux Product GmbH, Germany. | 817 | -# Copyright (c) 2009, 2010, 2011, 2012 SUSE Linux Product GmbH, Germany. |
@@ -1400,10 +1404,9 @@ index 56035c1..0000000 | |||
1400 | - *.ps) | 1404 | - *.ps) |
1401 | - for f in "old/$file" "new/$file"; do | 1405 | - for f in "old/$file" "new/$file"; do |
1402 | - sed -i -e ' | 1406 | - sed -i -e ' |
1403 | - /^%%CreationDate:[[:blank:]]/d | 1407 | - /^%%CreationDate:[[:blank:]]/d |
1404 | - /^%%Creator:[[:blank:]]groff[[:blank:]]version[[:blank:]]/d | 1408 | - /^%%Creator:[[:blank:]]groff[[:blank:]]version[[:blank:]]/d |
1405 | - /^%DVIPSSource:[[:blank:]]/d | 1409 | - ' "$f" |
1406 | - ' "$f" | ||
1407 | - done | 1410 | - done |
1408 | - ;; | 1411 | - ;; |
1409 | - *pdf) | 1412 | - *pdf) |
@@ -1592,5 +1595,5 @@ index c8907e2..7e9bd4f 100644 | |||
1592 | 1595 | ||
1593 | check_all=1 | 1596 | check_all=1 |
1594 | -- | 1597 | -- |
1595 | 1.9.3 | 1598 | 1.7.9.5 |
1596 | 1599 | ||