]> code.ossystems Code Review - openembedded-core.git/commitdiff
net-tools: change a '=' to '+='
authorMing Liu <liu.ming50@gmail.com>
Thu, 25 Jan 2018 14:53:31 +0000 (15:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Jan 2018 08:43:37 +0000 (08:43 +0000)
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>
(cherry picked from commit b5e94026c754d9015e97487f5c0a5b727ffd4ff8)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-extended/net-tools/net-tools_1.60-26.bb

index 69c9af317daf2b197fc8aa2e07e0b2b148f221f3..5657fd8c5ba888a2ac780c18f5a5ddc96530b4c5 100644 (file)
@@ -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 = ""