aboutsummaryrefslogtreecommitdiffstats
path: root/packages/quilt/quilt.inc
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-08-05 15:46:07 +0000
committerHolger Freyther <zecke@selfish.org>2006-08-05 15:46:07 +0000
commitc0489eb08641a7a45d09691574f7ad552e320e43 (patch)
treeccba584865641eadb0cfa23a68381c3439b82a2c /packages/quilt/quilt.inc
parentcec7e8b86adcac86d627779a678be324a5a7b8d8 (diff)
downloadopenembedded-c0489eb08641a7a45d09691574f7ad552e320e43.tar.gz
packages/quilt: Add quilt version 0.45, 'cleanup'/complicate layout
Quilt is the first package we will build, so special care must be taken. This is one reason why we do not include/require quilt_${PV}.inc directly. Now the -native packages require the quilt-native.inc package which adds the non-gnu patch for darwin/BSD. In quilt_PV.inc we will aplly the basic patches and in quilt.inc we will have all the common stuff (like we already had) quilt-0.45 does not require the nostrip patch as the file seems to be missing.
Diffstat (limited to 'packages/quilt/quilt.inc')
-rw-r--r--packages/quilt/quilt.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/quilt/quilt.inc b/packages/quilt/quilt.inc
index cd5e85c3d8..387ec8f057 100644
--- a/packages/quilt/quilt.inc
+++ b/packages/quilt/quilt.inc
@@ -4,10 +4,6 @@ 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 "
+SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz "
S = "${WORKDIR}/quilt-${PV}"