aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-01-10 21:05:39 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-10 21:05:39 +0000
commita0ec4ed5a103922598f057b69dcd356573fc7d42 (patch)
tree6c4c728a24a0084a6332380107ec418e198c6711
parentf6552dc6ad3bf6dbd97863703a3a76e53bfd3bdb (diff)
downloadopenembedded-a0ec4ed5a103922598f057b69dcd356573fc7d42.tar.gz
quilt: unbreak quilt-native
-rw-r--r--packages/quilt/quilt.inc9
1 files changed, 1 insertions, 8 deletions
diff --git a/packages/quilt/quilt.inc b/packages/quilt/quilt.inc
index e9ca698eb1..b1d19daf45 100644
--- a/packages/quilt/quilt.inc
+++ b/packages/quilt/quilt.inc
@@ -1,15 +1,8 @@
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"
-# 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 "
+SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz "
S = "${WORKDIR}/quilt-${PV}"