summaryrefslogtreecommitdiff
path: root/openembedded/packages/quilt/quilt.inc
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/quilt/quilt.inc')
-rw-r--r--openembedded/packages/quilt/quilt.inc10
1 files changed, 8 insertions, 2 deletions
diff --git a/openembedded/packages/quilt/quilt.inc b/openembedded/packages/quilt/quilt.inc
index 8ba2a8d06..cd5e85c3d 100644
--- a/openembedded/packages/quilt/quilt.inc
+++ b/openembedded/packages/quilt/quilt.inc
@@ -3,5 +3,11 @@ HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
SECTION = "devel"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
LICENSE = "GPL"
-# RDEPENDS_${PN} += "patch diffstat bzip2 gawk gettext"
-RDEPENDS_${PN} += "patch diffstat bzip2"
+
+SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \
+ file://install.patch;patch=1 \
+ file://nostrip.patch;patch=1"
+
+SRC_URI_append_build-darwin = " file://non-gnu.patch;patch=1 "
+
+S = "${WORKDIR}/quilt-${PV}"