diff options
author | Holger Freyther <zecke@selfish.org> | 2006-04-10 14:59:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-10 14:59:09 +0000 |
commit | e1c2a7e942ffe22b6fb20e2baacffd330cc8b73b (patch) | |
tree | 40e0194aef88bfe9c1c5647e192b53f96f6c6ace /packages/quilt/quilt_0.42.bb | |
parent | 23570f7c70ef5d8f523a6e3a43ebe339c6307fc8 (diff) |
packages/quilt/quilt:
-Apply this patch only when building on Darwin.
At least on one system it produced some kind of
error
Diffstat (limited to 'packages/quilt/quilt_0.42.bb')
-rw-r--r-- | packages/quilt/quilt_0.42.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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 |