Skip to content
Commit d9f21ab7 authored by Robert Yang's avatar Robert Yang Committed by Joe MacDonald
Browse files

traceroute: filter-out patches dir



The $(subdirs) contains all the dirs under the ${B}, and this one:

do_unpack[cleandirs] = "${S}/patches"

will create a "patches" dir, then there will be compile errors, filter
out the patches will fix the problem.

Note: poky doesn't have this problem since it separates the ${S} and
${B}

Signed-off-by: default avatarRobert Yang <liezhi.yang@windriver.com>
Signed-off-by: default avatarJoe MacDonald <joe.macdonald@windriver.com>
parent 61d573ad
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment