-Apply this patch only when building on Darwin.
At least on one system it produced some kind of
error
SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/cvsroot/quilt;method=pserver;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \
file://install.patch;patch=1 \
file://nostrip.patch;patch=1 \
- file://autoreconf.patch;patch=1 \
- file://non-gnu.patch;patch=1 "
+ file://autoreconf.patch;patch=1 "
+SRC_URI_append_build-darwin = " file://non-gnu.patch;patch=1 "
S = "${WORKDIR}/quilt"
inherit autotools native
SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/cvsroot/quilt;method=pserver;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \
file://install.patch;patch=1 \
- file://nostrip.patch;patch=1 \
- file://non-gnu.patch;patch=1 "
+ file://nostrip.patch;patch=1 "
+
+SRC_URI_append_build-darwin = " file://non-gnu.patch;patch=1 "
S = "${WORKDIR}/quilt"
inherit autotools gettext