diff options
| author | Ming Liu <liu.ming50@gmail.com> | 2018-01-25 15:53:31 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-26 13:09:10 +0000 |
| commit | 3ed96f29a29773afe8bbe5760e4562acef1b206a (patch) | |
| tree | 120417a313941c2a0291271d59783eb44ae2df45 /meta/recipes-extended/net-tools | |
| parent | 765f9c40addcbf3f22581748bcda60e9e4ffb75a (diff) | |
| download | poky-3ed96f29a29773afe8bbe5760e4562acef1b206a.tar.gz | |
net-tools: change a '=' to '+='
This avoids other do_patch dependencies being overridden.
(From OE-Core rev: b5e94026c754d9015e97487f5c0a5b727ffd4ff8)
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/net-tools')
| -rw-r--r-- | meta/recipes-extended/net-tools/net-tools_1.60-26.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-26.bb b/meta/recipes-extended/net-tools/net-tools_1.60-26.bb index 69c9af317d..5657fd8c5b 100644 --- a/meta/recipes-extended/net-tools/net-tools_1.60-26.bb +++ b/meta/recipes-extended/net-tools/net-tools_1.60-26.bb | |||
| @@ -37,7 +37,7 @@ UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/net-tools/" | |||
| 37 | 37 | ||
| 38 | inherit gettext | 38 | inherit gettext |
| 39 | 39 | ||
| 40 | do_patch[depends] = "quilt-native:do_populate_sysroot" | 40 | do_patch[depends] += "quilt-native:do_populate_sysroot" |
| 41 | 41 | ||
| 42 | # The Makefile is lame, no parallel build | 42 | # The Makefile is lame, no parallel build |
| 43 | PARALLEL_MAKE = "" | 43 | PARALLEL_MAKE = "" |
