diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-12-19 15:29:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-20 14:53:55 +0000 |
commit | 32e92bbe7f4cc5e1e6de3460fb0aaaef5cbfc88a (patch) | |
tree | d88737bf75c6be1e6523a259a4ffd7c997caccd9 /meta/recipes-devtools/i2c-tools/files/0001-i2c-tools-eeprog-Module.mk-Add-missing-dependency.patch | |
parent | 4ad9d0f6f7941cea89c3121405f961666f1e0c7f (diff) | |
download | poky-32e92bbe7f4cc5e1e6de3460fb0aaaef5cbfc88a.tar.gz |
i2c-tools: upgrade 4.0 -> 4.1
* For changes, see:
https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git/log/?qt=range&q=v4.0...v4.1
* Remove upstreamed patches
(From OE-Core rev: 085530e8fff016d7cadcae4a769a82cddf9e6695)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/i2c-tools/files/0001-i2c-tools-eeprog-Module.mk-Add-missing-dependency.patch')
-rw-r--r-- | meta/recipes-devtools/i2c-tools/files/0001-i2c-tools-eeprog-Module.mk-Add-missing-dependency.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-devtools/i2c-tools/files/0001-i2c-tools-eeprog-Module.mk-Add-missing-dependency.patch b/meta/recipes-devtools/i2c-tools/files/0001-i2c-tools-eeprog-Module.mk-Add-missing-dependency.patch deleted file mode 100644 index 5b1a53844e..0000000000 --- a/meta/recipes-devtools/i2c-tools/files/0001-i2c-tools-eeprog-Module.mk-Add-missing-dependency.patch +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | From 01674fefe3bd24fd93412fbb3eb4e85fe70c80aa Mon Sep 17 00:00:00 2001 | ||
2 | From: "Maxin B. John" <maxin.john@intel.com> | ||
3 | Date: Mon, 18 Dec 2017 16:01:39 +0200 | ||
4 | Subject: [PATCH] i2c-tools: eeprog/Module.mk: Add missing dependency | ||
5 | |||
6 | Absence of this dependency caused parallel build to run into a race | ||
7 | and break. | ||
8 | |||
9 | Upstream-Status: Accepted | ||
10 | https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git/commit/?id=f87c97317012a3b96b67237925893b8ffd5f4f50 | ||
11 | |||
12 | Signed-off-by: Maxin B. John <maxin.john@intel.com> | ||
13 | --- | ||
14 | eeprog/Module.mk | 2 +- | ||
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
16 | |||
17 | diff --git a/eeprog/Module.mk b/eeprog/Module.mk | ||
18 | index 9d36869..d215855 100644 | ||
19 | --- a/eeprog/Module.mk | ||
20 | +++ b/eeprog/Module.mk | ||
21 | @@ -20,7 +20,7 @@ EEPROG_TARGETS := eeprog | ||
22 | # Programs | ||
23 | # | ||
24 | |||
25 | -$(EEPROG_DIR)/eeprog: $(EEPROG_DIR)/eeprog.o $(EEPROG_DIR)/24cXX.o | ||
26 | +$(EEPROG_DIR)/eeprog: $(EEPROG_DIR)/eeprog.o $(EEPROG_DIR)/24cXX.o $(LIB_DEPS) | ||
27 | $(CC) $(LDFLAGS) -o $@ $^ $(EEPROG_LDFLAGS) | ||
28 | |||
29 | # | ||
30 | -- | ||
31 | 2.4.0 | ||
32 | |||