mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-12 17:20:13 +00:00
netcat-openbsd: replace patch with quilt
If run bitbake -c patch -f netcat-openbsd twice, the patch conflict will happen, so replace the patch with quilt to avoid do_patch failed. Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -20,7 +20,8 @@ do_configure[noexec] = "1"
|
|||||||
|
|
||||||
netcat_do_patch() {
|
netcat_do_patch() {
|
||||||
cd ${S}
|
cd ${S}
|
||||||
while read line; do patch -p1 < ${WORKDIR}/debian/patches/$line; done < ${WORKDIR}/debian/patches/series
|
quilt pop -a || true
|
||||||
|
QUILT_PATCHES=${WORKDIR}/debian/patches QUILT_SERIES=${WORKDIR}/debian/patches/series quilt push -a
|
||||||
}
|
}
|
||||||
|
|
||||||
python do_patch() {
|
python do_patch() {
|
||||||
|
|||||||
Reference in New Issue
Block a user