1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-06 14:49:50 +00:00

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>
This commit is contained in:
Ming Liu
2018-01-25 15:53:31 +01:00
committed by Richard Purdie
parent 765f9c40ad
commit 3ed96f29a2
@@ -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 = ""