mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 19:58:09 +00:00
net-tools: Fix rerunning of do_patch task
Rerunning the do_patch task currently fails. The code is nearly correct but needs to remove the quilt ".pc" directory and move the secondary one into place in order to rerun, not move it into the .pc directory as the code currently does. [YOCTO #7128] (From OE-Core rev: 2a775ebbb175dd70fc7228607c306d4ccb9e4ba4) (From OE-Core rev: d979f8589da79e02afac588e8b63d571f912f528) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
71164f126b
commit
909a80fe34
@ -34,6 +34,7 @@ nettools_do_patch() {
|
||||
cd ${S}
|
||||
quilt pop -a || true
|
||||
if [ -d ${S}/.pc-nettools ]; then
|
||||
rm -rf ${S}/.pc
|
||||
mv ${S}/.pc-nettools ${S}/.pc
|
||||
QUILT_PATCHES=${S}/debian/patches quilt pop -a
|
||||
rm -rf ${S}/.pc ${S}/debian
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user