diff options
-rw-r--r-- | meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb index 12409d4b19..89a646f519 100644 --- a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb +++ b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb | |||
@@ -20,7 +20,8 @@ do_configure[noexec] = "1" | |||
20 | 20 | ||
21 | netcat_do_patch() { | 21 | netcat_do_patch() { |
22 | cd ${S} | 22 | cd ${S} |
23 | while read line; do patch -p1 < ${WORKDIR}/debian/patches/$line; done < ${WORKDIR}/debian/patches/series | 23 | quilt pop -a || true |
24 | QUILT_PATCHES=${WORKDIR}/debian/patches QUILT_SERIES=${WORKDIR}/debian/patches/series quilt push -a | ||
24 | } | 25 | } |
25 | 26 | ||
26 | python do_patch() { | 27 | python do_patch() { |