diff options
author | Li Xin <lixin.fnst@cn.fujitsu.com> | 2016-01-15 04:25:36 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-18 11:47:03 +0000 |
commit | 65d0bfc9edc0880ef99c05379b43b50d00270a32 (patch) | |
tree | ae0b6e960be83ac60e0ce57839da37373190b3ae /meta/recipes-extended | |
parent | 99923fc9361cbe4f984edeeb6ee4970aaea7a58e (diff) | |
download | poky-65d0bfc9edc0880ef99c05379b43b50d00270a32.tar.gz |
net-tools_1.60-26.bb: Fix do_patch dependency error
When set PATCHTOOL = "patch" in conf/local.conf an error will occur
in the step of do_patch.
The error is: "quilt: command not found", so fix the missing
dependency.
(From OE-Core rev: 3cc6b73f9feaa1f09edd649060e63f5143d7cd15)
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/net-tools/net-tools_1.60-26.bb | 1 |
1 files changed, 1 insertions, 0 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 923d048ed6..632aee7590 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 | |||
@@ -31,6 +31,7 @@ UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/net-tools/" | |||
31 | 31 | ||
32 | inherit gettext | 32 | inherit gettext |
33 | 33 | ||
34 | do_patch[depends] = "quilt-native:do_populate_sysroot" | ||
34 | # The Makefile is lame, no parallel build | 35 | # The Makefile is lame, no parallel build |
35 | PARALLEL_MAKE = "" | 36 | PARALLEL_MAKE = "" |
36 | 37 | ||