diff options
Diffstat (limited to 'packages/quilt')
-rw-r--r-- | packages/quilt/quilt-native_0.42.bb | 4 | ||||
-rw-r--r-- | packages/quilt/quilt_0.42.bb | 5 |
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 |