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:07:58 +0000 |
commit | b5e94026c754d9015e97487f5c0a5b727ffd4ff8 (patch) | |
tree | 893fe2bb22e1f9b75218197088e10affaff07515 | |
parent | 97927956a6629381b54973d01e16c5f039f5e5bb (diff) | |
download | openembedded-core-b5e94026c754d9015e97487f5c0a5b727ffd4ff8.tar.gz openembedded-core-b5e94026c754d9015e97487f5c0a5b727ffd4ff8.tar.bz2 openembedded-core-b5e94026c754d9015e97487f5c0a5b727ffd4ff8.zip |
net-tools: change a '=' to '+='
This avoids other do_patch dependencies being overridden.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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/" inherit gettext -do_patch[depends] = "quilt-native:do_populate_sysroot" +do_patch[depends] += "quilt-native:do_populate_sysroot" # The Makefile is lame, no parallel build PARALLEL_MAKE = "" |