diff options
author | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-07-27 11:54:45 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-01-30 10:07:59 +0700 |
commit | e1ca7bb44a2ba76c63fa850c37f949ebdc25b8b2 (patch) | |
tree | 05fd120f113371a7468e0ee9cc80ba5c1366833a /meta-rcar-gen3/recipes-extended/net-tools/net-tools_1.60-26.bbappend | |
parent | fecf4f3049ed86485307ba292c7044ba65716ceb (diff) |
Revert "rcar-gen3: net-tools: Fix compile error when build with kernel 4.8 and 4.9"
net-tools has been updated to fix this issue.
This reverts commit ed74f73cbb6194e88e1ec3502e58e87adf38ed5e.
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-extended/net-tools/net-tools_1.60-26.bbappend')
-rw-r--r-- | meta-rcar-gen3/recipes-extended/net-tools/net-tools_1.60-26.bbappend | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta-rcar-gen3/recipes-extended/net-tools/net-tools_1.60-26.bbappend b/meta-rcar-gen3/recipes-extended/net-tools/net-tools_1.60-26.bbappend deleted file mode 100644 index d9a24ed..0000000 --- a/meta-rcar-gen3/recipes-extended/net-tools/net-tools_1.60-26.bbappend +++ /dev/null @@ -1,7 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -# This patch is to fix compile error when build net-tools -# with Linux kernel 4.8 and 4.9. -SRC_URI_append = " \ - file://net-tools-fix-building-with-linux-4.8.patch \ -" |