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.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/openembedded/packages/quilt/quilt.inc b/openembedded/packages/quilt/quilt.inc
deleted file mode 100644
index cd5e85c3d..000000000
--- a/openembedded/packages/quilt/quilt.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Tool to work with series of patches."
-HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
-SECTION = "devel"
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-LICENSE = "GPL"
-
-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}"