diff options
author | Holger Freyther <zecke@selfish.org> | 2006-08-05 15:46:07 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-08-05 15:46:07 +0000 |
commit | c0489eb08641a7a45d09691574f7ad552e320e43 (patch) | |
tree | ccba584865641eadb0cfa23a68381c3439b82a2c /packages/quilt/quilt-native_0.39.bb | |
parent | cec7e8b86adcac86d627779a678be324a5a7b8d8 (diff) |
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-native_0.39.bb')
-rw-r--r-- | packages/quilt/quilt-native_0.39.bb | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/packages/quilt/quilt-native_0.39.bb b/packages/quilt/quilt-native_0.39.bb index 612c0411e2..7caa9f620c 100644 --- a/packages/quilt/quilt-native_0.39.bb +++ b/packages/quilt/quilt-native_0.39.bb @@ -1,14 +1,2 @@ -require quilt.inc -RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native" - -INHIBIT_AUTOTOOLS_DEPS = "1" - -inherit autotools native - -PATCHCLEANCMD = "" -PATCHCMD = "num='%s'; name='%s'; file='%s'; patch -p "$num" -i "$file"" -EXTRA_OECONF = "--disable-nls" - -do_configure () { - oe_runconf -} +PV="0.39" +require quilt-native.inc |