From: Ming Liu Date: Thu, 25 Jan 2018 14:53:31 +0000 (+0100) Subject: net-tools: change a '=' to '+=' X-Git-Tag: uninative-1.8~547 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b5e94026c754d9015e97487f5c0a5b727ffd4ff8;p=openembedded-core.git net-tools: change a '=' to '+=' This avoids other do_patch dependencies being overridden. Signed-off-by: Ming Liu Signed-off-by: Richard Purdie --- 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 = ""