aboutsummaryrefslogtreecommitdiffstats
path: root/packages/quilt
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-04-10 14:59:09 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-10 14:59:09 +0000
commite1c2a7e942ffe22b6fb20e2baacffd330cc8b73b (patch)
tree40e0194aef88bfe9c1c5647e192b53f96f6c6ace /packages/quilt
parent23570f7c70ef5d8f523a6e3a43ebe339c6307fc8 (diff)
downloadopenembedded-e1c2a7e942ffe22b6fb20e2baacffd330cc8b73b.tar.gz
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')
-rw-r--r--packages/quilt/quilt-native_0.42.bb4
-rw-r--r--packages/quilt/quilt_0.42.bb5
2 files changed, 5 insertions, 4 deletions
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