From: Holger Freyther Date: Mon, 10 Apr 2006 14:59:09 +0000 (+0000) Subject: packages/quilt/quilt: X-Git-Tag: Release-2010-05/1~9453^2~2079 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1c2a7e942ffe22b6fb20e2baacffd330cc8b73b;p=openembedded.git packages/quilt/quilt: -Apply this patch only when building on Darwin. At least on one system it produced some kind of error --- diff --git a/packages/quilt/quilt-native_0.42.bb b/packages/quilt/quilt-native_0.42.bb index 959bcfcb57..42bac04d20 100644 --- a/packages/quilt/quilt-native_0.42.bb +++ b/packages/quilt/quilt-native_0.42.bb @@ -7,8 +7,8 @@ RDEPENDS_${PN} = "diffstat-native patch-native bzip2-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://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 diff --git a/packages/quilt/quilt_0.42.bb b/packages/quilt/quilt_0.42.bb index d4be31a02a..d5dd9255b8 100644 --- a/packages/quilt/quilt_0.42.bb +++ b/packages/quilt/quilt_0.42.bb @@ -2,8 +2,9 @@ include quilt.inc 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