summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2018-01-25 15:53:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-29 08:45:29 +0000
commit21ba45aa77e4d43a93cd96d859707a4758e8b64b (patch)
treee05327e4cc51b1a06f21ad60a9766a3546a8c9d3 /meta
parent27681a92cdf7cec493c219eedb679ae46d6d5f5e (diff)
downloadpoky-21ba45aa77e4d43a93cd96d859707a4758e8b64b.tar.gz
net-tools: change a '=' to '+='
This avoids other do_patch dependencies being overridden. (From OE-Core rev: 77a0f0b2f50059f9d6cb67374e7d83dff806dc0c) Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit b5e94026c754d9015e97487f5c0a5b727ffd4ff8) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/net-tools/net-tools_1.60-26.bb2
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
38inherit gettext 38inherit gettext
39 39
40do_patch[depends] = "quilt-native:do_populate_sysroot" 40do_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
43PARALLEL_MAKE = "" 43PARALLEL_MAKE = ""