summaryrefslogtreecommitdiffstats
path: root/meta/packages/quilt/quilt.inc
diff options
context:
space:
mode:
authorChris Larson <kergoth@openedhand.com>2006-08-28 20:33:14 +0000
committerChris Larson <kergoth@openedhand.com>2006-08-28 20:33:14 +0000
commit01056cdbea9ebe38b589f74120f5fab39452bbf0 (patch)
tree1f438e17df983097879bfb31898b250e939505c6 /meta/packages/quilt/quilt.inc
parentf927cf6903ea9bf737ad0f1bd819899c8eb928d3 (diff)
downloadpoky-01056cdbea9ebe38b589f74120f5fab39452bbf0.tar.gz
quilt updates from upstream oe.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@669 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/quilt/quilt.inc')
-rw-r--r--meta/packages/quilt/quilt.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/quilt/quilt.inc b/meta/packages/quilt/quilt.inc
index cd5e85c3d8..387ec8f057 100644
--- a/meta/packages/quilt/quilt.inc
+++ b/meta/packages/quilt/quilt.inc
@@ -4,10 +4,6 @@ SECTION = "devel"
4MAINTAINER = "Chris Larson <kergoth@handhelds.org>" 4MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
5LICENSE = "GPL" 5LICENSE = "GPL"
6 6
7SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \ 7SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz "
8 file://install.patch;patch=1 \
9 file://nostrip.patch;patch=1"
10
11SRC_URI_append_build-darwin = " file://non-gnu.patch;patch=1 "
12 8
13S = "${WORKDIR}/quilt-${PV}" 9S = "${WORKDIR}/quilt-${PV}"